錯誤
關聯資料表的附加功能未能啟動, 請按此 查出問題原因.
PMA Database ... 未能確定
說明文件這樣寫
代碼: 選擇全部
$cfg['Servers'][$i]['pmadb'] string
The name of the database containing the linked-tables infrastructure.
See the Linked-tables infrastructure section in this document to see the benefits of this infrastructure, and for a quick way of creating this database and the needed tables.
If you are the only user of this phpMyAdmin installation, you can use your current database to store those special tables; in this case, just put your current database name in $cfg['Servers'][$i]['pmadb']. For a multi-user installation, set this parameter to the name of your central database containing the linked-tables infrastructure.
確定後到別一處按儲存(上方有欄位 型態 長度/集合* 屬性 Null 預設值** 附加 ,我什麼都沒填)
按儲存後
代碼: 選擇全部
SQL 語法:
CREATE TABLE `bbs` (
)
MySQL 傳回:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1


