News

These are some simple bash scripts to make working with multiple MySQL databases much easier. There are only to be used in development environments as they require privileged access to your databases.
Backing up, restoring and copying MySQL databases via command-line is not as simple as it should be. Lots of configuration options and edge-cases make you wast time searching for anwers on Stack ...
The MySQL command line can be a bit daunting at first, but once you get the hang of it, it’ll become second nature. SEE: Server deployment/migration checklist (Tech Pro Research) I want to walk ...
Whether you're running a LAMP stack on Ubuntu or CentOS, you need to back up your MySQL databases. Learn how to do this with the help of the mysqldump command.
I tried using the following commands to shutdown and startup MySQL and although it did, it also changed the permissions on the databases and I could no longer work with them in phpmyadmin until i ...
mysql: [Warning] Using a password on the command line interface can be insecure. It's that simple—you've now restored your database dbname in the condition it was when you dumped it.