MySQL Forums
Forum List  »  Install & Repo

Re: mysql status on new user
Posted by: Terje Røsten
Date: November 07, 2015 07:06AM

Cause might be that your user dont have /usr/sbin and /sbin in $PATH.

The service command is located in this directories.

Try:

# export PATH=/sbin:/usr/sbin:$PATH

# /etc/init.d/mysql status

Options: ReplyQuote


Subject
Written By
Posted
November 03, 2015 11:36AM
Re: mysql status on new user
November 07, 2015 07:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.