Category: ADMINISTRATION
For ADMINISTRATION articles under category MySql.
How to Download and Create Sample database in MySql
How to Download and Create Sample Database in MySql In this article, we are going to demonstrate How to Download & Create Sample Database in MySql. You can download a sample database for MySql directly inside mysql server or download it first from GitHub and then transfer it to mysql server. Click here to download […]
42 total views
Configure another instance of MySql and administer using systemctl
Configure another instance of MySql and administer using systemctl In this article, we will be performing Configure another instance of MySql and administer using systemctl. To fulfill the purpose of this demonstration, We have already configured mysql instance using yum repository method which is running on mysql default port 3306. Click here to read more. […]
51 total views, 2 views today
How to enable automatic restart of the MySQL server using systemctl
How to enable automatic restart of the MySQL server using systemctl In the previous blog, we saw How to Install Mysql 8 manually using Binaries Tar Click here to read more. Though this method provides full control over the installation process it doesn’t register mysqld in systemctl. So we need to start mysql service manually […]
53 total views
Step by Step Database MySql 8 Installation using Binaries
Step by Step Database MySql 8 Installation using Binaries In the previous blog, we have performed MySql 8 installation using YUM Repository click here to read more. In this blog, we are going to perform step by step MySql 8 installation using binaries in OEL 7.9 (Oracle Linux Enterprise). Download MySql 8 tar binary using […]
155 total views, 7 views today
Database MySql 8 Installation using Yum Repository Method
Database MySql 8 Installation using Yum Repository Method Database MySql can be installed using below 3 different method. 1) Yum Installation – The easiest and fastest method to install MySql but provide no control over installation. 2) RPM Bundle – Need to download RPM Bundle and install MySql rpm manually. 3) Using Binaries – Manual […]
276 total views
Recent Comments