帝国数据库怎么导入mysql

mysql -u [username] -p [database_name]

最后,你可以通过MySQL客户端验证所导入的数据是否正确。使用如下命令登录到MySQL客户端:

mysql -u [username] -p