Skip to content

metaldrummer610/mysql-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-management

A simple ruby script that makes initial DB setup with MySQL a bit easier

Installation

To install the dependencies for this script, run the following command:

bundle config build.mysql2 --srcdir=/usr/local/mysql/include
bundle install

Example Usage

The following creates a user named 'globalLaunch' with the password 'password' with access to the 'GlobalLaunch' database.

ruby db.rb -u root -s globalLaunch -a password -d GlobalLaunch

About

A simple ruby script that makes initial DB setup with MySQL a bit easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages