Provides programmers with a complete foundation in MySQL, the multi-user, multi-threaded SQL database server that easily stores, updates, and accesses information
Offers detailed instructions for MySQL installation and configuration on either Windows or Linux
Shows how to create a database, work with SQL, add and modify data, run queries, perform administrative tasks, and build database applications
Demonstrates how to connect to a MySQL database from within PHP, Java, ASP, and ASP.NET applications
Companion Web site includes SQL statements needed to create and populate a database plus three ready-to-use database applications (in PHP, Java, and ASP.NET)
Customer Reviews
Average Rating:
Rating: - Hace honor a su tÃtulo: BEGINNING
Muy buen libro trata lo esencial de MYSQL, sinceramente muy bueno para gente que empieza con MySQL.
Si ya eres un usuario avanzado no te recomiendo el libro.
Rating: - the best reference for the biginners
I advise every person who want to learn MYSQL to Buy this book , it's learn you the following :
an introduction to database systems .
an introduction to strucure query language (SQL).
simple way to learn the mysql .
Rating: - Great MYSQL book!
MYSQL is an open-source standard DBMS now and is a great way (free) to get yourself started in learning about web design and how to create databases. This is a great book to use a starter guide to learning MYSQL or for people who have learned some MYSQL on their own and want a guide and/or resource for learning more intermediate topics.
The first thing the author goes into how to get/install/configure MYSQL whether it be on a Windows or UNIX environment. There are some differences between ... Read More