Jump to content

Can PHP query both Oracle remotly and MySql locally?


dayjob

Recommended Posts

I have all the rights to the remote Oracle DB but the reason i ask this question is because it seems you have to recompile php for oracle and this breaks its ability to connect to MySql. So how would this be accomplished?

because it seems you have to recompile php for oracle and this breaks its ability to connect to MySql.

 

It should not break the ability to connect to mysql, it should just add on to that feature. Are you removing the mysql portion when you recompile it?

 

EDIT:

Thinking about it, does oracle use the same port as mysql? If so, try changing your local mysql port to something different and see if that works.

Different port. 3306 is Mysql and 1521 is the Oracle one.. Just so everyone knows.. i did not try the recompile of PHP for Oracle yet, it just seemed that it would break MySql. I guess i will go though the long recompile process and prey that i dont mess it up and then see for myself if it breaks.. then i will have to reinstall everything again if it does.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.