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:
What is "Lenovo Hotkey Client Loader" in my Windows 7 service list? And how is "Lenovo Hotkey Client...
Where to find information about what system services are running on Windows Server 2012? I want to k...
Why I am getting the "Warning: Unresponsive Script" message box? How to avoid this message box? When...
Can I disable Windows service "Infrared Monitor" to speedup my computer? Windows service "Infrared M...
How to download ActivePerl 5.8.8.820? If you are interested in using Perl on your Windows system, yo...