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.
MySQL command line tool for managing users, databases and privileges in one MySQL database instance. The tool is intended to ease administration from command line. Currently the tool supports: ...
Open a command line by opening the Start menu, typing "cmd" into the search bar, then clicking "Command Prompt" from the results. Log in to the MySQL server by typing "mysql -u MySQLuser -p ...
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 ...
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.
Sometimes when you have large databases files and you are unable to export the database manually. then the easiest (and fastest) way is to use command line.export:-to export the database first need to ...
While importing databases dump that are of large sizes in gb you may find issues with phpmyadmin and some other clients also. to import the database you can use the command.mysql -uusername -p ...
Find out how to easily harden MySQL with one command. Chances are, your data center depends upon a MySQL database server or two. If that is the case, you’ll want to make sure your databases are ...