Restart MySQL Server

laurent

Verified User
Joined
Jul 12, 2005
Messages
5
Location
France
I have added a my.cnf file and I'd want to restart mysql server.

But all I have tryed doesn't work.

mysqld restart
Error: Too many arguments

mysqladmin shutdown
Access denied for user root@localhost

mysql.server stop
command not found
 
Why not do it with the service manager within DA ?


I am using debian 3.1, if i want to reset mysql from the commandline the command would be:

/etc/init.d/mysqld restart

The path depends on the os you are using...
 
Last edited:
jerry2005 said:
Why not do it with the service manager within DA ?

Do you mean with the % privileges ?
I've already done it, but it's nor enough.

I am using debian 3.1, if i want to reset mysql from the commandline the command would be:

/etc/init.d/mysqld restart

I've tryed and I've the error :
Error: Too many arguments

Thank you
 
From the admin control panel you can start, stop, and restart certain daemons. mysqld is one of them.

If that won't start it, then you've got an error in your configuration file.

Jeff
 
Please create a new thread with your exact issue instead of replying in a thread from 14!! years ago. Too many things changed in that time.
 
Still, Newbies have these types of issues. That's why I replied to this thread
 
Still no reason to up ancient posts. Mysql down can have various issues, it's better to create a new thread.
Originally over 14 years, if you answer, others keep doing this also. It's just not done with ancient threads.
 
Back
Top