Just needed a few rows of data, after confirmed its existence with
> select count (*) from `attendances` where `meeting_id`=82;
Using mysqldump
mysqldump --opt -uroot -p development attendances --where='meeting_id'=19700 > outputrows.sql
Reviewed the extensive contents then inserted back into the db.
Looking at alternative computer software solutions for a variety of reasons. This includes price, computer security, virus prevention and reliability. Here are my notes and great that if it helps you, otherwise please understand what you are doing and not follow blindly. All works expressed are my own and does not necessarily express the products or organisations mentioned here.
No comments:
Post a Comment