授權資料庫,給某一個帳號管理
grant 權限 on 資料庫名稱.* to 帳號@主機位置 identified by '密碼';
例:授權本機使用者aaa,來管理資料庫testdb:
grant all on 資料庫名稱.* to 使用者@localhost identified by '密碼';
立即更新權限的指令:
flush privileges
授權資料庫,給某一個帳號管理
grant 權限 on 資料庫名稱.* to 帳號@主機位置 identified by '密碼';
例:授權本機使用者aaa,來管理資料庫testdb:
grant all on 資料庫名稱.* to 使用者@localhost identified by '密碼';
立即更新權限的指令:
flush privileges
建立 OpenWebMail 管理共用通訊錄
共用通訊錄和共用行事曆,的使用方式,就是指定一個帳號來管理。
而這個帳號可以使用已存在的,也可以另外新增。
共用通訊錄存放在 /網頁根目錄/cgi-bin/openwebmail/etc/addressbooks/ 資料夾內,
此資料夾有一個 global 的檔案
-rw-r--r-- 1 root games 0 2005-01-17 20:00 global
Powered by WordPress