MySQL

  • Do you have any tools so that I can manage my databases?
  • What are my databases called?
    R:
    When you create a new database in your control panel MySQL 
    section you may give them names of your choice. Your 
    account username will be prefixed to your chosen database 
    name along with an underscore. 
    Databases will therefore follow the naming pattern below: 
    username_ChosenDatabaseName
    

    × close
  • 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?
  • How do I grant permission for a user to use a MySQL database?
  • How do I create a MySQL database?