Output crawler data to a remote MySQL database

zpiderboi

New Member
I'm creating a search engine. I have a crawler written in C# and I have a Windows server which my crawler runs on. However, the server I use for the search engine itself, is a Linux server and my website is written in PHP. I want the C# program to put the crawled data to the Linux server's MySQL database.[*]How can I enable remote access from the Linux server and how to directly access the database from Windows server?[*]Obviously, the security is important. How can I do this securely?[*]What kind of permission (in PHP and MySQL's config) is required for this?
 
Back
Top