摘要: [root@master ~]# sqoop import --connect jdbc:mysql://localhost/hadoopguide --table widgets -m 1 --username hadoopguide --password 'H@doopgu1de' Warnin 阅读全文
posted @ 2025-02-18 20:44 基础狗 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.创建用户 create user 'hadoopguide'@'%' identified by 'H@doopgu1de'; create user 'hadoopguide'@'localhost' identified by 'H@doopgu1de'; 2.给予权限 GRANT ALL 阅读全文
posted @ 2025-02-18 20:43 基础狗 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 导出 Windows: mysqldump -uroot -p hadoopguide>C:\Users\Public\Desktop\hadoopguide.sql 头部添加: create database if not exists hadoopguide; use hadoopguide; 阅读全文
posted @ 2025-02-18 20:02 基础狗 阅读(1) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示