| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 There can be only one 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2001 
				Location: Somewhere else 
				
				
					Posts: 39,075
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				mySQL phpmyAdmin gurus - HELP!
			 
			if there's anyone that knows this shit.... I'm exporting my table data from an active db to text files and importing them into a new db, but when I try to import, the fucking delimiters are wrong or something and the data is getting scrambled into the wrong fields... anyone that can help..... please do.... ;-) 
		
	
		
		
		
		
		
	
	ICQ: 128198800  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 There can be only one 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2001 
				Location: Somewhere else 
				
				
					Posts: 39,075
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 better yet, is there any way to do the whole fuckin' db at once, or does it hafta be done one table at a time? 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | |
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2001 
				Location: New Jersey 
				
				
					Posts: 257
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 mysqldump -uUsername -p dbname > dbname.sql   Export 
		
	
		
		
		
		
		
	
	mysql -uUsername -p dbname < dbname.sql Restore Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 There can be only one 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2001 
				Location: Somewhere else 
				
				
					Posts: 39,075
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 as good as that looks, can you elaborate on it somewhat Barry? 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Sep 2001 
				Location: Finland 
				
				
					Posts: 1,561
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 didn't you try format c: ? 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2001 
				Location: New Jersey 
				
				
					Posts: 257
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 You need Telnet/SSH access to run those commands. 
		
	
		
		
		
		
		
	
	That will backup the database in question, and restore it exactly as is. Or if you have 'Webmin' you can easily dump your database from there as well and restore it. What are you trying to do? Migrating your data from one server to the other?  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Feb 2001 
				Location: Puerto Del Carmen, Lanzarote, Canary Islands 
				
				
					Posts: 1,572
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 What are you using to export to flat files and where are the flat file records going to 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 There can be only one 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2001 
				Location: Somewhere else 
				
				
					Posts: 39,075
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | |
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2001 
				Location: New Jersey 
				
				
					Posts: 257
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Do you have Telnet/SSH access? 
		
	
		
		
		
		
		
	
	Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | |
| 
			
			
			
			 There can be only one 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2001 
				Location: Somewhere else 
				
				
					Posts: 39,075
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Feb 2001 
				Location: Puerto Del Carmen, Lanzarote, Canary Islands 
				
				
					Posts: 1,572
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#12 | |
| 
			
			
			
			 There can be only one 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2001 
				Location: Somewhere else 
				
				
					Posts: 39,075
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#13 | 
| 
			
			
			
			 Suck it! 
			
		
			
			
			Industry Role:  
				Join Date: Jun 2001 
				Location: Who wants to know? 
				
				
					Posts: 4,432
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I can fix you in a week  
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#14 | 
| 
			
			
			
			 There can be only one 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2001 
				Location: Somewhere else 
				
				
					Posts: 39,075
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I got Mascon, which works from one db to another here, but not from here to there.... fucking aggravating shit. 
		
	
		
		
		
		
		
	
	fuck it... I'm formatting c:  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#15 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Sep 2001 
				Location: Finland 
				
				
					Posts: 1,561
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Life sucks, wife doesn't! 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#16 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Aug 2001 
				Location: In a Bunker 
				
				
					Posts: 868
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 AMP, msg me on ICQ, I'll be happy to help you. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Does anyone look down here?  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#17 | |
| 
			
			
			
			 There can be only one 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2001 
				Location: Somewhere else 
				
				
					Posts: 39,075
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |