Linux: MySQL Install (with yum) & Run
Sunday, August 15th, 2010Install via Yum
yum install mysql yum install mysql-server
Run
service mysqld start
Set Root Password
mysqladmin -u root password MYPASSWORD
Change root Password
mysqladmin -u root -p'oldpassword' password newpass