文件名称:mysql_to_postgresql
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-09 08:17:33
convert adventureworks into 'mysql and postgresql' 下载数据 链接: 提取码: yj4e 复制这段内容后打开百度网盘手机App,操作更方便哦 链接: 提取码: euap 复制这段内容后打开百度网盘手机App,操作更方便哦 将adventureworks导入mysql mysql -u root -p create database adventureworks; use adventureworks; source /path/adventureworks_mysql.sql 将adventureworks导入postgresql 1、在postgresql 中新建数据库 create database adventureworks; 2、导入数据库 psql -U postgres -d adventureworks -f "Path
【文件预览】:
mysql_to_postgresql-main
----practice_mysql.sql(5KB)
----practice_init.sql(5KB)
----README.md(714B)