Published in: Other
# 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"
You need to login to post a comment.
