Dreamweaver MX and PHP/MySQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dothedrew9
    Junior Member
    • Apr 2004
    • 1

    #1

    Dreamweaver MX and PHP/MySQL

    I've been working on this for a while and I can't seem to figure it out. Has anyone successfully acessed their MySQL database from Dreamweaver, so you can view your tables and make recordsets?

    It would be awesome if you could forward this info to me. Thanks!
  • paradiselost
    Member
    • Apr 2004
    • 31

    #2
    In my search for connecting to mysql from a remote computer on the cPanel site I found some stuff about Dreamweaver. Here's one:

    http://forums.cpanel.net/showthread....&threadid=7412

    Hope this helps. If not, start searching there...I found lots of info about Dreamweaver and MySQL.
    --
    ** DEVTRENCH **
    --
    James Ehly

    Comment

    • james
      Senior Member
      • Mar 2004
      • 183

      #3
      dothedrew9,

      I'm assuming you're talking about acessing a database located on your dathorn server?

      If so, it doesn't work because remote access to mysql databases has been disabled on all dathorn servers (as far as I know).

      There is a workaround known as an SSH Tunnel - do a search on these forums and you might find some more info on how to do this.

      Hope this helps,

      James

      Comment

      • openbox
        Senior Member
        • Mar 2004
        • 238

        #4
        I have successfully connected Dreamweaver (and other apps) to MySQL at Dathorn. I do use port forwarding and an SSH tunnel with the help of Plink.

        Comment

        • james
          Senior Member
          • Mar 2004
          • 183

          #5
          dothedrew9,

          I just did a quick search and came up with this:
          Question: Is direct connection to Dathorn MySQL server possible, without need to use web style admin? Answer: Yes, but... For security reasons native remote direct connection to MySQL server is disabled. So, you cannot use MySQLFront or other similar MySQL admin application to connect directly. However, since there


          That should give you enough info to get to know how to use SSH Tunneling.

          James

          Comment

          Working...