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.
我想通过 AMS 8 连接到我主机上的 Mysql 数据库数据库远程是打开的,我在远程 mysql 中添加了 % 以允许任何 IP 访问数据库你能给我一个简单的代码吗???
您必须首先在您的 AMS 项目中启用数据库支持。之后,您将在 Action 菜单中绑定 MySQL Lua 的代表性命令。用于连接数据库的块将如下所示
MySQLConnection, err = MySQL:connect("database", "user", "pswd", "localhost", "port");