Can't find a solution? Call Digiweb support on 1918

View Articles by Category

There are no sub categories

Category » mySQL Databasesrss button

There were 5 articles found in this category:

  1. questionAdding MySQL users and granting them privileges
    Here you will learn how to add new users to an existing MySQL database. Select MySQL DBs in the Databases menu. Click the MySQL Database or the Edit icon on its right: On the form that shows, click the Add icon against the Database users field. Fill the following form: Each user role involve ...
  2. questionChanging user passwords.
    To change user password in the MySQL database, do the following: Select MySQL DBs in the Databases menu. Click the MySQL Database or the Edit icon on its right: On the MySQL database management page click the Change password icon next to the DB user. Enter new password and click the Change b ...
  3. questionChanging MySQL disk quota.
    To change MySQL disk quota, do the following: Select MySQL DBs in the Databases menu. Click the MySQL Database or the Edit icon on its right: Click the Change button against the Quota field and enter the new quota: Click Submit. Agree to additional charges.
  4. questionEditing 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: Select MySQL DBs in the Databases menu. In the form that appears, click the name of the existing MySQL Database you want to edit or the Edit icon on ...
  5. questionCreating MySQL Database and Its Users
    Creating MySQL Database and Its Users MySQL users cannot exist separately from MySQL databases. You must stick to the following sequence: Create a database Add MySQL users to each created database. However, MySQL users can be shared by different databases. To create a MySQL database, do the ...