Uninstall MySQL on fedora
yum remove mysql
Install MySQL on fedora
1. Use yum to install both mysql command line tool and the server:yum -y install mysql mysql-server
2. Enable the MySQL service:/sbin/chkconfig mysqld on
3. Start the MySQL server:/sbin/service mysqld start
4. Set the MySQL root password:mysqladmin -u root password 'new-password'The quotes around the new password are required.
Friday, November 14, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment