Showing posts with label MySQL. Show all posts
Showing posts with label MySQL. Show all posts
Thursday, July 2, 2015
Wednesday, July 1, 2015
How To Create a New User and Grant Permissions in MySQL
About MySQL
MySQL is an open source database management software that helps users store, organize, and later retrieve data. It has a variety of options to grant specific users nuanced permissions within the tables and databases—this tutorial will give a short overview of a few of the many options.
A Basic MySQL Tutorial
About MySQL
MySQL is an open source database management software that helps users store, organize, and retrieve data. It is a very powerful program with a lot of flexibility—this tutorial will provide the simplest introduction to MySQL
How to Install MySQL on Ubuntu and CentOS
If you don't have MySQL installed on your droplet, you can quickly download it.
Saturday, January 10, 2015
Tuesday, December 10, 2013
HowTo: Reinstall MySQL v5.x On Linux
My MySQL database installation has been corrupted. I would like to delete old mysql server. How do I reinstall MySQL database server version 5.x on Linux or Unix-like oses? A software upgrade broke my system. How can I uninstall and re-install mysql again to get fresh full mysql again?