Easy guide to install MySQL on Ubuntu
MySQL is one of the most famous Free & Open Source Relational Database system. MySQL uses a relational database & structured query language (SQL) to manage all the data. Its one of the most......
View ArticleSimple guide to install MySQL WorkBench for Linux (Ubuntu & RHEL/CentOS)
MySql Workbench for Linux is GUI (Graphical User Interface) for MySql. It acts as a graphical frontend for MySql databases & is used extensively by Developers, DBAs & Database Architects alike....
View ArticleInstall MySQL CLI: mycli with auto-completion
mycli is a command line tool for MySQL, MariaDB as well as Percona & supports the following features, – Auto-completion, & Case sensitive completion, as soon we start typing commands this will...
View ArticleStep by Step guide for creating Master Slave replication in MariaDB
In our earlier tutorials,we have already learned to install & configure MariaDB & also learned some basic administration commands for managing MariaDB. We are now... The post Step by Step...
View ArticleBeginner’s guide for creating LEMP server
In our previous tutorials, we discussed Nginx server & its installation. Since this is a web server, it can replace apache in LAMP stack (read... The post Beginner’s guide for creating LEMP server...
View ArticleStep by step guide to reset root password in Mysql
Working with MySQL or MariaDB database, you might have faced a situation where you might have forgotten root or another user's password, or being SysAdmin,... The post Step by step guide to reset root...
View ArticleEasy guide to install & configure MariaDB on RHEL /CentOS
MariaDB is an open-source Relational Database & is a community developed forked-out version of the MySQL database. MariaDB has replaced MySQL as the default database... The post Easy guide to...
View ArticleHow to get started with MariaDB commands for DB administration ???
Earlier we have learned to install & secure MariaDB server on Centos/RHEL 7, which is now the default database of RHEL/CentOS 7 onwards. We will... The post How to get started with MariaDB commands...
View Article