hive-sqoop--创建MySQL数据库

C:\Users\Administrator>mysql -uroot -p
Enter password: ****
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 8
Server version: 8.0.40 MySQL Community Server - GPL

Copyright (c) 2000, 2024, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> create database hadoopguide;
Query OK, 1 row affected (0.01 sec)

mysql>
posted @ 2025-01-26 18:30  基础狗  阅读(12)  评论(0)    收藏  举报