Question: is there any way (short of packet spoofing) to use the `host`
record in the `mysql`.`users` table for Local or Clustered
connections... 
Like, I want a user to login with [EMAIL PROTECTED] into my
application, and after determining what server their office data resides
on, I would create a connection to the given server using their
credentials (i.e.: single entry point, like a web server, multiple
transparent targets).  If I just use the username portion to create the
connection, that limits me to the fact that all usernames must be unique
on a given server, which does bode well for moving the databases to
other servers, ect. 
I'm using JDBC as my connectivity API, and I can't find a description
for functionality of this type... 

Thanks in Advance, Mark C. Roduner, Jr. 
(Again, I Apologize for the Idiot Bug in my last post, Really do feel
bad about that)


---------------------------------------------------------------------
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