All TalkersCode Topics

Follow TalkersCode On Social Media

devloprr.com - A Social Media Network for developers Join Now ➔

MySQL Introduction

MySQL database is used to store information just by connect and then manipulate the data as you want. You can make number of database and inside that you can make number of tables and columns. It is very easy to use MySQL database. MySQL works on many operating systems and with many languages including PHP, PERL, C, C++, JAVA, etc.



Install MySQL

You can download from this site MySQL and see the instructions to download.


You can download any version you want. Download the installer package, unzip it anywhere, and run setup.exe.


You can manipulate the database as you want

  • You can make tables

  • You can insert data into the database

  • You can delete data into the database

  • You can update data into the database

  • you can delete tables from the database

  • You can import any existing database and make a new database or merge in an existing database.

  • You can Export the database in various formats.

And many more things.

Next ❯