Search:

Type: Posts; User: shadihrr

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    2,550

    Re: creating mysql proxy

    yes that is exactly what happened. Server is block until the client sends something and it doesn't send anything so the server is block for ever. I don't want this. I want to read the packages that...
  2. Replies
    4
    Views
    2,550

    Re: creating mysql proxy

    I don't know if SSCCE has a special format or not. But here is the example:
    client sends a request for connecting to a database server: for example at localhost:4444
    My server runs at...
  3. Replies
    4
    Views
    2,550

    creating mysql proxy

    Hi everybody

    I want to read mysql connection info with java. For example I made a server socket with java on port 4444. Then I made a jdbc driver with url "jdbc:mysql://127.0.0.1:4444/mysql". My...
Results 1 to 3 of 3