Starting and stopping MySQL


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // Stop
  2. mysqladmin -u root -p shutdown
  3.  
  4.  
  5. ./bin/safe_mysqld &

URL: http://www.washington.edu/computing/web/publishing/mysql-admin.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.