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 "Pml Driver HPZ12" in my Windows 7 service list? And how is "Pml Driver HPZ12" service relat...
Can I disable Windows service "Portable Media Serial Number" to speedup my computer? Windows service...
How to start sc.exe command to create, delete and manage Windows services? sc.exe is a command line ...
Where to find tutorials on using Windows 8 Security? Here is a collection of tutorials on Windows 8 ...
Can I disable Windows service "ASP.NET State Service" to speedup my computer? Windows service "ASP.N...