Menu

Connect to MySQL

Help
2005-02-17
2013-03-07
  • Peter Gregory

    Peter Gregory - 2005-02-17

    Sorry for the dumb question, but how do you connect to MySQL <:-)

    I am running Windows XP Home Edition SP2.

    Thanks
    Peter

     
    • nickyb

      nickyb - 2005-02-23

      [MySQL using odbc]
      In the JDBCAdmin windoww
      add <connection-item> under the default <driver-item>
      and repalce <DSN> with your dsn profile, file other fields and connect

      [MySQL using jdbc]
      -download the driver from mysql site.
      -add jar in the $RUNTIME tab.
      -declare new <driver-item>
      -use this url example:
      jdbc:mysql://<hostname>/<database>
      -choose in the file combobox the jar that you have added
      -add new <connection-item>
      - replace <hostname> <database>

      nicky

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.