How to customize the configuration after wamp is installed?

Source: Internet
Author: User
Tags php development environment

How to customize the configuration after wamp is installed?

WampServer is a widely used integrated PHP development environment. This article describes how to customize the configuration after Wamp is installed. For your reference. The details are as follows:

After wamp2.5 is installed, manually reset the default apache root directory. However, it is found that the local machine is accessible, and others are not.

Message: Forbidden you dont hava permission to access * on the server

Indicates that you do not have the access permission!

This is a common problem. You only need to modify the directory permission.

After searching for many of the methods described on the Internet, we found that all the rows with 'deny' were replaced with 'Allow from all', but they could not be tested in person.

With all kinds of confusions, I tried to study phpmyadmin, which is the best example.

In the phpmyadmin. conf file under/wamp/alias, the following comments are written at the beginning of the document:

# to give access to phpmyadmin from outside # replace the lines # #Require local # # by # # Require all granted #

Here, the answer is obvious.

ThereforeFind the apache2.4.9 \ conf \ httpd. conf file and put the last line of the <Directory> node in it:

Replace 'require local' with 'require all granted'

Now, the problem is solved!

The experience of solving the problem is obvious,The best solution is Demo!


How to configure wamp mysql?

It seems that the user name and password are incorrect. When you look at the file linked to the database, you did not write the wrong user name and password for mysql installation. It is combined with php and Apache.
Open the mysqlinstallation file mysql-4.1.14-win32.zip, decompress the file, and run “setup.exe. The following interface is displayed:

Start the mysql Installation Wizard and press "Next" to continue

Select the installation type, which has three options: "Typical (default)", "Complete (Complete)", and "Custom (Custom)". Select "Custom ", with more options, you can familiarize yourself with the installation process.

Click "Developer Components (Developer part)" and select "This feature, and all subfeatures, will be installed on local hard drive. ", that is," This part and its sub-parts are all installed on the local hard disk ". The preceding operations include "MySQL Server", "Client Programs (mysql Client program)", and "Documentation (document)" to ensure that all files are installed. Click "Change..." to manually specify the installation directory.

Enter the installation directory "D: \ mysql" and do not place it in the same partition as the operating system. This prevents data from being cleared during system backup and restoration. Press "OK" to continue.

Return to the interface and press "Next" to continue.

Confirm the previous settings. If there is an error, press "Back" to return the redo. Click "Install" to start installation.

Installing. Please wait until the following interface appears

This is to ask if you want to register an account for mysql.com or use an existing account to log on to mysql.com. Generally, this is not required. Click "Skip Sign-Up ", click "Next" to skip this step.

Now that the software has been installed, the above interface appears. Here is a good function. mysql Configuration Wizard does not need to be configured in a mess like before. ini. Check the "Configure the Mysql Server now" and click "Finish" to Finish the software installation and start the mysql Configuration Wizard.

Start the mysql Configuration Wizard and press "Next" to continue.

Select the Configuration method, "Detailed Configuration (manual precise Configuration)", and "Standard Configuration". Select "Detailed Configuration" to familiarize yourself with the Configuration process.

Select the Server type, "Developer Machine (development and testing class, mysql occupies a small amount of resources)", "Server Machine (Server type, mysql occupies a large amount of resources) "," Dedicated MySQL Server Machine (Dedicated database Server, mysql occupies all available resources) ", you choose according to your own type, generally choose" Server Machine ", not too little, it will not be full.

Select the general purpose of the mysql Database, "Multifunctional Database (Universal multi-function type, good)", "Transactional Database Only (server type, dedicated to transaction processing, General) "," Non-Transactional Database Only (non-transaction processing type, relatively simple, mainly used for monitoring and recording, the support for MyISAM data types is limited to Non-transactional ), I chose it with my own purpose. Here I select "Transactional Database Only" and press "Next" to continue.

Configure InnoDB Tablespace to select a storage file for the InnoDB database file... the remaining full text>

How to configure phpwind wamp 45?

No need to download the program, after the installation, there should be two folders and several files in the local folder. You don't need to worry about the php integrated environment. www. The local folder contains the program. By default, there is a phpwind75 and a phpmyadmin folder. pw program, the tool for managing mysql Databases does not require you to configure anything. The root directory contains several files to install. batuninstall. bat focuses on the two, the former is to start the service, and the latter is to close
 

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.