[c#, asp 4, .net]
Hey guys,
I am currently on a task to create a MySQL listen server.
What this basically needs to do is allow a SQL Client (Such as HeidiSQL) to connect to it, then it listens to the commands, and visually displays it.
So far, I've created the listening server to listen to a port, and then display any data coming into that port visually (I did this by creating a quick client to send data through the pord).
But, what I need to do now, is to actually allow my server to let SQL Clients connect, and make it look like its a legit server.
If any of you have experience in this, or would just like to help me debug this situation, please will you give me a helping hand.
And also, if you know me or read my posts, you will know that I will post the complete working code as open source once I've figured it out..
Hey guys,
I am currently on a task to create a MySQL listen server.
What this basically needs to do is allow a SQL Client (Such as HeidiSQL) to connect to it, then it listens to the commands, and visually displays it.
So far, I've created the listening server to listen to a port, and then display any data coming into that port visually (I did this by creating a quick client to send data through the pord).
But, what I need to do now, is to actually allow my server to let SQL Clients connect, and make it look like its a legit server.
If any of you have experience in this, or would just like to help me debug this situation, please will you give me a helping hand.
And also, if you know me or read my posts, you will know that I will post the complete working code as open source once I've figured it out..
Last edited: