If you are using RedHat/Fedora or a similar distribution, you can do
if you are using the mysql installation provided with the system.Code:/sbin/service mysql start
If you installed mysql on your own, you need to find the mysqld_safe binary, and run it
The ampersand at the end will return you to the console, while leaving mysqld_safe running.Code:/path/to/mysql/mysqld_safe &



Reply With Quote

Bookmarks