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 move the licenses for the songs that I purchased from an online store to my new computer? T...
How do I copy the user ratings for my files to my new computer? You can ensure that the user ratings...
Can I remove startup application "WZQKPICK.exe - WinZip Quick Pick" to speedup my computer and reduc...
Can I remove startup application "DLG.exe - Modem Digital Line Detection" to speedup my computer and...
Have a windows 8 computer and need to download the Visual C++ Redistributable for visual studio 2012...