在 access 和 mySQL 之间设置 ODBC

发布于 2024-11-27 21:25:53 字数 255 浏览 1 评论 0原文

我被要求在 Access 数据库和 mySQL 数据库之间建立 ODBC 连接。我以前从未这样做过,并且在将两者连接在一起时遇到一些困难。

我的主要问题似乎是服务器名称。 Access 提示我插入 SQL Server 名称以及我的详细信息。我托管数据库并可以访问 cPanel 和 phpMyAdmin,但我似乎无法在任何地方找到实际的服务器名称。

我在哪里寻找服务器名称,或者我是否在某个地方错过了重要的步骤?我永远不会知道为什么他们要求前端开发人员这样做:(

I've been asked to set up an ODBC connection between an Access database and a mySQL database. I've never done this before and I'm having some difficulty connecting the two together.

My main issue appears to be the server name. I'm prompted by Access to insert the SQL server name along with my details. I host the database and have access to cPanel and phpMyAdmin but I can't seem to find an actual server name anywhere.

Where do I look for the server name or am I missing a vital step here somewhere? Why they've asked a front end dev to do this I wil never know :(

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

羅雙樹 2024-12-04 21:25:53

我不认为你可以从 mysql 本身获取服务器 IP。这可能会有所帮助,但是

SELECT @@global.server_id

它会为您提供本地服务器 ID

I don't think you can get the server IP from within mysql itself. This may help however

SELECT @@global.server_id

Which gives you the local server id

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文