/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# 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"