MySQL Installation
After you have installed MySQL make sure you :SECURE mysql root account(s)
first change root password, delete anonymous users and test databases0)
# /usr/bin/mysql_secure_installation
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]