Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

怎样在运行时设置sql-mode?

[复制链接]
眼花了 发表于 2008-4-8 13:06:40 | 显示全部楼层 |阅读模式
在sql-mode为严格模式时,下面的语句是不能执行的
  1. DROP TABLE IF EXISTS `".$db_prefix."sort`;
  2. CREATE TABLE `".$db_prefix."sort` (
  3.   `sortid` int(11) NOT NULL auto_increment,
  4.   `sortname` varchar(20) NOT NULL default '',
  5.   PRIMARY KEY  (`sortid`)
  6. ) ;

  7. INSERT INTO `".$db_prefix."sort` VALUES (1, '默认分类');
复制代码
在不能修改my.ini时,怎样在程序中来设置sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"呢?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-19 14:27 , Processed in 0.021794 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表