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

MySQL & PHP & autocommit=OFF how?

2002-01-10 Thread Sait Karalar
  Hi,   I read the documents, but still I confuse how to use COMIT/ROLLBACK.   I have 3 tables, I want to INSERT a data into 1st. table then, if it is OK, I want to UPDATE second table, and if it is OK, then a data from 3. table will b