Upgrade databases quota after import

Hi everybody!

I’m trying to update database quota after mysql import but any script seems to update it. I did mysql -u username -p database_name < file.sql and database_name shows quota as “0”

Can somebody help me? I tryed to search on forums firts without succes :frowning:

Are you sure that you dont have an IF NOT EXIST table_name in your sql query? It would be easier to help when we know the content of file.sql