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
NAT on ASA to a remote server
OWA will not work for mailbox in non-internet facing AD site
WHAT'S THE DIFFERENCE BETWEEN NATURAL KEYS AND surrogate keys
Having issues converting Physical ISA server to Virtual Server
format of numeric data in nvarchar field
WCF hosted on IIS: Why doesn't it show me the WCF method name and it's signature?
OWA - The certificate is not valid for the requested usage
Dont display record if string field is blank/null
Sync Access database contacts with Exchange Contacts list
Windows 2008 Standard server connects at 1GB/S but reverts back to 10MB/S