| You are here: Home → Account Control Panel → Get Support → Knowledgebase | Login |
Knowledgebase
MySQL Database Basics
A MySQL database has two key components; a database user and the database itself. The user connects to the database in order to complete the tasks you (or your script) asks of it.
Creating Databases
Full instructions for creating databases can be found in said section of our documentation.
Naming Conventions
On our servers both the user and database are prefixed by your username, so for an account called example they would be:
User: example_user1
Database: example_database1
Host
The database host is an easy one:
localhost
|
|

