Showing posts with label guides. Show all posts
Showing posts with label guides. Show all posts

Sunday, May 1, 2016

How to empty table records in MySQL

Sometimes when you are testing on an application, you want to empty the data/records inside a table, just to make sure that the data is correctly inserted. In this article i want to show you how to empty the whole data/records on a single table.

Sunday, February 28, 2016

How to import large data on MySQL

If you have a large data, and you want to import that data to let's say an empty database, you will have a hard time doing it with phpmyadmin or mysql workbench.

Friday, January 1, 2016

MySQL Workbench is our best friend

When working with MySQL database, like for example finding the right query, we need tools that can help us run the query easily, a graphical application would be appreciated.