Installation instructions:
1. First, import wordssql.zip directly into the database. For example, if your database name is test, just click Import default settings. There is another way to decompress it provided by a friend who is behind you.
mysql -u root -proot --default-character-set=utf8 test < d:words.sql
2. Modify the database connection and website parameters in global.php.
3. If you want to use the pseudo-static version, copy the files in the pseudo-static directory and overwrite them.
Expand