This is a dumb question
I have ran eqemu in the past but all on windows platforms (which sucks by the way way if u want a job done right go linux) but anywise how in the hell do i run mysql on linux i have it all installed but what is its command to bring it up?
|
./mysqld for the server
./mysql for the client |
If you're root, you can do the following:
To see if its running: Code:
service mysqld status Code:
service mysqld start Code:
service mysqld stop Code:
service mysqld restart Code:
mysql -u root krich |
many thanks guys
|
All times are GMT -4. The time now is 10:15 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.