I have an /etc/my.cnf file configured with the options
socket=/var/lib/mysql/mysql.sock
datadir=/export/disk1/mysql_db
I su to the user mysql from root and run
$>mysql --sockets=/var.... --datadir=/exp... -u root
This works fine.
Running $>mysql without the options it fails as it goes back to the default socket and datadir settings.
How can I get these settings to be the defaults?
Any help greatly appreciated.
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --