Hello,
I wonder what is mysql table name requirements?
I have tried creating mysql table with these names:
group_mgt --> squprime.group_mgt table does not exist
file_uploads_log --> squprime.file_uploads_log table does not exist
In order to make the table creation works I have turn group_mgt to group AND turn file_uploads_log to file_uploadslog
I wonder is it okay to use dashes "_" for mysql table. Several of mysql table works fine, the other doesn't. I wonder why?