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 are required to use wireless routers to connect to the Internet? If you want to connect to the ...
How to use .htaccess file with Apache server on Window systems? Assuming that you have installed the...
How to remove CLI.exe from startup program list? CLI.exe is a configuration program for the ATI grap...
What is HelpSvc.exe - Microsoft Help Center Service? That is HelpSvc.exe? There many answers on the ...
Where to find tutorials on using Windows 10? I want to learn how to use Windows 10 more efficiently....