|  |  | 
 
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  | 
	
		
   
   
      | Support::Windows Servers Support forum for Windows EQEMu users. |  
	
	
		
	
	
	| 
			
			 
			
				12-27-2010, 09:37 PM
			
			
			
		 |  
	| 
		
			|  | Demi-God |  | 
					Join Date: Oct 2010 
						Posts: 1,332
					      |  |  
	| 
				 Sourcing a database backup while shopping ? 
 I was just curious, about the length of time it's supposed to take to sourcein a backed up database (324 mb in size).
 At first I logged in to sql, using cmd and after typing "use peq", I typed in
 "source peqbackup.sql" (without quotes). It started sourcing, with no
 apparent errors, but just kept running and streaming "Query OK, 1 row
 affected" up the window. It ran for over an hour, before I stopped it.
 Then I cleared the sql peq, and ran the backup from Navicat using the
 "execute sql". Although its still running as I type this, I left the house and
 went shopping after I got the sourcing going, it was showing 5% done when
 I returned, now at 6%, and there is no errors coming up.
 Is this normal ? lol
 |  
	
		
	
	
	| 
			
			 
			
				12-28-2010, 02:14 AM
			
			
			
		 |  
	| 
		
			|  | Demi-God |  | 
					Join Date: Oct 2010 
						Posts: 1,332
					      |  |  
	| 
 Guess I better add, that the puter I am using is not a slow one, lol(3.2 Ghz 6-core, with 8 gigs of ram) Win 7 - 64bit
 |  
	
		
	
	
	| 
			
			 
			
				12-28-2010, 11:06 AM
			
			
			
		 |  
	| 
		
			|  | Hill Giant |  | 
					Join Date: Jun 2006 Location: New York City 
						Posts: 180
					      |  |  
	| 
 Use SQLyog community:http://code.google.com/p/sqlyog/downloads/list
Much  better than Navicat which is known to cause issues. I seen Navicat cause problems when sourcing files for other emulators (i.e. WOW'sTrinitycore) and SQLyog works just fine. |  
	
		
	
	
	| 
			
			 
			
				12-28-2010, 12:03 PM
			
			
			
		 |  
	| 
		
			|  | Demi-God |  | 
					Join Date: Oct 2010 
						Posts: 1,332
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by Zandig  Use SQLyog community:http://code.google.com/p/sqlyog/downloads/list
Much  better than Navicat which is known to cause issues. I seen Navicat cause problems when sourcing files for other emulators (i.e. WOW'sTrinitycore) and SQLyog works just fine. |  Ok, thank you, I will give that a try. |  
	
		
	
	
	| 
			
			 
			
				12-29-2010, 09:53 PM
			
			
			
		 |  
	| 
		
			|  | Demi-God |  | 
					Join Date: Oct 2010 
						Posts: 1,332
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by Zandig  Use SQLyog community:http://code.google.com/p/sqlyog/downloads/list
Much  better than Navicat which is known to cause issues. I seen Navicat cause problems when sourcing files for other emulators (i.e. WOW'sTrinitycore) and SQLyog works just fine. |  Hey Zandig, I tried out that SQLyog and it works a hell of lot better, lol. 
I backed up the db with it and sourced it in on another puter, just to 
see how it would go and its awesome. Even the backup sql is a normal 
size (148 mb) compared to the 324 mb that Navicat produced. 
I even sourced the backup in using dos, or cmd as we call it now, 
through mysql. only took 3 minutes. Thanks again for the info   |  
	
		
	
	
	| 
			
			 
			
				12-29-2010, 10:19 PM
			
			
			
		 |  
	| 
		
			|  | Administrator |  | 
					Join Date: Feb 2009 Location: MN 
						Posts: 2,072
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by Huppy  Hey Zandig, I tried out that SQLyog and it works a hell of lot better, lol. 
I backed up the db with it and sourced it in on another puter, just to 
see how it would go and its awesome. Even the backup sql is a normal 
size (148 mb) compared to the 324 mb that Navicat produced. 
I even sourced the backup in using dos, or cmd as we call it now, 
through mysql. only took 3 minutes. Thanks again for the info   |  mysqldump -uusername -ppassword databasename
 
Will dump it into the directory in which you run the command from in prompt. Or you could run it this way
 
mysqldump -uusername -ppassword databasename > "c:\Directory\To\Dump\to\database.sql" |  
	
		
	
	
	| 
			
			 
			
				12-29-2010, 10:53 PM
			
			
			
		 |  
	| 
		
			|  | Demi-God |  | 
					Join Date: Oct 2010 
						Posts: 1,332
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by Akkadius  mysqldump -uusername -ppassword databasename
 Will dump it into the directory in which you run the command from in prompt. Or you could run it this way
 
 mysqldump -uusername -ppassword databasename > "c:\Directory\To\Dump\to\database.sql"
 |  I actually tried that first string, once before, but your second suggestion 
worked like a charm and took less than 30 seconds. 
I miss the good old days of working with dos. Things went faster, lol |  
	
		
	
	
	| 
			
			 
			
				12-29-2010, 11:08 PM
			
			
			
		 |  
	| 
		
			|  | Administrator |  | 
					Join Date: Feb 2009 Location: MN 
						Posts: 2,072
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by Huppy  I actually tried that first string, once before, but your second suggestionworked like a charm and took less than 30 seconds.
 I miss the good old days of working with dos. Things went faster, lol
 |  Sources very fast as well. |  
	
		
	
	
	| 
			
			 
			
				12-30-2010, 10:34 AM
			
			
			
		 |  
	| 
		
			|  | Hill Giant |  | 
					Join Date: Jun 2006 Location: New York City 
						Posts: 180
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by Huppy  Hey Zandig, I tried out that SQLyog and it works a hell of lot better, lol. 
I backed up the db with it and sourced it in on another puter, just to 
see how it would go and its awesome. Even the backup sql is a normal 
size (148 mb) compared to the 324 mb that Navicat produced. 
I even sourced the backup in using dos, or cmd as we call it now, 
through mysql. only took 3 minutes. Thanks again for the info   |  Glad to hear it worked out for you.
 
SQLyog is a nice program to work with any aspect of your database. 
More proof Navicat is much inferior and broken   |  
	
		
	
	
	
	
	| Thread Tools |  
	|  |  
	| Display Modes |  
	
	| 
		 Linear Mode |  
	| 
	|  Posting Rules |  
	| 
		
		You may not post new threads You may not post replies You may not post attachments You may not edit your posts 
 HTML code is Off 
 |  |  |  All times are GMT -4. The time now is 06:44 PM.
 
 |  |  
    |  |  |  |  
    |  |  |  |  
     |  |  |  |  
 |  |