LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   MySQL on SuSE 9.3 (https://www.linuxquestions.org/questions/linux-newbie-8/mysql-on-suse-9-3-a-334636/)

Pasa Yildirim 06-17-2005 01:15 PM

MySQL on SuSE 9.3
 
hello!

please, can you tell me how to start mysql server. it needed mysql.sock in /usr/lib/mysql. but, i cant find that file anywhere on system. i tried to start mysqld, mysqld_safe, but it doesnt help me. system is suse 9.3 pro.

rjlee 06-17-2005 02:01 PM

Usually
Code:

service mysql start
IIRC

mysql.sock is created when the mysql daemon process starts; see the documentation on mysql.org

The easiest way to get this working is through YaST. Go to the runlevel editor and enable mysql.

Pasa Yildirim 06-18-2005 08:19 AM

It works!

Thank you, rjlee!


All times are GMT -5. The time now is 10:54 AM.