bin/sqoop list-databases --connect jdbc:mysql://192.168.10.102:3306/ --username root --password 123456
时间: 2023-12-23 09:02:13 浏览: 178
Hadoop2.5.2+Sqoop-1.4.6
This command lists all databases in the MySQL server running at IP address 192.168.10.102 on port 3306, using the root user with password 123456 to authenticate. The output will show the names of all databases available in the server.
阅读全文