- Use
yum
to install both mysql command line tool and the server:yum -y install mysql mysql-server
- Enable the MySQL service:
/sbin/chkconfig mysqld on
- Start the MySQL server:
/sbin/service mysqld start
- Set the MySQL root password:
mysqladmin -u root password 'new-password'
The quotes around the new password are required.
Thursday, November 20, 2008
How to install MySQL on fedora
Subscribe to:
Posts (Atom)