MySQL Installation
After you have installed
MySQL make sure you :
SECURE mysql root account(s)
1)
localhost
$ /usr/bin/mysqladmin -u root password 'new-password'
2)
yoursvr.yourdom
$ /usr/bin/mysqladmin -h yoursvr.yourdom -u root -p password 'new-password'
REFERRERS
MySqlConfiguration
There are no comments on this page. [Add comment]