Forum Moderators: coopster

Message Too Old, No Replies

Mysql not started

         

kunwarbs

6:10 am on Jun 29, 2006 (gmt 0)

10+ Year Member



I am unable to configure MySQL 5.0 on Linux/Apache.

Getting the following error message:

Failed to start database :

/usr/bin/mysql/bin/mysqld: Too many arguments (first extra is 'start').
Use --help to get a list of available options

What could be the possible reason for this error? Please help

eelixduppy

6:13 am on Jun 29, 2006 (gmt 0)



It's exactly what it is telling you, "Too many arguments". Can you give us what arguments you used? I would also suggest using the help argument; you may be able to identify what you did wrong from there.

vipink

7:16 am on Jun 29, 2006 (gmt 0)

10+ Year Member



I am also facing the same problem while using this-

/usr/bin/mysql/bin/mysqld start

kunwarbs

9:17 am on Jun 29, 2006 (gmt 0)

10+ Year Member



Hi eelixduppy,
I am using the following-

/usr/bin/mysql/bin/mysqld start

pls suggest

coopster

12:47 pm on Jun 29, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Have you followed the steps outlined in the Unix Post-Installation Procedures [dev.mysql.com]?

mcavic

4:39 pm on Jun 29, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



MySQL should be started and stopped using the startup script, not by calling mysqld itself. On Fedora, it's
/etc/rc.d/init.d/mysqld start

kunwarbs

5:59 am on Jun 30, 2006 (gmt 0)

10+ Year Member



I have changed it to
/etc/rc.d/init.d/mysqld start

but still i get the same error-

Failed to start database :

/etc/rc.d/init.d/mysqld: Too many arguments (first extra is 'start').
Use --help to get a list of available options