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 do i update drive letter access component version 1.0.0.1 The best way to update your driver let...
Where to find tutorials on Internet Explorer (IE) 7. Here is a list of tutorials to answer many freq...
How to remove issch.exe from the startup application list to gain performance and reduce security ri...
Can I disable Windows service "McAfee Framework Service" to speedup my computer? Third party service...
Can I disable Windows service "OracleJobSchedulerXE" to speedup my computer? Third party application...