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 to add a password to stop other people editing my PowerPoint file? I want share a PowerPoint fil...
How to remove realsched.exe from the startup application list to gain performance and reduce securit...
I'm trying to upload pictures from my Samsung camera and Windows 8 keep saying "Something went wrong...
A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to downl...
Where to find tutorials on managing Windows 8 scheduled tasks? Here is a collection of tutorials on ...