Cyber Posted October 24, 2006 Share Posted October 24, 2006 Hi.I know i have seen it some place before, but i just can not remember where i`ve seen it, or what it is called, since it was so long time ago. So i need to ask if anyone here can help me out.Here`s my issue..I have an Windows server with mysql/php, that runs some php scripts on it today, and i would like to move that mysql database, from MS to unix server.The moving part isn`t hard, but since the unix server dosen`t allow remote access to mysql database, i need a script that lies on that server to connect to the mysql for the scripts that runs on the MS server.Anyone got any clue what i am talking about here ?! ???Need a script that the "program" can connect to, and then run the needed command to the remote database.Thank you so much in advance.Cheers :) Link to comment https://forums.phpfreaks.com/topic/24997-phpmysql-remote-script/ Share on other sites More sharing options...
Cyber Posted October 25, 2006 Author Share Posted October 25, 2006 anyone !?Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/24997-phpmysql-remote-script/#findComment-114497 Share on other sites More sharing options...
fenway Posted October 26, 2006 Share Posted October 26, 2006 Why not just have a PHP script on the unix box that takes the dump file? Link to comment https://forums.phpfreaks.com/topic/24997-phpmysql-remote-script/#findComment-114926 Share on other sites More sharing options...
Cyber Posted October 27, 2006 Author Share Posted October 27, 2006 The dump file ?!What do you mean ?Not sure if you understood what i ment, but to connect to a unix box from another windows box. Since the port, mysql port i closed on that server.Thanks :) Link to comment https://forums.phpfreaks.com/topic/24997-phpmysql-remote-script/#findComment-115638 Share on other sites More sharing options...
fenway Posted October 28, 2006 Share Posted October 28, 2006 Yeah, but HTTP isn't... have the PHP script do all the work. Link to comment https://forums.phpfreaks.com/topic/24997-phpmysql-remote-script/#findComment-115891 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.