TadeUSH Posted October 9, 2007 Report Share Posted October 9, 2007 Ja ir tad kā savienot 2 Mysql savienojums teiksim konkrēts piemērs ... 1 Mysql serveris ir locālais ... bet otrs ir uz cita servera kur konkrētam lietotājam ir atļauja pievienoties no konkrētā hosta ! :help: Link to comment Share on other sites More sharing options...
Vebers Posted October 9, 2007 Report Share Posted October 9, 2007 Kur problēma? $connectionOne = mysql_connect(); mysql_selectd_db('db', $connectionOne); $connectionTwo = mysql_connect(); mysql_select_db('dbTwo', $connectionTwo); $result = mysql_query('...', $connectionOne); // utt... Link to comment Share on other sites More sharing options...
Recommended Posts