Search Results for : MySQL

Search Results for : MySQL

How to rest mysql root password in directadmin

When connecting to the MySQL screens in DirectAdmin, if this error appears, that would indicated that the “da_admin” user has not been....

Read More

Backup and restore a mysql table using mysqldump

There are two  methods for taking backup of a single table from a database and restore in into another database 1) Method 1 In this method you can....

Read More

How to reset mysql root password ?

1. Stop/ kill the mysqld # service mysql stop #pkill -9 mysqld 2) Start the mysql in safe mode as follows # mysqld --skip-grant-tables --user=root....

Read More

How to install Apache and PHP in cpanel server via easyapache, The pe...

Cpanel easyapache is a simple and easy software, that bundled with the industry leader hosting control panel software, Cpanel. It have an easy int....

Read More

How To Install Jira On Centos

JIRA is a issue tracking product, It is used for bug tracking, issue tracking, and project management system. In this blog, I will explain that ho....

Read More

How to Install and Configure MongoDB on CentOS 7

MongoDB does not store data in tables, instead, it stores data in a “document” structure similar to JSON (in MongoDB called BSON).Mong....

Read More

Install LiteSpeed web server on CentOS 7

LiteSpeed is a free and open source web server which can replace httpd. The main features of LiteSpeed is, It can manage thousands of simultaneous....

Read More