mysqlimport 没有安装mysql?
我正在尝试使用 mysqlimport 将文本文件导入到 mysql 数据库。问题是我导入文本文件的 Linux 机器没有安装 mysql,而我将这些文件导入到另一台服务器上的数据库中。 mysqlimport 是否需要完整安装 mysql 才能工作?我可以只带 mysqlimport exe 和一些库吗? 干杯, 凯撒
I'm trying to use mysqlimport to import text files to a mysql database. The problem is that the linux box I am importing the text files from will not have an installation of mysql and I am importing these files to a database on a different server. Does mysqlimport need to have a full installation of mysql to work? Can I just bring over the mysqlimport exe and some libraries?
Cheers,
Kaiser
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以在此处描述的选项中独立使用它您可以指定要连接的主机以及要使用的用户和密码。不需要 mysqlimport 所在的框来安装服务器。
我相信您只需要 RPM 包客户端实用程序。
Yes, you can use it standalone, among the options described here you can specify host to connect to, and the user and password to use. No need for the box where mysqlimport is to have the server installed.
I believe you need nothing more that the RPM Package Client Utilities.
只要您可以从正在运行的客户端连接到数据库服务器,安装 MySQL 客户端就足够了。
比较 MySQL 参考手册 或执行
As long as you can connect to the database server from the client you are running on, it is fully enough to have a MySQL client installation.
Compare the MySQL reference manual or execute