News

How to back up MySQL databases from the command line in Linux Your email has been sent Whether you're running a LAMP stack on Ubuntu or CentOS, you need to back up your MySQL databases.
I’m going to demonstrate by creating a database called TECHREPUBLIC. First gain access to the MySQL prompt with the command: sudo mysql Once you’re on the MySQL prompt, create the new database ...