07.12.2011, 17:58
I have created a script which will connect to a MYSQL server. It's the same server, however it's a different user and a different database name. My main script also uses MYSQL to save the accounts.
The problem is, if I run the filterscript which starts the second MYSQL connection, the MYSQL connection on the main script is confused with the MYSQL connection on the filterscript, so the MYSQL connection on the main script won't work.
My question is: Is it possible to open them both and work properly?
The problem is, if I run the filterscript which starts the second MYSQL connection, the MYSQL connection on the main script is confused with the MYSQL connection on the filterscript, so the MYSQL connection on the main script won't work.
My question is: Is it possible to open them both and work properly?