Re: setup 1 user to connect from 2 hosts.

2002-01-11 Thread Jeff Bearer
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

Re: setup 1 user to connect from 2 hosts.

2002-01-11 Thread Sait Karalar
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

Re: setup 1 user to connect from 2 hosts.

2002-01-11 Thread Sait Karalar
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