can't create a table

Discussion in 'Databases' started by grahampcharles, Mar 3, 2014.

  1. I'm using MySql, with the single database user that Winhost automatically creates. I can select, etc. just fine, so my password is correct. But when I try to create a table:

    CREATE command denied to user '<myusername>'@'<myip>' for table 'tablename'

    Why can't I create a table?

    Thanks,

    g.
     
  2. Elshadriel

    Elshadriel Winhost Staff

    Did you change your database quota recently?
     
  3. ComputerMan

    ComputerMan Winhost Staff

    If you have reached your MySQL disk space quota our system will deny the creation of a new table and other permissions.

    You will need to allocate more MySQL disk space to the MySQL database through the control panel.
     

Share This Page