Changes between Initial Version and Version 1 of create_mysql_database
- Timestamp:
- Mar 11, 2008, 8:30:07 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
create_mysql_database
v1 v1 1 = How do I create a mysql database? = 2 3 The easiest way is to login to this support system and [/newticket open a new ticket] asking for a MySQL database (please specify the domain name of the site you would like the database for). 4 5 If you are comfortable using [wiki:ssh secure shell], you can create your own database by executing the command: 6 7 {{{ 8 mf-mysql-create 9 }}} 10 11 When creating a database, please preface the database name with your username to avoid naming collisions (for example: joe_phpbb).