Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 23:52

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Frage] Database Backup !

Discussion on [Frage] Database Backup ! within the Flyff Private Server forum part of the Flyff category.

Closed Thread
 
Old   #1
 
elite*gold: 12
Join Date: Dec 2010
Posts: 592
Received Thanks: 122
[Frage] Database Backup !

Ich wollte fragen wie man Backups von der Database macht also Da ich immer gehackt werde muss ich immer wieder ein Wipe machen und das kotzt mich an ;D Deswegen wollte ich fragen wie man das macht.
Sedrika's Lucidsoft DB Manager Tool klappt nicht da ich immer ein Error bekomme.

meine Config:
Quote:
[Main]
Server=***\SQLEXPRESS

[Database]
Account=ACCOUNT_DBF
Logging=LOGGING_01_DBF
Character=CHARACTER_01_DBF

[Check]
Account=True
Character=True
Logging=True
Time=1
Und der Error ist : Error: Loggin_01_DBF not Found oder sowas und wenn ich ein Haken bei
Loggin weg mache dann kommt genauso bei Character: Error: Character_DBF not Foun oder sonnst was ]:.
Und Yoar Danke Schonmal im Voraus ^-^.
Trafalgar†Law is offline  
Old 04/13/2011, 23:17   #2
 
Achileus's Avatar
 
elite*gold: 74
Join Date: Apr 2009
Posts: 5,908
Received Thanks: 2,384
Schick mal HP wie wirst du gehackt mit was ingame? HP


Villeicht kann man ja denn hack beseitigen
Achileus is offline  
Old 04/13/2011, 23:33   #3
 
elite*gold: 455
Join Date: Jun 2009
Posts: 1,601
Received Thanks: 1,103
Anti SQL Injection in den Scripts drinne? ^.^
Flash! is offline  
Old 04/14/2011, 13:04   #4
 
elite*gold: 12
Join Date: Dec 2010
Posts: 592
Received Thanks: 122
Öhm Also ich denke schon das es ein Hacker war, weil immer wenn ich Server an mache steht da STR MAIL .... und wenn ich in SQL Management rein will steht da so ein Fehler =) und ich hab kein zugriff mehr in die DB und dann muss ich immer wieder SQL Neuinstallieren und das macht halt kein Spaß mehr ^^




Quote:
Originally Posted by Marvin! View Post
Anti SQL Injection in den Scripts drinne? ^.^
Könnt ihr mir nen Kleinen TuT machen wie man das macht? Was immer das auch ist =)^^ Danke für eure Hilfe !! D
Trafalgar†Law is offline  
Old 04/14/2011, 13:06   #5



 
Sedrika's Avatar
 
elite*gold: 18
The Black Market: 103/0/0
Join Date: Sep 2009
Posts: 20,177
Received Thanks: 14,471
ODBC -> Character01 -> Sprache = English

Ich schreibe mal ebend ein tool, was keine config braucht um dir backups zu erstellen.
Sedrika is offline  
Thanks
1 User
Old 04/14/2011, 13:24   #6
 
elite*gold: 12
Join Date: Dec 2010
Posts: 592
Received Thanks: 122
Erstmal hab ich die Character01 auf English und Danke *-* Sehr Lieb von dir :>^^
Trafalgar†Law is offline  
Old 04/14/2011, 13:42   #7
 
Achileus's Avatar
 
elite*gold: 74
Join Date: Apr 2009
Posts: 5,908
Received Thanks: 2,384
mach einfach im register scritp normalerweise sollten min 3 buchstaben und maximal 16 buchstaben genommen werden.Du musst das auf 10- runtersetzen dann biste schonmal gesicherter
Achileus is offline  
Old 04/14/2011, 13:47   #8
 
elite*gold: 12
Join Date: Dec 2010
Posts: 592
Received Thanks: 122
Und das nochmal für Dummen? oO xD Sry nicht so viele Erfahrung mit Management =)^^
Trafalgar†Law is offline  
Old 04/15/2011, 22:47   #9
 
elite*gold: 12
Join Date: Dec 2010
Posts: 592
Received Thanks: 122
~Push~
Trafalgar†Law is offline  
Old 04/15/2011, 22:58   #10
 
rädsun's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 443
Received Thanks: 170
Du kannst auch ganz einfach mit einem Command die Dbs backuppen.

Quote:
USE master;
ALTER DATABASE ACCOUNT_DBF SET RECOVERY FULL;
GO
-- Back up the ACCOUNT_DBF database to new media set (backup set 1).
BACKUP DATABASE ACCOUNT_DBF
TO DISK = 'DATEIPFAD\ACCOUNT_DBF.bak'
WITH FORMAT;
GO

USE master;
ALTER DATABASE CHARACTER_01_DBF SET RECOVERY FULL;
GO
-- Back up the CHARACTER_01_DBF database to new media set (backup set 1).
BACKUP DATABASE CHARACTER_01_DBF
TO DISK = 'DATEIPFAD\CHARACTER_01_DBF.bak'
WITH FORMAT;
GO


USE master;
ALTER DATABASE LOGGING_01_DBF SET RECOVERY FULL;
GO
-- Back up the LOGGING_01_DBF database to new media set (backup set 1).
BACKUP DATABASE LOGGING_01_DBF
TO DISK = 'DATEIPFAD\LOGGING_01_DBF.bak'
WITH FORMAT;
GO


USE master;
ALTER DATABASE RANKING_DBF SET RECOVERY FULL;
GO
-- Back up the RANKING_DBF database to new media set (backup set 1).
BACKUP DATABASE RANKING_DBF
TO DISK = 'DATEIPFAD\RANKING_DBF.bak'
WITH FORMAT;
GO
Das bei "Neue Abfrage" einfügen und auf Ausführen, dann werden dir die jeweiligen .bak Dateien erstellt
rädsun is offline  
Thanks
1 User
Old 04/15/2011, 23:30   #11
 
elite*gold: 12
Join Date: Dec 2010
Posts: 592
Received Thanks: 122
Danke ^^ Da es jetzt Funktioniert dank rädsun kann Thread jetzt geclosed werden.

#Closed
Trafalgar†Law is offline  
Old 04/16/2011, 00:51   #12
 
rädsun's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 443
Received Thanks: 170
Wusste gar nicht dass normale User closen können^^
#Closerequest
rädsun is offline  
Old 04/16/2011, 08:16   #13


 
Daniiii's Avatar
 
elite*gold: 260
Join Date: Nov 2007
Posts: 12,856
Received Thanks: 4,319
Quote:
Originally Posted by rädsun View Post
Wusste gar nicht dass normale User closen können^^
#Closerequest
ich auch nicht, hat er wohl vergessen
#closed
Daniiii is offline  
Closed Thread


Similar Threads Similar Threads
[Release]Database Backup
06/21/2011 - Shaiya PServer Development - 5 Replies
I threw this together so I could automate Database backups every 3 days or so. All you have to do is set Task Scheduler to run this whenever you want it to backup your db and it'll do it o.o you can also just run the Backup.bat to do it whenever you want <.< Uhm, modify the DBBackup.sql script to fit your database if needed, and you can check both files. :D If you get "osql is not recognized as an internal command" or whatever from it, then you need to google the fix, usually just...
How to make a quick backup of your database:
06/07/2011 - Shaiya PServer Development - 5 Replies
A simple aid. Use the query below to make a quick backup. Open your SMSS, click on New Query and put this code. Change 'D: \ Backup_Shaiya_DB \ PS_ChatLog.bak' to the letter and directory you wish to retain only the file name. Save the query for future backups.
[Help] Auto Backup Database
02/26/2010 - EO PServer Hosting - 13 Replies
Help!! I need Auto Backup Software after 15 minutes or 30 minutes...Who have it... i m try to use search button..but not found... who have it..can release.:handsdown::handsdown::handsdown:
REQUEST A Database Backup
07/16/2009 - CO2 Private Server - 1 Replies
ok im looking for the fixed DB of CoDarkness umm for some reason the one they gave out isnt working
need database backup
02/28/2008 - Conquer Online 2 - 0 Replies
probally wrong place to ask, but... Does anybody have conquer database postgres>PGAdmin backup? I can't download the previous ones in this forum. I need a working link. i need this database, what is in this topic: http://www.elitepvpers.com/forum/co2-guides-templa tes/77502-make-your-own-server.html



All times are GMT +2. The time now is 23:52.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.