[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] multiple mysql access



Hi,

I can now login to mysql my typing

[jeff@fresh1 jeff]$ mysql -h 196.31.3.53
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 7 to server version: 3.22.32

Type 'help' for help.

mysql>

Problem is that any user who types this command has access to mysql. How do I set mysql so that they can login but not have the ability to create and delete databases?

Cheers

James