Welcome to our knowledge base. To find what you're after, use the search box below or choose a category to view listed questions.
Search the Knowledgebase
Browse by Category
View Questions by Category:
MySQL
There were 5 questions found in this category:
Adding MySQL users and granting them privileges Here you will learn how to add new users to an existing MySQL database.1. Select MySQL DBs in the Databases menu. 2. Click the MySQL Database or the Edit icon on its right: 3. On the form that...
Changing MySQL disk quota MySQL disk quota is the maximum allowed size of a single MySQL database. If you exceed this quota, you'll be charged for overlimit at a different (usually higher) price.To change MySQL disk quota, do the following:1. Select MySQL DBs in the Databases menu. 2...
Changing user passwords To change user password in the MySQL database, do the following:Click the MySQL Database In the form that appears (see above), click the Change password icon next to the DB user
Creating MySQL Database and Its Users MySQL users cannot exist separately from MySQL databases. Please perform the following sequence: Create a database Add MySQL users to each created database. Note that MySQL users can be shared by different databases.To create a MySQL database, do the following:Select MySQL in the Databases...
Editing MySQL databases (phpMyAdmin) You can edit the content of your databases using the phpMyAdmin utility that comes with your control panel. To run phpMyAdmin, do the following: 1. Select MySQL DBs in the Databases menu. 2. In the form that appears, click the n...