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:
Can I disable Windows service "Infrared Monitor" to speedup my computer? Windows service "Infrared M...
Where to find tutorials on using Windows 8 Installed Programs and software? Here is a collection of ...
How to set up Windows Media Center on Windows 7? On a new Windows 7 system, you need to follow these...
Can I remove startup application "reader_sl.exe - Adobe Acrobat Reader Speed Launch" to speedup my c...
What is Java Runtime Environment 1.4.2 - Download Program Files (DPF)? Java Runtime Environment 1.4....