Re: backing up mysql database (mysqldump)

2008-12-01 Thread Boaz Rymland
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

backing up mysql database (mysqldump)

2008-11-30 Thread Uri Evenhen More
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

Re: backing up mysql database (mysqldump)

2008-11-30 Thread ik
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,

Re: backing up mysql database (mysqldump)

2008-11-30 Thread AlizaMichael Grynberg
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

Re: backing up mysql database (mysqldump)

2008-11-30 Thread Dvir Volk
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