Topic: mysql

hi guys here is the mysql book you can get to learn it from the beginning:

The MySQL Reference Manual covers most of the areas of MySQL use. This manual is for both MySQL Community Edition and MySQL Network. Yo can download this free book in many file formats.

Contents

General Information
Installing and Upgrading MySQL
Tutorial
MySQL Programs
MySQL Server Administration
Backup and Recovery
Optimization
Language Structure
Globalization
Data Types
Functions and Operators
SQL Statement Syntax
Storage Engines
High Availability and Scalability
Replication
Partitioning
Stored Programs and Views
INFORMATION_SCHEMA Tables
MySQL Performance Schema
Connectors and APIs
Extending MySQL
MySQL Enterprise Monitor
MySQL Enterprise Backup
MySQL Workbench

Download

Re: mysql

MySQL is a database system used on the web. Basically, a MySQL database allows you to create a relational database structure on a web-server somewhere in order to store data or automate procedures. If you think of it in comparison to Microsoft Access, MySQL is what holds all of your tables, PHP acts as your queries (among other things), and your forms are basically web pages with fields in them. With all of this combined, you can create truly spectacular projects on the web.