hi Folks...
is there a portable version of MySQL for Linux available.
Thanks in advance..
Rajan
hi Folks...
is there a portable version of MySQL for Linux available.
Thanks in advance..
Rajan
You don't need to "install" mysql. Its binaries will run from any directory (given appropriate search paths etc), and its configuration can be specified entirely on the command-line, if necessary, bypassing the likes of /etc/my.cnf, or by specifying an alternative config file with arbitrary path.
Some engines can work with a readonly data directory (MyISAM, Archive), others may require a read/write data directory (Innodb) but that could be a temporary area or ramdisc.
There's nothing "un-portable" about MySQL.