MySQL command not found in Debian - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: MySQL command not found in Debian (/thread-7061.html) |
MySQL command not found in Debian - Piketa - 06-26-2009 05:13 AM Hello, I am new to ispCPOmega and trying to install it to my new server, running on Debian. I have followed the instructions in the installation guide and everything works so far. Now, I've come to step 6, and I get this: Code: r25385:/usr/local/src/ispcp/ispcp-omega-1.0.0# mysql_secure_installation Any idea what I'm doing wrong? Thanks! Stephan. RE: MySQL command not found in Debian - kilburn - 06-26-2009 05:21 AM Code: ./mysql_secure_installation RE: MySQL command not found in Debian - Piketa - 06-26-2009 05:28 AM Code: r25385:/usr/local/src/ispcp/ispcp-omega-1.0.0# ./mysql_secure_installation RE: MySQL command not found in Debian - kilburn - 06-26-2009 01:49 PM Ok, I spoke too fast. Can you check that you have mysql installed (post the output of the following command)? Code: dpkg --list mysql* RE: MySQL command not found in Debian - Piketa - 06-26-2009 05:20 PM Can I do that on the root? Code: r25385:~# dpkg --list mysql* Hmm... Trying it in other directories as well: Code: r25385:/usr/local/src/ispcp/ispcp-omega-1.0.0# dpkg --list mysql* Code: r25385:/usr/local/src/ispcp# dpkg --list mysql* So, I guess it isn't. RE: MySQL command not found in Debian - kilburn - 06-26-2009 07:47 PM You can do that anywhere, as it uses the global package database to search for any mysql-related packages. If there are none, you have a problem regarding apt... either it's that you're missing proper sources, have the database broken or whatever. In other words: fix apt before installing ispcp.... RE: MySQL command not found in Debian - Piketa - 06-26-2009 10:36 PM What does this mean, and how do I do this? By the way, thanks alot for helping me! |