My environment is sempron3300+ 512 memory
The software environment is the Windows 2003server Enterprise Edition Sp1+apache HTTP Server 2.0+MYSQL5+PHP5+MYSQL5
I was just going to discuz! EXP is a software package that maximizes the level of discuz! EXP compatibility, the computer may be running other mysql,discuz! at the same time MySQL in Exp uses port 6033 to start the service to avoid running environments that are directly configurable with PHP under Windows. The configuration is much simpler. After loading, you can directly configure the above environment. (Note that you want to stop the IIS service to avoid the same port and cause conflicts.) When installed, the port number is available Change, if you are not using IIS, you can use the 80 port directly, the HTTP default port, and the 80 port I use directly. There are related settings for setting the database name, which can be done in a step-by-step setting. If you have finished installing, enter http://localhost in IE to detect whether the installation is successful.
Below the cmd command to view the MySQL database
Start-> in Run enter cmd
Find discuz! on the command line EXP installation is located in the directory where I am installed in D disk. (Applications are not mounted in C)
You will be able to view the MySQL database by entering the following command in turn.
CD "discuz! EXP "
CD MySQL5
CD bin
Mysql-uroot-p
Show database;
Use (your in the configuration discuz! The name of the database that is set up for the Web site when exp
Show tables;