Connection Problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fernandomaciel
Forum Newbie
Posts: 7
Joined: Mon Jun 07, 2004 3:06 pm

Connection Problems

Post by fernandomaciel »

what am I supposed to do when I have a problem with my connection like that:?

mysql_connect(), cannot connet to local MYSQL server through socket '/tmp/mysql.sock'(2)?

if you can help me with that I'd be sooo thankfull!!

Fernando Maciel
User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Post by Buddha443556 »

'/tmp/mysql.sock' is that where your socket files are located? Using Debian?

This page might help:

http://dev.mysql.com/doc/mysql/en/Probl ... .sock.html
fernandomaciel
Forum Newbie
Posts: 7
Joined: Mon Jun 07, 2004 3:06 pm

Post by fernandomaciel »

Using Slackware (almost the same) .
Thanks a lot buddy!!
Post Reply