Quote:
Originally Posted by woj
how about just create a new mysql user for whatever you are doing and setup permissions correctly?
And really think about it, php is open source, it's probably tricky to extract full source code, but a skilled c programmer could tweak mysql_connect function in a few minutes to log all calls to that function in a log file, then just recompile php, run your code... it's hardly rocket science...
|
I was just about to say that.