用命令导入initdb.sql库 提示
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1046 (3D000) at line 1: No database selected
使用的命令是:
mysql -uroot -padmin_admin <"/Users/fujiangren/gocode/src/stream/initdb.sql"
请问这个库有问题还是?