jeboy Posted December 27, 2006 Share Posted December 27, 2006 Im having trouble with connecting to mysql server from my php script. When I tried to setup phpMyAdmin it returns an error like this: [b]"Cannot load mysql extension. Please check your PHP configuration. - Documentation"[/b]When I tried to connect to mysql database using my own script ($connection = mysql_connect('localhost', 'user', 'pass') it returns an error message like this:[b]"Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Group\Apache2\htdocs\db.php on line 9"[/b]I copy the libmysql.dll to WINDOWS/system32 directory and php.ini to WINDOWS directory, I also set the extension_dir of php.ini to "c:\php\ext" where is the actual location of extensions in my php installation directory and i Uncomment the extension=php_mysql.dllI used the following versions:PHP 5.1.4-Win32MySQL-essential-5.0.24-Win32Apache 2.0.59-Win32I also tried MySQL-essential-4.1.21-Win32 but still it returns an error.What should I do? Link to comment https://forums.phpfreaks.com/topic/31921-cant-access-mysql-from-php-script/ Share on other sites More sharing options...
wildteen88 Posted December 28, 2006 Share Posted December 28, 2006 Thread locked.Please do not double post. Thank you. Link to comment https://forums.phpfreaks.com/topic/31921-cant-access-mysql-from-php-script/#findComment-148791 Share on other sites More sharing options...
Recommended Posts