Knowledgebase
- Portal Home
- Knowledgebase
- Databases
Articles
With mysqldump, you have a handy tool for creating logical backups of your MySQL databases. The...
Should you require a thorough database check and repair, you will need the MySQL root password,...
You can view whether your account is using localhost or remotemysql host in your cPanel account....
To connect to a MySQL database from Dreamweaver follow the below steps:Login to your cPanel...
There are two ways to back up your MySQL databases. You can use the backup utility in your cPanel...
To create a MySQL database please follow the steps below:- Login to your control panel at...
To import a database follow the below steps:I have a backup of my database that I need to...
To restore a MySQL database please follow the below steps:- Login to your control panel...
To add yourself to the whitelist so that you can connect to mysql remotely using admin tools such...
The command line option from SSH is: mysql -d -p database_name > file.sql. Where...
Experiencing MySQL crashes on your VPS now and then (or often)? The most probable cause is that...
Boost MySQL's performance by leveraging MySQL Tuner. Here's a comprehensive guide on enhancing...
At times, SQL databases may become corrupted, disrupting your website's functionality....
There are two different ways to connect to a MySQL database: Locally - from a script on the...