Changes

Jump to: navigation, search

Tung mysql conf

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

Navigation menu