English 中文(简体)
PHP & MySQL
  • 时间:2024-09-17

PHP & MySQL


Previous Page Next Page  

PHP will work with virtually all database software, including Oracle and Sybase but most commonly used is freely available MySQL database.

What you should already have ?

    You have gone through MySQL tutorial to understand MySQL Basics.

    Downloaded and installed a latest version of MySQL.

    Created database user guest with password guest123.

    If you have not created a database then you would need root user and its password to create a database.

We have spanided this chapter in the following sections −

Advertisements