I have a script that is moving some unstructured data into a mysql db. I can access all tables in my db. But for reasons that escape me I can not select from two tables. I can insert and update those tables but not select.
I think this is an issue with the script as if I run the exact same select via command line it works fine. And again I can insert and update from the script so I don't think it's a permission issue.