The MySQL adapter "mysql" is not availab
Solved/Closed
Related:
- Database connection error (1): the mysql adapter 'mysql' is not available.
- Tentacle locker 1 - Download - Adult games
- Igi 1 - Download - Shooters
- Error network error occurred - Guide
- Fnia 1 apk - Download - Adult games
- Is mysql free - Download - Databases
5 responses
try locating and setting the following parameter in your php.ini (it is in the Dynamic Extensions section):
extension=php_mysql.dll
prior to this change, I could make a simple php script without mysql run, like this
<?php
phpinfo(();
?>
but not another one like this
<?php
echo mysql_connect ('localhost', '<yourwebuser>', '<yourwebuserpassword>');
?>
the previous should normally output something like:
Resource id #n
where n=1 or 2 or
extension=php_mysql.dll
prior to this change, I could make a simple php script without mysql run, like this
<?php
phpinfo(();
?>
but not another one like this
<?php
echo mysql_connect ('localhost', '<yourwebuser>', '<yourwebuserpassword>');
?>
the previous should normally output something like:
Resource id #n
where n=1 or 2 or
Is a php configuration,
using phpinfo() you have to see the mysql installed,
if not installed reinstall the php and select to install even the mysql module.
mocia65
using phpinfo() you have to see the mysql installed,
if not installed reinstall the php and select to install even the mysql module.
mocia65
download http://www.dll-files.com/dllindex/dll-files.shtml?libmysql
add libmysql.dll to C:\windows\system32
restart apache
add libmysql.dll to C:\windows\system32
restart apache
Hi... All
The conn. prob of mysql can also solve the foll approaches.. ha..
juz copy the php.ini file to winnt folder if your o.s is win 2k...
then resrat the appache . finally juz clear the tmp file on ie settings..
it will workfine
am Abdul Salam
The conn. prob of mysql can also solve the foll approaches.. ha..
juz copy the php.ini file to winnt folder if your o.s is win 2k...
then resrat the appache . finally juz clear the tmp file on ie settings..
it will workfine
am Abdul Salam
hornmann
Posts
8
Registration date
Thursday 8 May 2008
Status
Member
Last seen
29 May 2009
4
11 Aug 2008 à 10:54
11 Aug 2008 à 10:54
hello,
what you need is microsoft sql database you can get one from www.microsoft.com
install it and then after it will work no worries
what you need is microsoft sql database you can get one from www.microsoft.com
install it and then after it will work no worries
18 Mar 2014 à 02:39