Microsoft
Software
Hardware
Network
Question : How to dump one MySQL record to put in another database?
Hello everybody,
I have two mysql databases on different machines, one is for testing. The schema for both are the same.
I want to move a record from the production database to the test database. Is there a way to dump one record so that it will produce the sql necessary to insert that record in the test database table? Something like a mysqldump but for one record.
thanks
Answer : How to dump one MySQL record to put in another database?
Use mysqldump with the --where option
mysqldump --opt --where="x=1 limit 1" database
Random Solutions
Access 2007 Update subform values with another subform
How to enable VSS Writer for Exchange 2003 and SQL 2005
SBS 2008 BPA - Exchange Server Virtual Directories are installed
Union query
How can I compare Files in a Directory with a Text File List using a DOS Batch File?
Exchange 2010 Tarpit issue
quick question
Windows Server 2008 NLB Issue
How do I fix odbc call failed #1062 under access vba with a mysql backend?
IOS VPN Configuration for iPhone