vb 6 and my sql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wireshark
    New Member
    • Mar 2008
    • 29

    vb 6 and my sql

    i have download mysql odbc 3.51 driver,and make application in VB and working well. now,can i connect mysql,where the mysql server is a webserver? not localhost or lan? how to do that? is there any application i must have?
    thank you...
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You need to use IP address of the server.

    Comment

    • wireshark
      New Member
      • Mar 2008
      • 29

      #3
      i have try that before....
      is there i must use the port? or socket configuration?

      Comment

      • mariusseven
        New Member
        • Mar 2008
        • 19

        #4
        The only thing you must have is
        1. userid
        2. password
        3. ip of the server you want to connect to
        4. and the database name

        Originally posted by wireshark
        i have try that before....
        is there i must use the port? or socket configuration?

        Comment

        • wireshark
          New Member
          • Mar 2008
          • 29

          #5
          Originally posted by mariusseven
          The only thing you must have is
          1. userid
          2. password
          3. ip of the server you want to connect to
          4. and the database name
          i have tried it...but still cant connect....
          now i try to using mysql administrator 1.2.12. still cant connect.... it was connect perfectly with local mysql server. does i must change my default port? "3306" to anything else? "80" maybe?

          Comment

          Working...