Quantcast
Viewing all articles
Browse latest Browse all 3724

WB 5.2.25 on Open SUSE 11.2 -- Cannot see any objects from schema and Where is help for SQL commands ? (2 replies)

Hi,

I have this problem:

1. When I connect as root I can see all schemas and relevant objects there
2. I create schema world from script:( mysql web site )
I create user world to work with this schema an give it such privileges:

>>> GRANT ALL PRIVILEGES ON `world`.* TO 'world'@'localhost'

3. Then when I try to connect as user world I cannot see any schema/objects
I can issue queries and see results but I cannot see any schema objects which is not very good... (The Default combo box and Object window are both grayed )

-----------------------------------------------------
select * from world.City; --> this works

OR this 2 commands work also:
use world;
select * from City
------------------------------------------------------

This problem I have also in my old tool: mysql-query-browser.


And one more question : What is the default password for OS User mysql ? May I change this password at all ? What will be the result ?

One more question:
Where is help for SQL commands ? Very usefull in mysql-query-browser tool ?

Thanks in advance.

Alex.

Viewing all articles
Browse latest Browse all 3724

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>