Thursday, July 1, 2010

Setting mysqld S13

1. create db
root@darkstar# mysql_install_db --user=mysql

2. set executable rc.mysqld
root@dakrstar# chmod +x /etc/rc.d/rc.mysqld

3. run mysql server
root@darkstar# /etc/rc.d/rc.mysqld start

4. run secure instalation
root@darkstar# mysql_secure_installation

No comments:

Post a Comment