Re: [PHP-INSTALL] mysql extension not installed ?!?
[email protected] (Janet Valade)
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
Johny wrote: > Hello folks, > I have 2.0.52 Apache running on Win XP SP 2 and PHP 5.0.2 > and i got this problem i want to start mysql functions, but it doesnt > work. PHPMyAdmin says that mysql extension is not loaded therefore it > cannot run. I tried to play with php.ini file and added the mysql > extension to load but it never loaded properly or better said it didnt > loaded at all. I had that error message that it cannot be loaded because > of path however i had the path set correctly, i tried to change it > several time but nothing changed. > Please help me i need to develop a web app till end of this year and i'm > doing it at home... To add MySQL support, you need to do two things: 1. Uncomment the extension line for mysql in php.ini. Use php_mysql.dll for MySQL 4.0. Use php_mysqli.dll for MySQL 4.1. 2. PHP needs to be able to find two files: php_mysql.dll (or php_mysqli.dll) and libmysql.dll. Copying the files into your system32 directory almost always works. Janet > thanks > > Jan Palencar aka cajmilfo > > > ---------- > * www.inMail.sk <http://www.inMail.sk> - Vasa emailova adresa na cely > zivot ZDARMA > * www.SlovakNET.sk <http://www.SlovakNET.sk> - profesionalny webhosting, > domena .SK ZADARMO > * Zoner Photo Studio 7 - Spoznajte kuzlo digitalnej fotografie! > http://www.zoner.cz/photo-studio > * www.ZonerPress.sk <http://www.ZonerPress.sk> - pocitacova literatura, > zameranie na webdesign a grafiku -- Janet Valade -- janet.valade.com