have anyone run phpmyadmin on the above subject? i have problem running phpmyadmin, i always get the problem on mysql or mysqli cannot load module. unable to find kuno... pero naa jud nabutang sa \php\etc
have anyone run phpmyadmin on the above subject? i have problem running phpmyadmin, i always get the problem on mysql or mysqli cannot load module. unable to find kuno... pero naa jud nabutang sa \php\etc
The common problem in MySQL 5 and PHP 5 is that the library module.
Make sure the following
1. "libmysql.dll" is located in "...\MySQL Server 5.0\lib\opt"
if not then you may copy the "libmysql.dll" from PHP directory.
2. under your php.ini in windows directory uncomment the
"extension=php_mysql.dll". In old version of PHP, MySQL is
supported automatically but in version 4x and 5 they are
not automatically supported, and you need to support it
by yourself. I think this is something about license or agreement.
3. Restart your apache.
Enjoy.
Please visit my website: www.hostingdemand.com
Support Group
...or you can edit your httpd.conf and add this line before loading the php module (sapi)...
the above code is on a win32 environment btw... follow the appropriate directories on linux, or other os\'es...Code:LoadFile c:/php/libmysql.dll # Loading PHP5 module LoadModule php5_module \"c:/php/php5apache2.dll\"
if it still doesn't work, try copying libmysql.dll to the System32 folder after following the instructions from archerv's post.
i think the problem was the installation of MySQL. Last night I remove and then re-install it back, when I open phpmyadmin it worked.
The installation process of MySQL 5 is different from MySQL 4, maybe i was confused the first time. hehehehe
in your phpmyadmin, config.inc.php:
$cfg['Servers'][$i]['extension'] = 'mysqli';
i only read the first post - lazy...
but i have installed php5 and mysql5 on my machine... take note that mysql kay wala na gi-default sa php...
i just followed the installation docs sa php.net ni work raman....
phpmyadmin worked without any problem too...
use XAMPP software..all in one package with php,mysql,apache,phpmyadmin...naa tanan..ready ang setup..search lang sa goggle..
free download pa gyud nang XAMPP....power kaau...cya na ang bahala sa setup...
php2triad mas nice daghan solod sa bundle
Similar Threads |
|