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.
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.