Hi, a single question:

If a grant a user privileges (IDENTIFIED BY 'user'@'host'), and access to
the mysql db is done only through a webserver (and php), should I then use A
or B:

A: IDENFIFIED BY 'user'@'webserver' ???
B: IDENFIFIED BY 'user'@'users_own_computer' ???

Another way is
C: IDENTIFIED BY 'user'@'%' - I know...

Thanks
Martin


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to