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, 10298🔥, 0💬
Popular Posts:
What are default Startup Programs on a Windows 7 Home Premium computer? If you are running a Windows...
windows.fyicenter.com offers a large collection of tutorials and frequently asked questions on Windo...
A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to downl...
Can I disable Windows service "Broadcom ASF IP monitoring service v6.0.3" to speedup my computer? Wi...
What is the installed program "Windows SDK Signing Tools" on my Windows 7 computer? Why it is not vi...