MySQL

  • Do you have any tools so that I can manage my databases?
  • What are my databases called?
  • What are my databases users called?
  • Can you restore a database?
  • How do I connect to a MySQL database remotely?
  • How do I create a user for MySQL?
    R:
    Creating a user does not imply granting him permission to 
    use a MySQL database.
    
    1. Select "MySQL Databases"
    2. Introduce the name of the user into the field "Username" 
    and the password into the field "Password"
    3. Click on the button "Add User"
    

    × close
  • How do I grant permission for a user to use a MySQL database?
  • How do I create a MySQL database?