IIS Server full configuration implementation Asp,cgi,perl and php+mysql_php tutorials

Source: Internet
Author: User
Tags dsn mysql host php and mysql
The IIS server is fully configured to implement Asp,cgi,perl and Php+mysql IIS servers are fully configured now we want to enable IIS to implement Asp,cgi,perl and php+mysql required software (all for Windows): ActivePerl, PHP, MYSQL One. asp support: Needless to say, nothing to do, itself support ASP run. Two. Cgi,perl support: 1. Install ActivePerl run the downloaded ActivePerl step-by-step installation (Note: The installation path is selected under/usr/of the root directory (by default, Perl), which saves a lot of work for later debugging programs) 2. Configure IIS to open " Internet Information Service (in Administrative Tools), click the properties of the default site, select the Home Directory tab, then click "Configure (G) ...", and then "Add (D)" if: Recommended "C:usrinperl.exe" Remember to add "%s%s" in the back , or you can't execute the CGI, OK. Add the extension. pl in the same way, and now that your IIS has supported Cgi,perl, you're done! Three. PHP, MySQL support: 1. Install PHP and MySQL run download PHP and MySQL step-by-step installation on the line (where to go, usually the online popular is installed PHP, there is no installation program, you just need to download the compressed package extracted out of the line, put to such as: C: PHP) 2.PHP Support: 2.1 Copy all files in DLLs folder under PHP directory to c:windowssystem32 under 2.2 Configure IIS: Add. php as you just configured the CGI, such as: after completion, such as: Finally, the "Executive Access" here: " Scripts and Executables "then determine ok! Now your IIS is fully supported by Php+mysql! One, download MySQL database (ODBC) driver and MySQL database System program 1.MySQL Database (ODBC) driver download address: http://mysql.com/Downloads/MyODBC/ Myodbc-2.50.36-nt.zip, Http://download.sourceforge.net/pub/mirrors/mysql/Downloads/MyODBC/myodbc-2.50.36-nt.zip or Http://www.fykx.net/download/php/myodbc-2.50.36-nt.zip (1457KB) 2.MySQLThe database system program download address is: Http://www.mysql.com/Downloads/MySQL-3.23/mysql-3.23.30-gamma-win.zip (9632KB) or HTTP/// Www.fykx.net/download/php/mysql-3.23.30-gamma-win.zip Second, program installation 1. Install the MySQL database (ODBC) driver (must be installed under Windows System) 2. Install MySQL database System program, generally installed in the system default location "C:mysql", but to consider whether your server as a network database server, if you want to set up hundreds of database users on this server, it should be installed in the space compare large hard disk sub-drive, Avoid unnecessary trouble and cumbersome setup in the future. Third, the start of the program execution "[System Installation Letter]:mysqlbinwinmysqladmin.exe" This program to start the MySQL database system and manager, the first time you start, the system will appear in the "Quick setup" window, requires the establishment of the first database user account, such as. Enter the username of the first MySQL database account in User name, enter the password of the first MySQL database account in password, preferably you remember the input value, then go to the MySQL Database Management window, after a while the program automatically minimized window to the system tray ( There is a "traffic light" icon on the right side of the taskbar, and the system starts normally (Windows2000 also checks to see if "MySQL Component Services" is started in the Component Services Manager). At this point, the program also added a shortcut in the Startup group, the next time you start the computer will automatically start the MySQL database system. Iv. Database Establishment The first time you start the database, the system automatically establishes a two database named MySQL and test, you can use the following methods to build a database of other names: Right-click the system Bay "traffic light" icon =>> click "Show Me" Open the MySQL Database Management window =>> Select the "Databases" tab =>> Select the database server =>> right click =>> Select "Create Database" menu item =>> In the Add Database dialog box that pops up, type the database name =>> Click "Create the Datebase (creating this database)" and a new database is created. For example, database user account management starts the database for the first time and establishes a database user account, if your server wants multiple users to use the, you must establish multiple database user accounts, in the following steps: Start the ODBC Data Source Administrator (under WindowsNT System "ODBC Data Source Administrator" in "Administrative Tools", "ODBC data Source Manager" Under the Windows98 or me system in "Control Panel") = >> in the First tab, User DSN, click the Add button =>> Select MySQL in the list of data source drivers =>> Click the Finish button =>> in the Database Driver Configuration dialog box, Windows DSN name "In the" Dynamic Education Network "(indicated for the dynamic Education Network account), in the MySQL host (name or IP) fill in the server hostname or IP address, in MySQL database name, fill in the names of the databases, Enter the user name of the database account in user, fill in the password of the database account in password, the other is the default setting =>> click "OK". A new database account is set up. Six, the debugging procedure (after the layout style beautification vbulletin version 1.1.5 the Chinese Standard Edition as the proxy example) 1. Modify the admin/config.php file as follows: (Transferred from Http://bbs.iduba.net)

http://www.bkjia.com/PHPjc/531800.html www.bkjia.com true http://www.bkjia.com/PHPjc/531800.html techarticle The IIS server is fully configured to implement Asp,cgi,perl and Php+mysql IIS servers are fully configured now we want to enable IIS to implement Asp,cgi,perl and php+mysql required software (all for Windows): ACTIVEP ...

  • 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.