mysql 导出数据到csv文件的命令

转载自:https://blog.csdn.net/iefreer/article/details/7740950mysql   1.导出本地数据库数据到本地文件sql mysql -A service_db -h your_host -utest -ptest数据库 mysql> select * from t_apps where created>'2012-07-02 00:00:00' i
相关文章
相关标签/搜索