Sometimes you want automated access for root on your MySQL database. One way of accomplishing that is by doing this:
cd /root touch .my.cnf chmod 640 .my.cnf
And put in it:
[client] user=root password=foobar
Sometimes you want automated access for root on your MySQL database. One way of accomplishing that is by doing this:
cd /root touch .my.cnf chmod 640 .my.cnf
And put in it:
[client] user=root password=foobar
No Comments ( Add comment / trackback )