is there a way to dump a db, structure and data, if i don't have phpmyadmin?
Dumping Db Without Phpmyadmin
Page 1 of 111 Replies - 2335 Views - Last Post: 06 May 2004 - 09:59 AM
Replies To: Dumping Db Without Phpmyadmin
#3
Re: Dumping Db Without Phpmyadmin
Posted 09 November 2002 - 08:01 AM
thanks mudslide, i appreciate it...
#4
Re: Dumping Db Without Phpmyadmin
Posted 09 November 2002 - 11:25 AM
no problem.. i learned it at the same time as you
#5
Re: Dumping Db Without Phpmyadmin
Posted 04 May 2004 - 01:20 AM
If you use MS SQL then you can use query analyser to do it.
Hmm...it's quite simple actually. I believe you should not have any problem understanding.
If dump means "DROP" then:
1. To "DROP" a table -
DROP TABLE TableName
2. To "DROP" a row -
DELETE FROM TableName
WHERE ColumnName ='SOMETHING'
3. TO "DROP" all data in a table but not "DROP" that table -
DELETE FROM TableName
Hmm...it's quite simple actually. I believe you should not have any problem understanding.
If dump means "DROP" then:
1. To "DROP" a table -
DROP TABLE TableName
2. To "DROP" a row -
DELETE FROM TableName
WHERE ColumnName ='SOMETHING'
3. TO "DROP" all data in a table but not "DROP" that table -
DELETE FROM TableName
#6
Re: Dumping Db Without Phpmyadmin
Posted 04 May 2004 - 06:15 AM
Actually, dump is commonly used to 'backup' a database, dropping would, as you said, delete it.
Here is a quick tutorial that DreamStudios has for their clients on how to dump and restore a database using SSH:
http://dream-studios...on.php?qstId=31
Here is a quick tutorial that DreamStudios has for their clients on how to dump and restore a database using SSH:
http://dream-studios...on.php?qstId=31
#7
Re: Dumping Db Without Phpmyadmin
Posted 04 May 2004 - 06:15 AM
Welcome to dream.in.code by the way!!!! Great to see new members!
#8
Re: Dumping Db Without Phpmyadmin
Posted 04 May 2004 - 03:32 PM
dump != drop
ms sql != mysql
query analyzer != mysql admin
ms sql != mysql
query analyzer != mysql admin
This post has been edited by cyberscribe: 04 May 2004 - 03:35 PM
#10
Re: Dumping Db Without Phpmyadmin
Posted 06 May 2004 - 03:57 AM
Alright. Apologies.
Thanks for the welcome, skyhawk133
Thanks for the welcome, skyhawk133
#11
Re: Dumping Db Without Phpmyadmin
Posted 06 May 2004 - 06:29 AM
No problem, that's the way we learn around here. If you haven't ever done it, there's no way for you to know unless someone tells you 
Hope to see you around again.
Hope to see you around again.
#12
Re: Dumping Db Without Phpmyadmin
Posted 06 May 2004 - 09:59 AM
ranvier, on May 6 2004, 03:57 AM, said:
Apologies.
None need. Like Skyhawk133 said, welcome aboard.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote






|