views:

22

answers:

1

I have download and install MySQL and once I start the programme I knew I need further help.

I found few title by O'Reilly.

1) High Performance MySQL 2) MySQL Cookbook 3) MySQL in a Nutshell 4) MySQL pocket reference 5) Managing and Using MySQL

Please recommend which book is for database. If you know any tutorial/video which is available, please state too. I would like to know from downloading the software to installation and have a lot of illustration.

A: 

Definitions for PHP and MySQL

PHP (Hypertext Preprocessor) is a popular general-purpose server side scripting language which can be embedded into HTML to create a wide variety of mini-applications, but can also be used to build large-scale complex applications.

Source

MySQL is an open source database software based on the SQL vocabulary which can be employed in combination with most server-side languages, but which is most commonly employed with PHP.

Source

Very good video resource to learn how you could combine both, and retrieve data with php from a mysql database is PHP with MySQL Essential Training. If you wish to have more deep and clear explanation for what SQL is and how it works, you may find useful SQL Essential Training video series.

Of course there are tons of books for MySQL and PHP.

Sotiris