Uri Evenhen More wrote:
Hi Friends,
I am hosting my website on Servage.net, where I don't get SSH access.
I need to run mysqldump in order to backup my mysql database to SQL
format (I need the backup in SQL format). Is there a way to run
mysqldump without using SSH access? Does phpmyadmin sup
1. phpMyAdmin can do dumps, but not automatically IIRC.
2. you can put a dump command in your crontab, and then another one that
uploads the resulting file by ftp somewhere.
but then you'll also have to set a .netrc and i don't know if you can do
that on your server.
3. easiest thing - just crea
Hi. have you tried using the -h switch?
mysqldump -h x.x.x.x
should let you connect to the mysql server on IP x.x.x.x but dump it
locally.
good luck,
Mike
Uri Evenhen More wrote:
Hi Friends,
I am hosting my website on Servage.net, where I don't get SSH access.
I need to run mysqldump in or
You can upload a script file that does it for you (a cgi for example) and it
will react only to your IP address (for security) reasons.
If you can upload and execute such script, then there is no problem doing
so, if you can't the, crontab can help you with a script that does it.
Ido
On Sun, No
Hi Friends,
I am hosting my website on Servage.net, where I don't get SSH access.
I need to run mysqldump in order to backup my mysql database to SQL
format (I need the backup in SQL format). Is there a way to run
mysqldump without using SSH access? Does phpmyadmin support this?
They also have c