View Single Post
  #2  
Old 05-06-2007, 03:53 AM
ishac ishac is offline
Senior Member
 
Join Date: Jul 2006
Posts: 120
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 18
ishac is on a distinguished road
Default Re: mysql command client?

You are not executing the client command. There should be 'mysqld' in /usr/sbin in most normal installations. The command output shows it is the startup script that should be in /etc/init.d. In any case the client 'mysql' should be in /usr/bin. Check your path so that /usr/bin appears before /usr/sbin. Also, clean everything up and rerun the install. In order to play, move that command to /etc/init.d, make sure 'mysqld' is in /usr/sbin and the 'mysql' binary is in /usr/bin.
Good luck! -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - mysql command client?
View Single Post
  #2  
Old 05-06-2007, 03:53 AM
ishac ishac is offline
Senior Member
 
Join Date: Jul 2006
Posts: 120
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 18
ishac is on a distinguished road
Default Re: mysql command client?

You are not executing the client command. There should be 'mysqld' in /usr/sbin in most normal installations. The command output shows it is the startup script that should be in /etc/init.d. In any case the client 'mysql' should be in /usr/bin. Check your path so that /usr/bin appears before /usr/sbin. Also, clean everything up and rerun the install. In order to play, move that command to /etc/init.d, make sure 'mysqld' is in /usr/sbin and the 'mysql' binary is in /usr/bin.
Good luck! -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote