RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
dump of your SQL database, How?

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
Timmy



Joined: 10 Feb 2010
Posts: 146

PostPosted: Dec 14, 2010 3:59 pm    Post subject: dump of your SQL database, How? Reply with quote

Hello friends,

I want to upgrade my script from 1.7 to 1.8
But I am stuck in this step:

Quote:
Make a dump of your SQL database.


What is dump? And how to make that?
Is dump a backup?

Thank you Smile
Back to top
View user's profile Send private message
chrda



Joined: 14 Sep 2009
Posts: 260

PostPosted: Dec 14, 2010 4:45 pm    Post subject: Reply with quote

How to take backup
mysqldump -u root -p DBNAME > DBNAME.sql

How to put it back:
mysql -u root -p DBNAME < DBNAME.sql

so dump means taking backup of your database..
Back to top
View user's profile Send private message Send e-mail Visit poster's website
admin
Site Admin


Joined: 22 Mar 2006
Posts: 1283

PostPosted: Dec 14, 2010 6:00 pm    Post subject: Reply with quote

http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
Back to top
View user's profile Send private message Send e-mail
Timmy



Joined: 10 Feb 2010
Posts: 146

PostPosted: Dec 14, 2010 6:19 pm    Post subject: Reply with quote

Thank you guys!

I already did the backup but I restore my script back to version 1.7
Because I have a custom template and this version had a lot of template files modifications.

Would be great If we had access to the template modifications so we can update our custom template too :/
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group