Malek Fawaz wrote:
> 
> Hello,
> 
> when I install the MySQL RPM package (the newest on you site) as root, I am
> able to connect to the server through mysql.sock... but when I logout as
> root and login again, the mysql.sock seems to be gone, and therefor I can
> not connect to the server. Do you have reports on that? This happens with
> SuSE linux 7.1, with SuSE linux 6.4 everything works fine...
> 
> thank you for your help...
> 
> malek
> 
> ---------------------------------------------------------------------
Unless you start the server properly, it will terminate when the shell
that
started it terminates.

Use:
mysql.server start

to start the server, and put a links to it in the init diorectories as
appropriate for your system so it starts at boot.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to