forums › forums › SQLyog › Using SQLyog › No tables shown on connection
- This topic is empty.
-
AuthorPosts
-
-
June 7, 2005 at 11:38 am #9041harsh_tMember
Hi!
I just installed SQYlog free edition and am trying to connect to a Linux server on my LAN. I enter the IP address and root password on the connection screen and I see a list of databases which is correct so a connection is definitely established. However, I can see the table structure on only one of the databases. All the others are blank. Can anyone help with this?
Thanks
Harsh
-
June 7, 2005 at 12:05 pm #18086peterlaursenParticipant
If you understand, that you must “unfold” the browser tree by clicking the “+” with the mouse, it sounds pretty strange!
I doubt this is an issue with SQLyog. Did you try other clients ? “MySQL Administrator” or “MySQL Query Browser” for instance ?
1)
Try pressing the “refresh”-button after connection is established (it's the one with the “recycle”-symbol)
2)
Also try issuing this SQL from the SQL-pane in SQLyog “show tables from my_db” with one of the blank databases as “my_db”` Do you get any eror message with that ?
-
June 7, 2005 at 1:22 pm #18087RiteshMember
I believe he does not have permission for the other databases.
-
June 7, 2005 at 1:28 pm #18088harsh_tMember
Thanks for the quick reply
Yes I had tried to expand the + sign. Tables do appear for the one databse and not for all the others though the + signs are shown for all of them.
I tried refreshing – no luck
I tried “show tables” No error, just ” 0 rows returned”
I checked permissions in Linux, they are exactly the same for all the databases.
When I try to select the database from the dropdown list just below the menu bar, I get
Error 1044 “Access denied for user: root@
to database 'dbname'” Any suggestions?
Thanks
Harsh
-
June 7, 2005 at 1:40 pm #18089RiteshMember
More information on the MySQL privilege system can be found at http://dev.mysql.com/doc/mysql/en/privileg…ege-system.html
-
June 7, 2005 at 8:55 pm #18090harsh_tMember
Got the privileges sorted out. Works OK now.
Many thanks everyone
Harsh
-
-
AuthorPosts
- You must be logged in to reply to this topic.