Return to Snippet

Revision: 3745
at September 11, 2007 05:38 by micmath


Initial Code
# start the server, enter your *nix password when prompted
sudo mysqld_safe &

# get the version string, enter the mysql_root password when prompted
mysql -u root -p -e status | grep 'Server version'

# sez "Server version: 5.0.18-standard"

Initial URL


Initial Description


Initial Title
What version of MySQL?

Initial Tags
mysql

Initial Language
Other