text-overflow
參考
http://www.w3schools.com/cssref/css3_pr_text-overflow.asp
MySQL error “Row XXX was cut by GROUP_CONCAT()”
使用 MySQL GROUP_CONCAT時, 會出現錯誤訊息如標題.
這時就要設定MySQL的
SET group_concat_max_len=15000;
15000隨個人需求設定.
參考
http://stackoverflow.com/questions/7208773/mysql-row-30153-was-cut-by-group-concat-error
phpMyAdmin 隱藏資料庫 information_schema
單一隱藏
$cfg['Servers'][$i]['hide_db'] = 'information_schema';
多個隱藏則使用正規表達式
$cfg['Servers'][$i]['hide_db'] = '(information_schema|phpmyadmin|mysql)';
http://wiki.phpmyadmin.net/pma/Talk:Config
訂閱:
文章 (Atom)