Can't start my phpMyAdmin
- by vrynxzent
i am creating my own portable server but i can't make it to run the phpMyAdmin, the mysql, php and apache is running except for phpMyAdmin. When i check Apache's error log, it states
[Fri Nov 09 08:54:37 2012] [warn] pid file F:/Drive WebServer/Drive WebServer/bin/Debug/Apache2bak/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
PHP Warning: PHP Startup: Unable to load dynamic library './php_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library './php_mysqli.dll' - The specified module could not be found.\r\n in Unknown on line 0
[Fri Nov 09 08:54:37 2012] [notice] Apache/2.0.64 (Win32) PHP/5.2.17 configured -- resuming normal operations
[Fri Nov 09 08:54:37 2012] [notice] Server built: Oct 18 2010 01:36:23
[Fri Nov 09 08:54:37 2012] [notice] Parent: Created child process 6784
i manually assign the exact path for this F:/php/ext/php_mysql.dll
PHP Warning: PHP Startup: Unable to load dynamic library 'F:/php/ext/php_mysql.dll' - The specified module could not be found.\r\n in Unknown on line 0
but still the same error.
i set this option in php.ini
extension_dir = "./"
another error goes pops out
It says libmysql.dll is missing.
PHP Version : 5.2.17
Any help would be appreciated. ;)