phpBB Forum

It is currently Tue 22. May 2012, 23:47

All times are UTC + 1 hour

Forum rules


Hello dearest user and welcome to our EQDKP-Plus support forum.

Please read the following rules and terms before posting anything! Failure in doing so will result in being ignored or being banned. Posting in our boards means you have read, understood and accepted those rules.

English Board Rules – Click here



Post new topic Reply to topic  [ 3 posts ] 
Author Message
Offline
 Post subject: Eqdkp Plus 0.6 rev 1914 - Member List Backup
PostPosted: Mon 21. Apr 2008, 22:35 

Joined: Mon 21. Apr 2008, 22:30
Posts: 1
Using the Search button i found that there isn't any Backup Tool included in Eqdkp Plus.
But, i don't need to backup all the files, only the user/member list, so i can update to a newer version and paste the user/member list. Is this possibile?(i don't even know if the user/member list exist)

Thank you!



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Tue 22. Apr 2008, 07:22 

Joined: Fri 1. Feb 2008, 01:48
Posts: 47
Yes, this is possible. But you need to use phpMyAdmin or similar tools. If you have access to the linux/unix shell you can use the following command.

mysqldump -p YOURDBNAME eqdkp_members > backup_eqdkp_members.sql
mysqldump -p YOURDBNAME eqdkp_users > backup_eqdkp_users.sql

You would need to export more data if you want the raid data etc converted. Or else you should null out the earned, adjustment and spent values..



Top
 Profile  
 
Offline
 Post subject:
PostPosted: Tue 22. Apr 2008, 07:31 

Joined: Fri 1. Feb 2008, 01:48
Posts: 47
This is the SQL Query used to clean the eqdkpmembers.

UPDATE `YOURDBNAME`.`eqdkp_members` SET `member_earned` = '0',
`member_spent` = '0',
`member_firstraid` = '0',
`member_lastraid` = '0',
`member_raidcount` = '0',
`member_adjustment` = '0';

WARNING!!!: PLEASE MAKE SURE TO HAVE BACKUPS BEFORE DOING THIS!!!



Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


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 post attachments in this forum

Search for:
Jump to:  

(C) The EQdkp-Plus Developer Team
EQdkp Plus Template by Ramon Kaes