LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 06-27-2009, 12:02 PM   #1
dereko
Member
 
Registered: May 2004
Location: Ireland
Distribution: Debian
Posts: 56

Rep: Reputation: 15
Can't start/stop Mysql Service


Taking over a Debian Etch web server with MySQL running.

I usually start, stop and restart msyql using:

Code:
/etc/init.d/mysql restart
For some reason on this set up I get the following:

Code:
:~# /etc/init.d/mysql stop
Stopping MySQL database server: mysqld failed!
The mysql process is running fine:
Code:
    :~# ps aux | grep mysql 
    root      2045  0.0  0.1   2676  1332 ?        S    Jun25   0:00 /bin/sh /usr/bin/mysqld_safe
    mysql     2082  0.6 10.7 752544 111188 ?       Sl   Jun25  18:49 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
    root      2083  0.0  0.0   1568   504 ?        S    Jun25   0:00 logger -p daemon.err -t mysqld_safe -i -t mysqld
    root     11063  0.0  0.0   2856   716 pts/0    S+   17:29   0:00 grep mysql
I'm sure there are some really easy way to do it but I want to understand what is going on as well. Why is the typical way not working for me?

UPDATE

**EDIT UPDATE**
as an update:

Code:
    JBRLSVR001:/var/log/mysql# mysqladmin shutdown
    JBRLSVR001:/var/log/mysql# dpkg --list mysql\*
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed 
    |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
    ||/ Name                                         Version                                      Description
     +++-============================================-============================================-========================================================================================================
    un  mysql-client                                 <none>                                       (no description available)
    un  mysql-client-4.1                             <none>                                       (no description available)
    ii  mysql-client-5.0                             5.0.32-7etch8                                mysql database client binaries
    ii  mysql-common                                 5.0.32-7etch8                                mysql database common files (e.g. /etc/mysql /my.cnf)
    un  mysql-common-4.1                             <none>                                       (no description available)
    ii  mysql-server                                 5.0.32-7etch8                                mysql database server (meta package depending on the latest version)
    un  mysql-server-4.1                             <none>                                       (no description available)
    ii  mysql-server-5.0                             5.0.32-7etch8                                mysql database server binaries
mysqladmin shutdown does work but i'm still curious why the /etc/init.d/mysql commands aren't working.

Last edited by dereko; 06-27-2009 at 12:13 PM.
 
Old 06-28-2009, 03:20 PM   #2
irishbitte
Senior Member
 
Registered: Oct 2007
Location: Brighton, UK
Distribution: Ubuntu Hardy, Ubuntu Jaunty, Eeebuntu, Debian, SME-Server
Posts: 1,213
Blog Entries: 1

Rep: Reputation: 88
I'd think the main reason is because mysql is running as a different user, not root, and mysql by default will not allow the root account to start or stop the daemon. This makes sense from a security perspective. When mysql is running, check the user it is running as.

Take a look at this command for a clue:
Code:
ps ax | grep mysql
This returns the following for me:
Code:
4365 ?        S      0:00 /bin/sh /usr/bin/mysqld_safe
 4407 ?        Sl    24:33 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
 4409 ?        S      0:00 logger -p daemon.err -t mysqld_safe -i -t mysqld
 6618 pts/0    S+     0:00 grep mysql
This reports that there are three processes running with mysql somewhere in their running. For process 4407, it is running as 'user=mysql', and it is the main mysql processes, the others are for error handling and logging.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can not use exec of php function to start/stop service nui Linux - Enterprise 3 04-25-2009 10:43 AM
start und stop windows service using nagios cccc Debian 1 03-11-2008 07:43 AM
service start/stop command stalls..... CaptainInsane Fedora 2 01-20-2007 04:03 PM
start/stop service on the fly zchoyt Linux - Software 3 04-14-2005 03:30 AM
Is it possible to start stop and restart a linux service from a webpage? psychodreams Linux - Newbie 3 04-27-2004 01:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration