Here is a snippet that may be helpful for such tasks. mysql -u USER -p PASSWORD -D DATABASE -e "show tables" -s | egrep "^wp_" | xargs - ...
確定! 回上一頁