MySQL

  • Do you have any tools so that I can manage my databases?
  • What are my databases called?
  • What are my databases users called?
    R:
    In order to use a MySQL database you must first create a 
    MySQL user and assign this user to your database(s). Upon 
    creating new users you can choose the username and 
    password but your account username will be prefixed to your 
    chosen database username. The password will remain as you 
    choose. 
    Database users will therefore follow the naming pattern 
    below: 
    username_ChosenDatabaseUsername 
    

    × close
  • Can you restore a database?
  • How do I connect to a MySQL database remotely?
  • How do I create a user for MySQL?
  • How do I grant permission for a user to use a MySQL database?
  • How do I create a MySQL database?