enter image description here]2]2I made my user with my tables etc. Then I created a new user with privileges but the tables are not there in the new user... how can I link the two users so both users can make use of the tables that they have access to?
I used 'Grant all on tablex to user2;' however, when I connect to user2, I am unable to view the table tales (this table x is on the User1 account). My question is how do I fix this problem?