Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ Miscellaneous ⇒ User & Newbie Resources :: Archives ⇒ database recovery :: Archived


database recovery :: Archived
Info, tutorials, links and books to help people understand and develop Dragonfly CMS. If you're looking for a resource, place your request here. If you know of a useful resource, place that here as well.
Go to page Previous  1, 2
Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  User & Newbie Resources

Topic Archived View previous topic :: View next topic  
Author Message
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Wed Jun 08, 2005 4:25 am
Post subject: Re: database recovery

Code::
ENGINE=MyISAM DEFAULT CHARSET=latin1
Is a special MySQL 4.x command and will not work on every system.
Removing those crappy phpmyadmin parts will make it more versatile.

It's best to use the Dragonfly CMS DB backup utility since it will take those issues and others (like FULLTEXT) into account


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
tank
Gold Supporter
Gold Supporter

Offline Offline
Joined: Apr 20, 2004
Posts: 824
Location: Houston, Texas USA
PostPosted: Wed Jun 08, 2005 12:52 pm
Post subject: Re: database recovery

If you don't get it I'll help you out tonight.

_________________
Search is your friend

tank's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora Core 1, Apache 1.3.33, Mysql 4.1.14, PHP 5.0.5 w/ APC cache, Dragonfly 9.0.6.1
Back to top
View user's profile Visit poster's website
ilamos
Nice poster
Nice poster

Offline Offline
Joined: Dec 27, 2004
Posts: 82

PostPosted: Thu Jun 09, 2005 7:16 am
Post subject: Re: database recovery

Still no luck. I would appreciate any help. I posted my contact info twice on the previous page so let me know when you want to help me.


ilamos's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
RedHat 9 i686/Apache 1.3.33 (Unix)/MySQL 4.0.24-standard/Dragonfly 9.0.3.0
Back to top
View user's profile Visit poster's website
tank
Gold Supporter
Gold Supporter

Offline Offline
Joined: Apr 20, 2004
Posts: 824
Location: Houston, Texas USA
PostPosted: Thu Jun 09, 2005 8:17 pm
Post subject: Re: database recovery

Got busy last night. Should be able to help tonight. I'll contact you.

_________________
Search is your friend

tank's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora Core 1, Apache 1.3.33, Mysql 4.1.14, PHP 5.0.5 w/ APC cache, Dragonfly 9.0.6.1
Back to top
View user's profile Visit poster's website
RECON
Newbie
Newbie

Offline Offline
Joined: Sep 07, 2005
Posts: 22
Location: TH-MY-DE-UKR
PostPosted: Fri Sep 09, 2005 6:29 am
Post subject: Re: database recovery RESTORE DATABASE

How to restore the whole database backup.
Importing the database if its big one on another server for example or if needed to restore the latest backup?
I know there must be some skripts around but i cant found any of them to import simple and easy my database file to the mysql.
Who know some solutions Confused
I think i dont have ssh. There must be some scripts but i coudnt found any restore script.

Mmany thanks.

_________________


RECON's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.7 i686 - Apache/2.0.54 (Unix) - 4.1.11-Debian_4sarge1 - PHP 4.4.0 [ZE 1.3.0] - 9.0.6.1 - eAccelerator 0.9.3 - (IE 7B1, Firefox 1.61 Alpha2)
Back to top
View user's profile Send e-mail Visit poster's website MSN Messenger Yahoo Messenger
Head-e
Silver Supporter
Silver Supporter

Offline Offline
Joined: Apr 20, 2004
Posts: 937

PostPosted: Fri Sep 09, 2005 8:37 am
Post subject: Re: database recovery

admin.php?op=database
under Import SQL File


or login to your phpmyadmin and load the .sql backup


Head-e please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Photo Gallery
RECON
Newbie
Newbie

Offline Offline
Joined: Sep 07, 2005
Posts: 22
Location: TH-MY-DE-UKR
PostPosted: Fri Sep 09, 2005 11:22 am
Post subject: Re: database recovery

Thanks i was try that it break or give me a error out db file is over 20 mb. Is there a limit?

_________________


RECON's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.7 i686 - Apache/2.0.54 (Unix) - 4.1.11-Debian_4sarge1 - PHP 4.4.0 [ZE 1.3.0] - 9.0.6.1 - eAccelerator 0.9.3 - (IE 7B1, Firefox 1.61 Alpha2)
Back to top
View user's profile Send e-mail Visit poster's website MSN Messenger Yahoo Messenger
Head-e
Silver Supporter
Silver Supporter

Offline Offline
Joined: Apr 20, 2004
Posts: 937

PostPosted: Fri Sep 09, 2005 7:06 pm
Post subject: Re: database recovery

i think it defaults to the limit set in php.ini do a forum search, dj posted a solution for uploading large database files


Head-e please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Photo Gallery
Bloo
Newbie
Newbie

Offline Offline
Joined: Mar 02, 2007
Posts: 2

PostPosted: Fri Mar 02, 2007 7:27 pm
Post subject: Re: database recovery

ilamos wrote:
Just forget I give up. I'll just start over new.

Since this user didn't seem to get this answered and I ran into and solved this problem last night I thought I'd help the community with trudging up this old post in case someone happens to run across it again.

My issue was nearly identical. I was astonished to discover my new host was running MySQL 4.0.x which does not recognize the "DEFAULT CHARSET" syntax. I exported from a host that was running MySQL 4.1.x

Simply remove "DEFAULT CHARSET=latin1" from your flat file entirely and the load will go fine on a 4.0.x MySQL server.

RECON wrote:
Thanks i was try that it break or give me a error out db file is over 20 mb. Is there a limit?

Here's an absolute must have for solving big db uploads without having SSH access to your host that I found linked elsewhere on this site. It's a simple small script that does exactly what you need as phpMyAdmin has a 2mb limit on upload file size.
BigDump


Bloo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.4/2.0/4.0.27/4.4.4/9.1.1+9.0.5


Last edited by Bloo on Mon Mar 05, 2007 7:05 pm; edited 3 times in total
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Fri Mar 02, 2007 7:36 pm
Post subject: Re: database recovery

Bigdump has been referenced very many times in these forums for many people with size limitations - it is an excellent tool, especially for very, very large databases Smile

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
Bloo
Newbie
Newbie

Offline Offline
Joined: Mar 02, 2007
Posts: 2

PostPosted: Fri Mar 02, 2007 11:41 pm
Post subject: Re: database recovery

Phoenix wrote:
Bigdump has been referenced very many times in these forums for many people with size limitations - it is an excellent tool, especially for very, very large databases Smile

Someone should tell those folks over there working on the phpMyAdmin project that they need link up with Alexey Ozerov @ ozerov.de and get his awesome script added. It's been around a long time and everyone using phpMyAdmin ends up eventually picking it up. LOL


Bloo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.4/2.0/4.0.27/4.4.4/9.1.1+9.0.5
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  User & Newbie Resources
Page 2 of 2
All times are GMT
Go to page Previous  1, 2

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

lesa meira...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy