Commit e43e5999 authored by yangjian's avatar yangjian

fix Bug: phpmyadmin\mysql

parent 49e5c9f3
......@@ -282,9 +282,15 @@ COMMIT;
--
CREATE TABLE `tp5_config` (
`gnb_status` int(11) NOT NULL DEFAULT '0'
`config` varchar(10) CHARACTER SET utf8 NOT NULL DEFAULT 'config',
`gnb_status` int(11) NOT NULL DEFAULT '0',
`config` varchar(10) NOT NULL DEFAULT 'config'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--
-- 转存表中的数据 `tp5_config`
--
INSERT INTO `tp5_config` (`gnb_status`, `config`) VALUES
(0, 'config');
COMMIT;
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment