RE: [PHP] Connecting to MySQL database

2007-12-26 Thread admin
First I suggest you see if MySQL is even running. Terminal Window type the following service mysqld status If it is running Great now you need to check your connection string for Errors. Not running do this * Terminal Window service mysqld start If you have an error in the setup it wi

RE: [PHP] Connecting to MySQL database

2007-12-26 Thread Andrés Robinet
won't need to modify it. Rob > -Original Message- > From: Balaji A [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 26, 2007 1:19 AM > To: php-general@lists.php.net > Subject: [PHP] Connecting to MySQL database > > Hi, > > I have installed follow

[PHP] Connecting to MySQL database

2007-12-26 Thread Balaji A
Hi, I have installed following things on windows machine. 1. Apache HTTP Server 2.2.4 2. PHP 5.2.3 3. MySQL 5.0.45 I am getting mysql_connect() not found. I have downloaded libmysql.dll, php_mysql.dll & php_mysqli.dll and copied to c:\php\ext. I have uncommented these dll files in php.ini and