I work on a app which has only one way to get a working DB connection: a function that returns a MySQL connection resource.
Is there any way for me to convert that MySQL connection to a PDO MySQL connection?
I don't have access to the MySQL server in any other way, no username, password, nothing. I can't see/get the file with the function in it, either. I might be able to, later, but still, I'd like to know if it is possible.