Remote Access using navicat

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rouho
    Junior Member
    • Jul 2004
    • 4

    #1

    Remote Access using navicat

    Is there a way to upload tables etc to a db using navicat or any other tool?
    It is rather time consuming to upload data manualy.


    Thanks,

    Gregory
  • Jonathan
    Senior Member
    • Mar 2004
    • 1229

    #2
    You could tunnel using SSH, otherwise-- its via phpMyAdmin in cPAnel
    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
    "How can someone be so distracted yet so focused?"
    - C

    Comment

    • sdjl
      Senior Member
      • Mar 2004
      • 502

      #3
      If you have a copy of your table locally, say on your home/work PC, you can dump the database down via command line or phpmyadmin.
      You can then upload the dumped file to your space and providing the size isn't too large, you can get phpmyadmin to create it for you on dathorn.

      If the dumped file is quite large, then using the command line to access MySQL would be your best bet.

      David
      -----
      Do you fear the obsolescence of the metanarrative apparatus of legitimation?

      Comment

      Working...