使用 NodeJS 的 MySQL 代理

发布于 2024-11-19 13:57:19 字数 444 浏览 4 评论 0原文


我正在尝试创建一个简单的程序,在基于 MySQL 的应用程序和 MySQL 服务器之间创建代理。
现在,我的方法是更改​​应用程序以在端口 3065 与 MySQL 通信,我的代理是一个简单的套接字服务器,它监听所有请求并将它们发送到 MySQL 服务器。

我想改变架构,我看到了这个页面: http ://dev.mysql.com/doc/refman/5.0/en/mysql-proxy-scripting.html,在这个页面中我有我需要的东西 - read_query() 和 read_query_results()。
我的主要问题是 - 他们使用 LUA 作为代理的脚本语言,我如何在 NodeJS 中使用这个 API?

I am trying to create a simple program that create a proxy between a MySQL-based application and a MySQL server.
Right now,my approach is to change the application to talk to MySQL at port 3065 and my proxy is a simple socket server whose listens to all requests and sending them to MySQL server.

I wanted to change the architecture and I saw this page : http://dev.mysql.com/doc/refman/5.0/en/mysql-proxy-scripting.html, In this page I have exactly what I need - read_query() and read_query_results().
And my main problem is - they are using LUA as the proxy`s scripting language,How can I use this API in NodeJS?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文