[PHP-DB] Can't conect with mysql_connect(), please help.

2003-10-14 Thread Gabriel Peugnet
I'm starting to use MySQL, well, trying to, and I get the next message: Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) The manual says that mysql_connect() can be called without arguments. That's what I'm doing. What's wrong?

Re: [PHP-DB] Can't conect with mysql_connect(), please help.

2003-10-14 Thread Gabriel Peugnet
phpinfo() says: MySQL Support enabled MYSQL_SOCKET /var/lib/mysql/mysql.sock but in fact the file /var/lib/mysql/mysql.sock doesn't exists. So I understand that the first step is to check the configuration of MySQL, is it? Dan Brunner [EMAIL PROTECTED] escribió

Re: [PHP-DB] Can't conect with mysql_connect(), please help.

2003-10-14 Thread Joe Nilson Zegarra Galvez
You must start your mysql server : do it: /etc/init.d/mysqld start and when you read the line mysql start [OK] your problem will be fix ;) Regards Nilson Gabriel Peugnet dijo: phpinfo() says: MySQL Support enabled MYSQL_SOCKET

Re: [PHP-DB] Can't conect with mysql_connect(), please help.

2003-10-14 Thread Dan Brunner
Hello!! Yes check to make sure mysqld is running. ps -aux|grep mysql If you don't see mysql, then start mysql. service mysql start If your running red hat. Dan On Oct 14, 2003, at 4:52 PM, [EMAIL PROTECTED] wrote: phpinfo() says: MySQL Support enabled

Re: [PHP-DB] Can't conect with mysql_connect(), please help.

2003-10-14 Thread Gabriel Peugnet
My site is hosted in a remote server. I can't find /etc/init.d/mysqld /etc does exists but /etc/init.d doesn't What I found is /usr/bin/msql2mysql /usr/bin/mysql_config /usr/bin/mysql /usr/bin/mysql_install_db /usr/bin/mysql_find_rows ... and a lot of files like /usr/bin/mysql The one that

Re: [PHP-DB] Can't conect with mysql_connect(), please help.

2003-10-14 Thread Tyler Lane
On Tue, 2003-10-14 at 15:23, Gabriel Peugnet wrote: My site is hosted in a remote server. You should contact your remote hosting company and have them help you get mysql running. I can't find /etc/init.d/mysqld /etc does exists but /etc/init.d doesn't What I found is /usr/bin/msql2mysql

Re: [PHP-DB] Can't conect with mysql_connect(), please help.

2003-10-14 Thread Rob
How can I run php from the command line? Thanks, Rob Gillen Clipart Downloads http://www.GifArt.com - Original Message - From: Tyler Lane To: Gabriel Peugnet Cc: [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 5:31 PM Subject: Re: [PHP-DB] Can't conect