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:
This is what I do Charms bar >Settings> Change my PC settings > User > "Trust this PC" When I get my...
What is the startup program "Windows Security notification icon - SecurityHealthSystray.ex e"on my W...
How can I tell the number of CPU or logical processors on my Windows Server 2012? To find out how ma...
Can I disable Windows service "Intel NCS NetService" to speedup my computer? Windows service "Intel ...
How to start Apache server manually on Windows systems? If you followed our Apache server installati...