Changes

Jump to: navigation, search

Tung mysql conf

72 bytes added, 00:04, 28 July 2011
no edit summary
#Login as root user
#Install the MySQL server: <b><codefont face=Tahoma><font color=green >yum mysql-server</font></codefont></b>#Configure the MySQL server to start when the Fedora is booted: <b><codefont face=Tahoma><font color=green >chkconfig mysqld on</font></codefont></b>#Start the MySQL server: <b><codefont face=Tahoma><font color=green >service mysqld start</font></codefont></b>#Set a password to MySQL server's root user: <b><codefont face=Tahoma><font color=green >/usr/bin/mysqladmin -u root password 'yourpassword'</font></codefont></b>#Test the root account: <b><codefont face=Tahoma><font color=green > mysql -u root -p </font></codefont></b>. Enter your new password. You should enable to login as root.#Logout the session: <b><codefont face=Tahoma><font color=green >quit</font></codefont></b>
1
edit

Navigation menu