Hi is this allowed or possible?
Is it possible to connect to your sites database with your pc?
Collapse
X
-
Yes and no; read here for more info:
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 -
No you can't do it from a script on your PC direct to the database (I think).
However you can run the script against a local copy of your database. Then do a sqldump of the database (data only if no change to structure). The upload the .sql file to your account and run it against your hosted database.
That is after backing up of course. If you set up the SSH Port Forwarding you can use some good MySQL GUI programs on your PC to do this which works really fine.Kerry Slavin
Reliable Solution Internet Services
For the best independent support for webhosts & their customers visit -
JointSupportForum.ComComment
Comment