1

I got this error ERROR 1036 (HY000): Table 'AvailCounterDaily' is read only when i trying to run sql file from my desktop. like

 mysql> source Desktop/file_name.sql 

please, tell me how to solved? I change permmision of file/folder to 777 or 755 (try both).

Pratiksha
  • 53
  • 3

1 Answers1

0

Maybe you have no GRANT to change data or table structure on this table 'AvailCounterDaily'. Please check or ask your admin.