how to solve your php server doesn't have mysql module loaded

shiva kumar nani picture shiva kumar nani · Jan 31, 2018 · Viewed 11.3k times · Source

i am trying to connect my hosting php server to dreamweaver application but it says "solve your php server doesn't have mysql module loaded". can some body help me to fix this .. Or explain step by step how to make connection

Answer

Virender singh Rathore picture Virender singh Rathore · Jan 31, 2018

Possible Solution be among below :

  1. Install Mysql server.
  2. uncomment out connection = php_mysql in php.ini file.
  3. If you using IIS try again with Apache. as php not works well with IIS
  4. use MySQLi Server Behaviors an Dreamweaver extension which is improved, streamlined version of MySQL.