Re: Access control for mysql database

2005-11-04 Thread Gleb Paharenko
Hello. Reading these parts of the manual could answer a lot of questions: http://dev.mysql.com/doc/refman/5.0/en/privilege-system.html http://dev.mysql.com/doc/refman/5.0/en/GRANT.html Xiaobo Chen wrote: > Hi, all > > I am trying to find out how to check which user is connecting to

Access control for mysql database

2005-11-03 Thread Xiaobo Chen
Hi, all I am trying to find out how to check which user is connecting to the server from which host. I have a database, data_A; I wrote a simple java code to connect this database as user 'root', then it just waits there for input from the keyboard. Before I type anything, it should keep connecti