XAMPP "module 'mysqli' already loaded" error? -


If XAMPP was configured and running properly, then using phpmyadmin on local server and executing php code Was able to After starting XMPP and starting Apache this morning, I get a message: "module 'mysqli' has already been loaded. '

I can not log in phpmyadmin- I see the login page, but when I click on "go", I get only the blank page. I was practicing to submit the form in a DB, everything was working fine, now after the form is submitted a message comes back: "Connect failed: (2002) A connection attempt failed because the connected party Has not responded properly after some time, or the established connection failed because the answer failed to respond to the connected host. "

The XAMPP status page shows all the activation of me E was also a change or could not remember anything else that might be the reason.

Appreciate any input

Pre> ; Extension = php_mysqli_mysqlnd.dll; Extension = php_mysqli_libmysql.dll

and typing in their place in this place:

  extension = php_mysqli .dll  

Totally worked.


Comments