Is there a way to connect MySQL to a SQL DB using PHP and not using mssql_pconnect()? -
i want connect mysql server (a gs server mediatemple) mysql server using php, cannot use mssql_pconnect() function because don't support gs servers i'm looking alternate route, don't know if it's possible.
what want generate connection on mysql server using php allow me retrieve information view on different server that's running sql.
they don't support mssql_pconnect() because connecting mssql , not mysql, try using mysql_connect() or mysql_pconnect();
you should able establish 2 different database connections 2 mysql servers simultaneously, long host doesn't have firewall rule blocks connection or other safeguard selinux.
Comments
Post a Comment