5.2 How do i create a MYSQL database?
Please login to your panel and then click the create/delete mysql database button
1. First type a database name in the create database section and click create database.
2. Then create a username and password in the create user section. (note these do not have to be the same as your account username and password)
3. Then assign full privlidges to this user for this database in the create privlidges section by clicking assign privlidges
your database name should look like: abcabc_abc
your database username should look like: abcabc_abc
your database password should be whatever you set it to
NOTE: you MUST assign privilidges for the database to work.
5.3 How do i connect to MYSQL?
To connect to mysql you must use the following details
database name = username_dbname
database user = username_dbuser
host = localhost
port = default
database password = dbpassword
NOTE: replace the values dbname, dbuser and dbpassword with their real values, you must have created this database and assigned privlidges, see the article above for more information on this.
Bookmarks