Yearly Archives

Drop MySQL Tables

It is very easy to drop an existing MySQL table, but you need to be very careful while deleting...

Drop MySQL Tables

It is very easy to drop an existing MySQL table, but you need to be very careful while deleting...

MySQL – Insert Query

To insert data into a MySQL table, you would need to use the SQL INSERT INTO command. You can...

MySQL – Insert Query

To insert data into a MySQL table, you would need to use the SQL INSERT INTO command. You can...

Selecting MySQL Database

Once you get connected with the MySQL server, it is required to select a database to work with. This...

Selecting MySQL Database

Once you get connected with the MySQL server, it is required to select a database to work with. This...

MySQL – Data Types

Properly defining the fields in a table is important to the overall optimization of your database. You should use...

MySQL – Data Types

Properly defining the fields in a table is important to the overall optimization of your database. You should use...

MySQL – Connection

MySQL Connection Using MySQL Binary You can establish the MySQL database using the mysql binary at the command prompt....

MySQL – Connection

MySQL Connection Using MySQL Binary You can establish the MySQL database using the mysql binary at the command prompt....

MySQL – Create Database

Create Database Using mysqladmin You would need special privileges to create or to delete a MySQL database. So assuming...

MySQL – Create Database

Create Database Using mysqladmin You would need special privileges to create or to delete a MySQL database. So assuming...

Drop MySQL Database

Drop a Database using mysqladmin You would need special privileges to create or to delete a MySQL database. So,...

Drop MySQL Database

Drop a Database using mysqladmin You would need special privileges to create or to delete a MySQL database. So,...

MySQL – Installation

All downloads for MySQL are located at MySQL Downloads. Pick the version number of MySQL Community Server which is...

MySQL – Installation

All downloads for MySQL are located at MySQL Downloads. Pick the version number of MySQL Community Server which is...

MySQL – Administration

Running and Shutting down MySQL Server First check if your MySQL server is running or not. You can use...

MySQL – Administration

Running and Shutting down MySQL Server First check if your MySQL server is running or not. You can use...

MySQL – PHP Syntax

MySQL works very well in combination of various programming languages like PERL, C, C++, JAVA and PHP. Out of...

MySQL – PHP Syntax

MySQL works very well in combination of various programming languages like PERL, C, C++, JAVA and PHP. Out of...