Hi Sandhya,

Have you checked the permissions? The error message is System error:  13
= Permission denied. Is your PHP/Apache user able to connect via the
socket? Try connecting as 

$ su <php/apache user> -c "mysql -u <user you connect with> -p" 

and see what happens.

Regards 


David Logan
Database Administrator
HP Managed Services
148 Frome Street,
Adelaide 5000
Australia

+61 8 8408 4273 - Work
+61 417 268 665 - Mobile
+61 8 8408 4259 - Fax


-----Original Message-----
From: Sandhya Reddy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 27 September 2005 4:03 PM
To: mysql@lists.mysql.com
Subject: problem with mysql.sock

Hello,
I have recently installed FC3 and now I have
PHP(4.4.9) and MYSQL(3.23) which got installed along
with FC3. 
I'm able to connect to MYSQL from command prompt. 
But the problem fires when I do the same from a PHP
script. The error I get is "Can't connect to local
MySQL server through socket
'/var/lib/mysql/mysql.sock' (13)".
And I'm sure that MYSQL server is running and able tp
connect from command prompt.
                                                      
                                                      
               
I have been searching on the net for the same from the
last 3 days but ended with nothing. 
                                                      
                                                      
           
I have changed php.ini to include the
mysql_default_socket=/var/lib/mysql/mysql.sock.
                                                      
                                                      
               
even then it doen't work.

Earlier I had FC1 and everthing was working fine!
                                                      
                                                      
               
Could please suggest me a solution to tackle this
problem.

Thanks in Advance
Sandhya



                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to