Articles
MySQL and MariaDB allow the mysqldump service to make easier the process of creating a backup of...
The function mb_strlen() is not enabled by default in PHP. So, in order to make it work let’s...
"DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=C:\MYDB\TEST.MDB" If you want to use the native...
Sometimes we need to delete a MySQL database through the command line. Before deleting a database...
During this time, your website won't load because it cannot connect to the database. So before I...
To solve this error you have to follow some simple steps which are given below...1. Check whether...
Percona XtraBackup is a free, complete on the internet back-up solution for all editions of...
MySQL is among the most common database servers majorly used on Linux the operating systems. It...
We will store the backups in a network share mounted in the backup directory so that in the event...
If you ever want to publish or access your blog remotely then you always need XML-RPC. it’s...
To import a comma separated file or CSV file using the database, you should first create a table...
Steps to increase the packet size:In default, you would have max_allowed_packet = 16MB. To...
To change the database user password from cPanel: 1. Log into cPanel. 2. Click on “MySQL...
1. First of all, you have to log in as root using SSH on the server.2. Now, open MySQL prompt and...
We assume that you have the log in details for root user and if you don’t have access to root...
Let's see how to check & repair MySQL database table through SSH. Normally we use PhpMyAdmin...
This post is about truncating eximstats database. The scenario is considered when the database...
How to upload the database?Step 1: Login to control panel of Plesk and select File Manager.Step...
To create MySQL user you should have root access. First of all, you have to log in to MySQL...
There is a possibility that redis-server might crash or memory problems and the user can lose the...
CloudLinux LVE Manager doesn't show anything on statistics tab, lveinfo utility displays errors....
First, you will need to login to shell as the root user. Run the following: mysqlcheck —repair...
MySql.sock file is mostly available in folder “/mysql/tmp/”. If you mistakenly deleted the...
Here are the steps to take backup of your MySQL database through PHPMyAdmin:1. First login to...
Server performance is the basic thing behind the stable application. Performance leads to create...
MySQL relational database management system prior versions to 5.5 were using MyISAM as a default...
Logrotate is designed to ease administration of systems that generate large numbers of log files....
All commands will be executed inside the MySQL shell as a root user. To access the MySQL...
First, you have to login into the MySQL server through this command line: # mysql -u root -p...
What is MySQL Error 1064?This is exactly syntax error and appears because of few specific...
1) Login to your cPanel2) Go to the MySQL section.3) Next, to the database's name, you can find a...
The solution to repair your crashed table is very simple. And we assume that you have root login:...
Need for MySQL tweaking Everyone needs a high-speed, stable and safe environment for our online...
MariaDB is a drop in replacement for Oracle MySQL servers. MariaDB is a multithreaded SQL...
You can reset your MySQL root password if you forget that or you are having any issue related to...
Here is the common error which you would receive when we try to start SQL Services from various...
Method 1: You can switch DirectAdmin to use SSL instead of plain text. -> https instead of...
You can easily take Backup of Database by using the following Command Line : For Single Database...
Overview of optimisation:There are various factors which run the database under the control of...
To Improve the Performance do the following:1. Reduce the Workload:The best way to realize how...
There are various ways to make a MySQL Connection using PHP and each of them is described in the...
An error message describes a problem that stops a user or system from completing a task.1273 -...
If you are getting 0 MB size for MySQL database in your cPanel account. Then you can resolve it...
If you transfer one or more users from another server, please make sure that UID_MIN value in...
Restoring the latest backups of Production databases on a various test servers is one of the...