The MySQL adapter "mysql" is not availab
Solved/Closed
Related:
- Database connection error (1): the mysql adapter 'mysql' is not available.
- Fnaf 1 download pc - Download - Horror
- Tentacle locker 1 - Download - Adult games
- Fnia 1 - Download - Adult games
- Igi 1 download - Download - Shooters
- Access database download - 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
Didn't find the answer you are looking for?
Ask a question
hornmann
Posts
8
Registration date
Thursday May 8, 2008
Status
Member
Last seen
May 29, 2009
4
Aug 11, 2008 at 10:54 AM
Aug 11, 2008 at 10:54 AM
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
Mar 18, 2014 at 02:39 AM