> > how i do this in mysql. > > If this is offtopic can someone point me to any mysql newsgroup. > > I would say this is very offtopic, but this query should do the trick: > GRANT select, update, insert ON your_db_name.* TO > your_username@localhost IDENTIFIED BY 'your_password' > Take a look in the MySQL manual for more details on GRANT. > Thank you for the answers, i will explore little bit more about this. Radovan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php