Changes

Jump to: navigation, search

Tung mysql conf

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

Navigation menu