Re: probs in accessing the database

2001-08-23 Thread Grigory Bakunov
Date |Thu, 23 Aug 2001 01:34:52 -0700 (PDT) >From |Himadri Mandal <[EMAIL PROTECTED]> Hello! HM> Dear Friend, HM> We are a group of students experimenting with MySql. HM> We have installed MySql version 3.2 under Red Hat HM> Linux 6.0 HM> We can login to MySql from all the users of Linux HM> se

RE: probs in accessing the database

2001-08-23 Thread sean . odonnell
to give a particular user access to the database, log in as root and type grant all on databasename.* to username identified by "password" to restrict that user to connecting from a particular host grant all on databasename.* to username@hostname identified by "password" the two options ab