Hey, thanks for the plugin! In my application, I want to connect to a remote MySQL database.
So, I am apparently able to connect to the remote database, but am not successfully pulling in any tables. Seems like a permission issue on the db? For the user account on the database, I have SELECT and SHOW VIEW permissions. What else would I need just to be able to view the data. I do not want to enable any inserting or editing of the db.
Thanks ahead!
Jim
What I am getting when testing the connection:
Preparing connection…
Establishing connection…
Connection established…
Counting tables…
Found 0 tables on remote host…
Remote database connection valid
-
This reply was modified 4 years, 8 months ago by justice802.