After the site migration encountered: Database connection error (1): The MySQL adapter ' mysqli ' is not available. This problem, I initially thought that I configured the parameter is wrong! Then go back to check, check my database account number and password are correct, but why is not connected to the database??
Some people on the internet say it is "maybe after you install Wamp or xamp, SQL Server service does not start, you can go to the system service menu to see if this starts automatically." "But I asked the space quotient, they said the default is open, and they also checked the database server, OK."
later after careful review, found the Joomla configuration parameters configuration.php This file inside: " Public $dbtype = ' mysqli '; "
The ' mysqli ' here is what I want to connect to, and the space I use is "MySQL". So I boldly changed the "mysqli" to "MySQL" did not expect a test is OK. Record it here. 650) this.width=650; "src=" http://www.starwb.com/images/5.jpg "border=" 0 "class=" s5_lazyload "style=" margin:0px; Padding:0px;height:auto;border:none; "/>
DATABASE CONNECTION ERROR (1): The MYSQL ADAPTER ' mysqli ' is not AVAILABLE. Workaround