Database Setup
ID #1000
How do I add a new database?
Simply log into the shell server and use the control_mysql script:
/usr/local/bin/control_mysql add my_new_db
If this is the first database you're adding, it will also create a new database user for you. If your login is 'bob', your new DB user will also be named 'bob'. From there, you can set the password for 'bob' and go about working with your database:
/usr/local/bin/control_mysql password bob
Tags: -
Related entries:
Last update: 2008-10-02 13:54
Author: Dave Steinberg
Revision: 1.1
You can comment on this entry