|
Posted by NC on 08/01/07 18:08
On Aug 1, 9:53 am, "Bootstrap Bill" <ad...@NOSPAMfabsboards.com>
wrote:
>
> I'm looking for a PHP program to backup and restore a mysql database.
>
> I'm using Godaddy to host a forum. Their mysql control panel will only
> restore a database of two megabytes or less. My database is over 13
> megabytes in size.
Pure PHP is not likely to help you. The reason you are having issues
is that the size of browser-based upload on your server is low (but if
it were higher, you could be facing timeout issues instead). So what
you need is a desktop database management program with HTTP tunneling
functionality. Here are a few links to products that have this
functionality:
http://www.webyog.com/en/sqlyog_tunneling.php
http://sqlmanager.net/products/mysql/manager/
http://www.navicat.com/feature.html
Each of these products includes a PHP script that you place on your
server. After you do that, you can manage your remote database from
your desktop.
Cheers,
NC
Navigation:
[Reply to this message]
|