maillists writes:
 > it looks like that:
 > 
 > [MySQL]
 > mysql.default_socket    = </path/to/mysql/socket>
 > 
 > 
 > but I think thats not the problem. has your apache enough rights to access 
 > the directory /var/lib/mysql ? if not edit /etc/group an add "apache" to 
 > group "mysql".
 > -> "mysql:x:27:apache" or something similar, then make "chmod g+rx 
 > /var/lib/mysql", this should work. if not try to make a "chmod o+rx 
 > /var/lib/mysql", this should always work, but I think it isn´t a good idea 
 > to leave it that way.
 > 
 > Egon
 > 
 > ---
 > URL: http://www.snb.at
 > mailto:[EMAIL PROTECTED]
 > ---
 > http://www.grusskarte.at
 > 


The only correct syntax for MySQL (server and client) is :

[mysqld]
socket=..............

[client]
socket=..............


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
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