Installing MySQL Server in PHP

Q

How To Install MySQL Server in PHP?

✍: FYIcenter.com

A

MySQL is an open source database management system developed by MySQL AB, http://www.mysql.com. You can download a copy and install it on your local computer. Here is how you can do this:

  • Go to http://dev.mysql.com/downloads/mysql/5.0.html.
  • Select the "Windows" and "Without installer" version.
  • Unzip the downloaded file to "\mysql" directory, and double click on "\mysql\setup.exe" to start and finish the installation process.
  • Open a command window and run "\mysql\bin\mysqld" to start MySQL server

 

Using MySQL Command Line Interface in PHP

Working with MySQL Database in PHP

Working with MySQL Database in PHP

⇑⇑ PHP Tutorials

2016-10-22, 1559🔥, 0💬