Introduction - If you have any usage issues, please Google them yourself
Server space needs support for php+mysql
1, the source code is uploaded to the server space
2. Import the aimr.top.sql database file under the root directory of the source into your database using phpMyAdmin or other MySQL database tools.
3, modify the database configuration file, that is, open the conf/config.php file,
Change the database configuration information inside to your own.
$db_user= 'root'; here's root, change to your own database user name
$db_password= 'root'; here's the root; change to your own database password
$db_name= 'test'; here's test, change to your own database name
4, the installation is complete, open your binding domain name on it.