[問題]sql
發表於 : 2003-11-02 15:52
這SQL 語法:
ALTER TABLE phpbb_posts_text
ADD needpost MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_needpost', '1');
是 安裝[原創][外掛] 文章加密機制的
安裝此MOD前我只安裝了Points_System
但安裝Points_System時並沒有任何 SQL 語法始我安裝~
現在再安裝
ALTER TABLE phpbb_posts_text
ADD needpost MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_needpost', '1');
時就出現\r
資料庫 mysql 在 localhost 執行
錯誤
SQL 語法 :
ALTER TABLE phpbb_posts_text ADD needpost MEDIUMINT( 8 ) UNSIGNEDDEFAULT '0' NOT NULL
MySQL 傳回:
Table 'mysql.phpbb_posts_text' doesn't exist
那又應怎做?/
thx~
ALTER TABLE phpbb_posts_text
ADD needpost MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_needpost', '1');
是 安裝[原創][外掛] 文章加密機制的
安裝此MOD前我只安裝了Points_System
但安裝Points_System時並沒有任何 SQL 語法始我安裝~
現在再安裝
ALTER TABLE phpbb_posts_text
ADD needpost MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_needpost', '1');
時就出現\r
資料庫 mysql 在 localhost 執行
錯誤
SQL 語法 :
ALTER TABLE phpbb_posts_text ADD needpost MEDIUMINT( 8 ) UNSIGNEDDEFAULT '0' NOT NULL
MySQL 傳回:
Table 'mysql.phpbb_posts_text' doesn't exist
那又應怎做?/
thx~