0

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

shiva kumar nani
  • 117
  • 2
  • 3
  • 9

4 Answers4

0

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.
0

Your XAMPP control panel should have a mySQL (or mariaDB) buttonenter image description here

All you have to do is press the Start button, and then wait until the indicator turns green. If you do not have this button, you did not install mySQL (or mariaDB on newer versions), and this requires a modification of XAMPP installation, or even a full reinstall.

Ben
  • 2,200
  • 20
  • 30
0

Which PHP version do you have on your remote and local testing servers? If unsure, add this code to a new PHP test page and run it from your server & localhost.

<?php phpinfo() ?>

Deprecated server behaviors in DW are outdated and no longer supported in PHP 7+, you can try with PHP 5 > latest version, that should solve it, we get used to not respecting PHP versions of our editors like DW, and the issues of communication failure start there.

-1

enter image description here

I experienced the same thing, Database >> MySQL Connection >> after filling out the form for connecting dreamweaver to xampp >> Your PHP server doesn't have the mysql_(p)connect function.

i don't know the error on xampp or dreamweaver i use.

DW 2014 to DW 2021 all failed.

  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jun 02 '23 at 18:08