Simple CLI tool to create, delete and dump easily MySQL databases
Project description
MysqlRocket is a Simple CLI tool to create and delete easily MySQL databases.
usage: mysqlrocket [-h] [-v] [-u U] [-H H] [-p P] {mk,ls,rm,st} …
mysqlrocket commands are:
mk Create a MySQL database
ls Show databases on MySQL server
rm Delete a MySQL database
status Check your mysqlrocket config and MySQL server connectivity
Optional arguments:
-h, –help show this help message and exit
-v, –version Show program version.
-u U mysql user
-H H mysql host
-p P mysql password
See ‘mysqlrocket <command> -h’ for more information on a specific command.
Sources https://github.com/cypx/mysqlrocket
Examples
Create a new database
Create a new database and an user account with the same name and a random password
mysqlrocket mk test_database
Show all databases
Show all databases avalaible on your server
mysqlrocket ls
Remove a database
Remove a database and all user account with the same name if they exist
mysqlrocket rm test_database
Check mysqlrocket configuration
Check your mysqlrocket config file and MySQL server connectivity
mysqlrocket st
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mysqlrocket-0.0.3.tar.gz
.
File metadata
- Download URL: mysqlrocket-0.0.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7031834feb13632c326c0ea5d51117889f249b3e199f429ee41fed465da934e3 |
|
MD5 | 2045a8489f032e9ee776cb2561b22543 |
|
BLAKE2b-256 | cf4c81b372649b541f75e16147490bd7c8a93ff50859465c154dd1c061595123 |