Use Apche in Windows and view the MySQL database

Source: Internet
Author: User

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;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.