Forum Moderators: bakedjake

Message Too Old, No Replies

how to backup php mysql site data

help me please

         

AjiNIMC

4:34 pm on Sep 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi,

Recently I lost all my forum, as I never use to take the backup, now I want to take the backup regularly, I am using php and mysql, phpmyadmin has a limit of 2 mb.

How to take the bakup, I will prefer some softwares, please help me out, your help will be highly appreciated.

Thanks in Advance.
Aji

DaveAtIFG

4:37 pm on Sep 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you using a Windows based server or *nix based?

AjiNIMC

5:01 pm on Sep 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am on windows though my server(where I hosted my site) is linux based, I am looking for php based backups softwares , which one is the most common and most effective one.

Thanks a lot
Aji

nadsab

7:07 pm on Sep 1, 2004 (gmt 0)

10+ Year Member



Try - [navicat.com...]

AjiNIMC

1:41 am on Sep 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Right now it is not opening for me, let me search for navicat. Thanks a lot for the link.

Aji

HappyMeal

3:54 am on Sep 2, 2004 (gmt 0)

10+ Year Member



You could backup your database regularly via cron job. All you have to do on your part is download it to your computer via FTP when you want.

bartek

3:46 pm on Sep 2, 2004 (gmt 0)

10+ Year Member



Not exactly php-based, but I think sysbk is worth mentioning - I use it without any problems. It will not only backup your mysql databases but also other stuff that you designate. Free (as in beer) too:

[rfxnetworks.com...]

AjiNIMC

5:44 pm on Sep 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



thanks for the help , I will try all this , I am still looking for a better and easy solution through php based program.

Thanks
Aji

hiker_jjw

7:45 pm on Sep 17, 2004 (gmt 0)



In the php.ini you can set the following:

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

If you don't have access to your php.ini file, try using the ini_set() function to set the limit. I believe it would look something like this:

ini_set('upload_max_filesize', '2M');

Maybe by placing that line in the phpMyAdmin 'config.inc.php' file, you can make a larger transfer.

Cheers,
Jeff

The Contractor

7:52 pm on Sep 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



there are lots of free MySQL backup scripts out there. Did you do a search for: mysql backup script

AjiNIMC

7:21 am on Sep 22, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks , I have checked few and I am trying one after the other and hope I get the one I am looking for.

Thanks again
Aji

quebrada

6:38 am on Sep 23, 2004 (gmt 0)

10+ Year Member



I came across an article in sys admin magazine that addresses what you want to do. Unfortunately it isn't an online article. It is worth reading Oct issue 2004.

Q

ArmedGeek

6:06 am on Oct 22, 2004 (gmt 0)

10+ Year Member



mysqldump?

AjiNIMC

12:00 pm on Oct 22, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks again , for the time being I am just taking weekly backups without cron . I am not getting time to try other scripts.

Thanks
AjiNIMC