Installing MySQL

  • On Ubuntu is fairly straight forward. You can use the following command to do it:
    • sudo apt-get install mysql-server
  • On CentOS:
    • yum install mysql-server
    • /sbin/chkconfig –levels 235 mysqld on
    • /etc/init.d/mysqld start
  • On ??

– manzoor

1 thought on “Installing MySQL

  1. Pingback: MySQL Replication | Manzoor's thoughts

Leave a comment