Category: MySQL

Allow mysql client to access remote mysql databases

One thing you must understand is that mysql server only allow localhost connections by default. So what does that mean ? Before going deep let me put up an example mysql-server. (1) ” Consider abc.com (5.5.5.5) is our mysql-server and is hosted on a VPS machine. We have setup a lamp environment on 5.5.5.5 and

Read more

Restore a dump file from mysqldump?

To get a list of all MySQL user accounts, use the SELECT statement to retrieve all rows from the mysql.users table: Backup a Single MySQL Database: Backup all MySQL databases to separate files: Create a Compressed MySQL Database Backup: Create a Backup with Timestamp: Restoring a MySQL dump : Restoring using MySQL Prompt, using source: On the command-line, if you’re

Read more