<<
Main Category <
Parent CategoryHow do I create a MySQL database?
Answer
Once you've logged into your control panel, click on the 'MySQL databases' icon under 'Databases'. First you'll need to add a database under the 'Databases' heading. Then you need to create a user under 'Users' and finally you add the user to the database under 'Databases'. Please note that both users and databases are prepended with your username automatically. Thus if you try to create a database named "mydatabase" it will actually be created as "username_mydatabase", and if you create a user "me" it will be created as "username_me".