Flowdock
method

create_database

Importance_1
create_database(name, options = {}) public

Create a new MySQL database with optional :charset and :collation. Charset defaults to utf8.

Example:

create_database 'charset_test', charset: 'latin1', collation: 'latin1_bin'
create_database 'matt_development'
create_database 'matt_development', charset: :big5
Show source
Register or log in to add new notes.