0

My code is this

db_con=Mysql.new('localhost', 'root', 'root', 'testing')
db_con.query("insert into users(comment_id) values('39y5w57e43ujv54nlrni4adihhr37jofs9g2st9r46mrqc77wyvpk23qb8f1il')

but save in db

4xgyoq56j823pb63wu8pn62o82gte9nic583re9emuuagfhcokn08uq1hmk3ls

and table structure is comment_id varchar(255) how can i solve this

4

1 回答 1

0

你做错了什么,通过这个列表:

  1. 你确定插入了新记录吗?
  2. 你确定你在看正确的桌子吗?
  3. 你确定你在看正确的数据库吗?

如果它是一个测试数据库,请尝试截断表(从那里删除所有记录)并显示之前/之后的内容。

于 2013-01-28T11:05:26.517 回答