How to add a MySQL database to Cloud Hosting
Category: Getting Started  
This how-to will show you how to: ♦ Add a MySQL Database to our cloud hosting ♦ Add a user to the mysql userbase ♦ Add a user to the mysql database (with privileges)
First, login to {+}http://control.vps.net+
Next, select 'Manage MySQL Databases'
Select your domain, and click 'Add Database' (Click here to view step-by-step image)
Then, name your database and click create (Click here to view step-by-step image)
After creating a database, you need to add a user to the mysql directory. Click "Add User" (Click here to view step-by-step image)
Next step, fill out the required details for the new user (Click here to view step-by-step image)
After creating the database, and the user, you must now add the user to the database (with privileges). Select "Add User to Database" (Click here to view step-by-step image)
The final step is, select the user you wish to edit, the database you wish to edit, and then select the privileges. Generally, selecting all privileges will get the job done. (Click here to view step-by-step image)
Enjoy your MySQL Database being hosted on the cloud.
Related Articles
How to add a MySQL database to Cloud Hosting
How to add a MySQL database to Cloud Hosting (also, adding a user, and adding a user to the db) Category: Getting Started   This how-to will show you how to: ♦ Add a MySQL Database to our cloud hosting ♦ Add a user to the mysql userbase ♦ Add a ...
How to add an email account to Cloud Hosting
How to add an email account to Cloud Hosting Category: Getting Started   This how-to will show you how to add an email to your domain on our cloud hosting platform. Login to http://control.vps.net Then, select ‘Manage Email’ Next, select your ...
How to add a domain to Cloud Hosting
How to add a domain to Cloud Hosting Category: Getting Started   This how to will show you how to add a domain to cloud hosting, if you already have an account with vps.net Click “Create New Account” Fill out all of the required information. ...
Configure MySQL Master-Master replication
Configure MySQL Master-Master replication Category: Databases   Configuring MySQL in a master-slave replicate model adds complexity to the application utilizing the database. The application has to be programmed to send the write queries only to ...
Galera MySQL Recommended Cluster Configuration
Galera/MySQL recommended cluster configuration Category: Template Information   For practical purposes Galera/MySQL vendor recommend to reserve a “Reference Node” in the cluster. We propose the cluster looks like: Reference Node cluster A ...