I need to output my mySQL table selectively to bunch of INSERT queries. So I turn to phpmyadmin, but it will only allow me to dump the table in only number of records. I, however, would want to output INSERT queries by selecting the ID in the mySQL table.
Do you know where i can find that script?
thanks
daisho
6:47 pm on Sep 26, 2003 (gmt 0)
no script. use mysqldump. You can provide a "where clause" and it will only dump what matches. And it nativly dumps in SQL.
daisho.
irock
7:20 pm on Sep 26, 2003 (gmt 0)
Is it only executable in SSH?
Also could you provide an example how to use WHERE clause along with mysqldump?