Thread
:
Installed mysql server and client need help starting service
View Single Post
dave1010
2010-11-13 , 08:09
Posts: 36 | Thanked: 28 times | Joined on Jul 2010
#
2
As mysqld is in your path, you can run it by just typing "mysqld" in xterm.You should be able to stop it with a ctrl+c, or if not then "killall mysqld" from another xterm. Ideally there should be a script in /etc/init.d/mysqld, but it will work fine without. It wont't run in boot unless it's in /etc/rc2.d/.
You could copy and edit the one from
http://docdb.fnal.gov/doc/mysqld.html
. I guess all you really need is the PID locking.
I'd probably use a Queen BeeCon Widget to start and stop it.
Quote & Reply
|
dave1010
View Public Profile
Send a private message to dave1010
Find all posts by dave1010