Ask you a question about appserv! Now there is a php Project. in the user manual, it is deployed on appserv, but now I want to deploy it on wamp, I put the project file in the wamp working directory, but I couldn't connect to the database. the database configuration code was okay, there was a problem when I imported the data folder of the original project into the database. how can I solve this problem! Thank you! ------ Solution ------------ ask you a question about appserv!
Now there is a php Project. in the user manual, it is deployed on appserv, but now I want to deploy it on wamp, I put the project file in the wamp working directory, but I couldn't connect to the database. the database configuration code was okay, there was a problem when I imported the data folder of the original project into the database. how can I solve this problem! Thank you!
------ Solution --------------------
"Import the data folder of the original project to the database". it is best to export the SQL statement. You cannot test the data file directly. It is estimated that different mysql versions are different.
------ Solution --------------------
There is too little information to judge.
For the MyIsam engine, copy it directly to the data directory. But innodB does not.