LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Suse 9.0 and Mysql (https://www.linuxquestions.org/questions/linux-newbie-8/suse-9-0-and-mysql-172003/)

ssueri 04-19-2004 07:19 AM

Suse 9.0 and Mysql
 
Hi,

I've installed Mysql using Yast2 and all went fine. But I need help on how to start the mysql server (both on session and to get it automatically at boot)?
I've tried the commands mysql start, mysqld start, mysqld, etc... but everything end up with no command found.

Is there a quick way to get control of mysql server in suse 9.0??

Tks

Sergio

OceanSurf 04-20-2004 11:27 AM

Start Yast -> System -> Runlevel Editor -> Find the MySQL entry and enable it. The script does all the necessary work (mysql_install_db and other stuff). That's all. You can connect to the DB and it starts next time you boot.

have fun.

javierj 04-20-2004 12:10 PM

if you want to start it in session you must use
"./mysql start" without quotations marks of course :)


All times are GMT -5. The time now is 12:01 PM.