EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=618)
-   -   This is a dumb question (https://www.eqemulator.org/forums/showthread.php?t=9898)

TheMustangGuy 10-24-2003 01:22 PM

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?

devn00b 10-24-2003 04:33 PM

./mysqld for the server
./mysql for the client

krich 10-24-2003 04:43 PM

If you're root, you can do the following:

To see if its running:
Code:

service mysqld status
If its stopped, you can start it:
Code:

service mysqld start
If its running but you want to stop it:
Code:

service mysqld stop
If its running and you want to restart it:
Code:

service mysqld restart
If you want to play around with mysql, login as default user by typing:
Code:

mysql -u root
regards,

krich

TheMustangGuy 10-25-2003 02:18 PM

many thanks guys


All times are GMT -4. The time now is 10:15 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.