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.
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 ...
Jack Wallen explains how to add data into a MySQL table from the command line.