• Your Cart is Empty
  • Cart
  • Log In

MySQL Video Tutorials

How to create a MySQL database

This movie will show you how to create MySQL databases through the NTC Hosting web hosting Control Panel. By using this simple tool you will not need to use a command line or to have root server access.

How to insert data in a MySQL database

Using the MySQL insert function users can add new records to a database table. This movie will show you how to use the PHPMyAdmin web interface to insert data into your MySQL database tables.

How to create a MySQL database dump/backup file

Creating a database dump is necessary when you need to backup your database or to easily migrate your website to other web hosting provider. This movie will show you how to restore your MySQL database from an SQL backup file.

How to restore a MySQL database from backup

Creating a database dump is necessary when you need to backup your database or to easily migrate your website to other web hosting provider. This movie will show you how to restore your MySQL database from an SQL backup file.

How to create a MySQL table

There are two major MySQL database table creation methods currently used online - through the phpMyAdmin interface and via the SQL command line. This video tutorial will show you how to create a MySQL database table, using the Control Panel in-built phpMyAdmin tool.

How to check MySQL database statistics

This movie will teach you how to use the in-built MySQL statistics tool for monitoring your MySQL databases activity. With a tool like this at hand you will be able to avoid any possible load on the server where your database-driven websites are located