My Sql
MySQL Tutorial
MySQL is the most popular Open Source Relational SQL database management system. MySQL is one of ...
MySQL - Introduction
What is a Database? A database is a separate application that stores a collection of data. Each ...
MySQL - Installation
All downloads for MySQL are located at MySQL Downloads. Pick the version number of MySQL Communit...
MySQL - Administration
Running and Shutting down MySQL Server First check if your MySQL server is running or not. You c...
MySQL - PHP Syntax
MySQL works very well in combination of various programming languages like PERL, C, C++, JAVA and...
MySQL - Connection
MySQL Connection Using MySQL Binary You can establish the MySQL database using the mysql binary ...
MySQL - Create Database
Create Database Using mysqladmin You would need special privileges to create or to delete a MySQ...
Drop MySQL Database
Drop a Database using mysqladmin You would need special privileges to create or to delete a MySQ...
Selecting MySQL Database
Once you get connected with the MySQL server, it is required to select a database to work with. T...
MySQL - Data Types
Properly defining the fields in a table is important to the overall optimization of your database...