SQL备份一张表的数据
摘要:使用如下语句SELECT * into table_bakFROM table可把表table中的数据备份到 table_bak,而且无需重新建table_bak。会自动生成表table_bak
阅读全文
posted @
2014-02-13 14:05
张扬个性,敢为天下先
阅读(19352)
推荐(1)
error: Allowed memory size
摘要:错误提示error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in D:\www\ThinkPHP\Common\common.php on line 657解决方案在 php.ini 中找到memory设置大小设置大点最后重启APACHE
阅读全文
posted @
2014-02-11 16:16
张扬个性,敢为天下先
阅读(303)
推荐(0)