Posted by opt_inf_env on 10/19/05 14:20
Hello,
On my server users have access to MySQL database (through PHP). What I
would like to avoid is parallel execution of commands. I mean, if one
user run some sequence of command the sequence of commands run by
another user should stay in query till the first sequence is finished.
Is it possible to reach this only with the usage of "mysql_connect"
in the beginning of sequence of command and "mysql_close" in the
end. In another words, is it true that another user cannot make
connection with DB and execute commands before the first user close
connection (with "mysql_close")?
Navigation:
[Reply to this message]
|