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
Change primary smtp addresses for 29 users using powershell for exchange
xp sp2 clients wont log or ping server 2003
Critera Help for query in access if a field is null then ignore crireria
Watchguard high collision rate
copy a defined user profile when user logs on domain for first time. Giving identical initial profile at logon. Each user can then modify this profile as required. over time keeping settings
Trimming the beginning and end of a string
how can i create window service in C# using InstallUtil.exe ??
Forward meeting requests to another mailbox
Access to read info from query and send out results in excel
Remote Desktop Services on Windows 2008 Foundation Server