MySQL Tutorials : Notes And References
4. Notes
The tutorial is provided for getting started with MySQL using a client program from a WIndows machine. Please note that you can issue all the commands from the server machine itself (where the MySQL daemon is running). In this case, it is still true that you are using a client program to communicate with the MySQL server. It is just that both client and server are running on the same machine.
5. References
1. MySQL Bible
Author: Steve Suehring; Publishers: Wiley
2. PHP Bible
Author: Tim Converse and Joyce Park; Publishers: Wiley
3. MySQL
Author: Paul DuBois Publishers: Techmedia
4. MySQL official website www.mysql.com
5. https://www.javatpoint.com/mysql-data-types
You can also download a copy of the software at: https://dev.mysql.com/downloads/
-Written by Subhransu Patra, and edited by Vijayanand