ToolBuddy
In Browser

MySQL Command Generator

Build mysql or mysqldump command lines from user, host, and database. The command is text only; it does not connect to a server.

Runs in your browser. Nothing is uploaded.

mysql -u root -p -h 127.0.0.1 app

About this tool

Build mysql or mysqldump command lines. Host, user, and database are fields. The password flag is -p so you are prompted locally.

How to use: toggle dump, copy. No connection is opened from this page.

Example: user app on 127.0.0.1 database app. Related: SQL formatter for query text.

Related Ops tools