Hello everybody
I have created a new database named 'University'. I now have a user named 'divined' which is supposed to have full access to the database 'University'. I try to give 'divined' all privileges on 'University' by using the command :
grant all privileges on university.* to divined;
and I get the result
Query OK, 0 rows affected.
Am I missing something? User 'divined' exists since I can log on using that user-name.
thx, in advance
George Papadopoulos