sudo /etc/init.d/mysql startStopping MySQL:
sudo /etc/init.d/mysql stopRestart MySQL:
sudo /etc/init.d/mysql restartCheck MySQL status:
sudo netstat -tap | grep mysqlThis is from a default installation of MySQL in Ubuntu Server 12.04.1 LTS on Amazon EC2
sudo apt-get install -y mysql-server
No comments:
Post a Comment