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.
我有一个需要连接到 MySQL 数据库来处理数据的软件。我已经使用 XAMPP 将这个软件与我的本地计算机连接起来。但现在我想将它连接到我的虚拟主机上的外部数据库。当我将 MySQL 主机和用户信息放入 ODBC 连接器时,它会出错。请帮我!
大多数网络托管商将对其 mysql 数据库的访问限制为本地连接。所以你很可能无法从你的电脑连接。