Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lavoiesl/mysql-bash-scripts
https://github.com/lavoiesl/mysql-bash-scripts
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lavoiesl/mysql-bash-scripts
- Owner: lavoiesl
- Created: 2012-03-21T14:36:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-21T18:44:59.000Z (almost 13 years ago)
- Last Synced: 2023-03-13T16:11:55.155Z (almost 2 years ago)
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MySQL Bash Scripts
Collection of Bash script to manage MySQL databases, users and privileges
Also include utilities to output ini configuration to a project folder, to use in a Web project for example.
## Configuration
The `config.sh` should not be touch; instead, create a `config-local.sh` and overwrite any configuration.
## Usage
Those files define functions to be used as you wish:
* database.sh
* project.sh
* user.sh
* config_file.shFunction names are pretty self-explanatory, look at the code to know what they do.
## Example
See `create-mysql-db-env.sh` for a full example