Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要访问外部数据库以通过 windows cmd 导入 sql 文件。我的线路不工作,我想知道问题出在哪里,因为这一定是最简单的方法。我想这样做是因为我被告知这将解决导入超过限制大小的 sql 数据库文件的问题,并且我无权访问 php.ini
mysql -u user -p pass --host=ip databaseName| file.sql
我相信 MySQL 的默认行为是不允许远程访问 - 您必须让所有者进行设置(并根据需要修改他们的防火墙)。
我敢肯定这很明显,但无论如何我都会说......你需要在你的机器上安装 MySQL,而且我很确定你必须观看版本(我认为可能有一个额外的连接开关不同的版本)。