Changes between Version 3 and Version 4 of create_mysql_database
- Timestamp:
- Nov 3, 2010, 7:29:05 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
create_mysql_database
v3 v4 1 1 = How do I create a mysql database? = 2 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 and your requested database name).3 Click on the MySQL database tab in the [https://members.mayfirst.org/cp Members Control Panel]. 4 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 It will request a password, which is your user password. 12 13 When creating a database, please preface the database name with your username to avoid naming collisions (for example: joe_phpbb). 5 You will typically need to first create a database and then create a database user that has access to the database you created.