作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
快速提问 - 我的 ruby 应用程序在执行以下脚本中的查询命令时卡住。有什么想法吗?
干杯马丁
require "mysql"
con = Mysql.new('127.0.0.1', 'root', 'password', 'database')
con.select_db('database')
queryresult = con.query("SELECT * FROM table")
#puts queryresult.inspect
queryresult.free
con.close
最佳答案
你的 table 真的叫“ table ”吗?
尝试使用不同的表名 - MySQL 在尝试解析保留字时有时会出现问题。
关于mysql - SELECT 不适用于 Ruby-mysql,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9936195/
我是一名优秀的程序员,十分优秀!