i have data base problems due to miss organized
to solve this problem i have to run 137073 mysql queries
this is the query sample
update wp_posts set post_author = replace(post_author, '43', '235099');
i create a text file contain 137073 line what is best way to run this queries one by one as a script or some thing
Thanks