Collections:
Other Resources:
Configuring PHP Engine to Access MySQL Database
How to configure PHP engine to access MySQL database?
✍: FYIcenter.com
1. Assuming that your PHP engine is installed at C:/Program Files/php-5.2.0-Win32/.
2. Open in "notepad" the PHP configuration file C:/Program Files/php-5.2.0-Win32/php.ini. Enter the following line:
extension=php_mysql.dll
3. Make sure your MySQL databaser is running.
4. Restart your Apache server.
5. Your PHP scripts that use MySQL database should work now.
2006-12-09, ≈11🔥, 0💬
Popular Posts:
How to add comments on slides? I am reviewing someone else's presentation and I want to add some com...
How to see all startup applications on your Window system? If you want see all startup applications ...
Where to find tutorials on using Windows Server 2008? I want to learn how to use Windows Server 2008...
What is "Human Interface Device Access" in my Windows XP service list? And how is "Human Interface D...
What is the "CmRcService.exe" process on windows 7? Is the "CmRcService.exe" process a virus? Can I ...