What version of MySQL?


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



Copy this code and paste it in your HTML
  1. # start the server, enter your *nix password when prompted
  2. sudo mysqld_safe &
  3.  
  4. # get the version string, enter the mysql_root password when prompted
  5. mysql -u root -p -e status | grep 'Server version'
  6.  
  7. # sez "Server version: 5.0.18-standard"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.