247410
305
Zoom out
Zoom in
Previous page
1/326
Next page
Configuring your system (PHP) 305
With PHP 5, the extension that allows PHP to work with a MySQL
database server is not installed or enabled by default by the Windows
installer. You must install and enable it manually.
To install PHP 5 on a Windows system:
1. If applicable, log into your Windows system using the Administrator
account.
2. Download the Windows PHP 5.x installer from the PHP website at
www.php.net/downloads.php.
3. Double-click the installer file you downloaded and follow the onscreen
installation instructions.
4. After PHP is successfully installed, download the Windows PHP 5.x zip
package from the PHP website at www.php.net/downloads.php, and
then extract the package in a temporary folder on your hard disk.
The zip package contains the extension you need to work with
MySQL.
5. In the temporary folder containing the unzipped files, locate the folder
called ext and copy it to the C:\PHP\ folder.
The ext folder contains common PHP extensions, including the
MySQL extension.
6. In the C:\Windows folder, locate the file called php.ini and open it in
Notepad.
You must edit this file to enable the MySQL extension.
7. Find the following line in the php.ini file:
extension_dir = "./"
This line specifies where PHP looks for extensions.
8. Edit the line as follows:
extension_dir = "C:\PHP\ext\"
9. Find the following line in the php.ini file:
;extension=php_mysql.dll
The semicolon (;) at the start of the line tells PHP to ignore the line.
10. Delete the semicolon at the start of the line to enable the extension.
extension=php_mysql.dll
11. Save and close the php.ini file.
TIP
Don’t omit the final
slash.
305


Need help? Post your question in this forum.

Forumrules


Report abuse

Libble takes abuse of its services very seriously. We're committed to dealing with such abuse according to the laws in your country of residence. When you submit a report, we'll investigate it and take the appropriate action. We'll get back to you only if we require additional details or have more information to share.

Product:

For example, Anti-Semitic content, racist content, or material that could result in a violent physical act.

For example, a credit card number, a personal identification number, or an unlisted home address. Note that email addresses and full names are not considered private information.

Forumrules

To achieve meaningful questions, we apply the following rules:

Register

Register getting emails for Macromedia dreamweaver 8 at:


You will receive an email to register for one or both of the options.


Get your user manual by e-mail

Enter your email address to receive the manual of Macromedia dreamweaver 8 in the language / languages: English as an attachment in your email.

The manual is 10,74 mb in size.

 

You will receive the manual in your email within minutes. If you have not received an email, then probably have entered the wrong email address or your mailbox is too full. In addition, it may be that your ISP may have a maximum size for emails to receive.

Others manual(s) of Macromedia dreamweaver 8

Macromedia dreamweaver 8 User Manual - English - 19 pages


The manual is sent by email. Check your email

If you have not received an email with the manual within fifteen minutes, it may be that you have a entered a wrong email address or that your ISP has set a maximum size to receive email that is smaller than the size of the manual.

The email address you have provided is not correct.

Please check the email address and correct it.

Your question is posted on this page

Would you like to receive an email when new answers and questions are posted? Please enter your email address.



Info