you are correct, my assumption was wrong, you can add the same user to
the user table twice, I'm assuming as long as the host-user combination
is unique.
On Fri, 2002-01-11 at 07:50, Sait Karalar wrote:
> One more thing...
> Are you sure that user/host and db fields are primary keys such that t
One more thing...
Are you sure that user/host and db fields are primary keys such
that they does not accept double/triple entrance?
My User Table is something like this.
Host
User
it seems not possible.
however, you may solve with a little trick in Linux systems...
For example:
If you have a Linux Machine with MySQL. and
the computers which will connect to the database has IP numbers
212.45.64.20 and 212.45.64.21
Th