相关文章
mysql 导出csv格式数据
mysql -e "select * from newsdb.t_hk_stock_news where id <100 ...
dataX:超强的数据库数据互导工具
安装下载安装包http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz 然后解压进入解压后文件的./bin自检命令python datax.py ../j...
postgresql 的安装使用
安装centos系统 9.6版本# Install the repository RPMsudo yum install -y https://download.postgresql.org/pub/repos/yum/repor...
postgresql修改数据存储位置
最近公司提供了一台新的服务器,同时有一个盘是ssd。同时为了测试postgresql的性能,将数据放置到ssd上系统centos7.9 数据库postgresql-9.6首先停掉数据库systemctl stop pos...
mysql 重置表
truncate table 表名...
