欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
EGroupWare
来自开放百科 - 灰狐
(版本间的差异)
第6行: | 第6行: | ||
2. 创建数据库 | 2. 创建数据库 | ||
− | mysqladmin -u root -p create | + | mysqladmin -u root -p create egroupware |
mysql -u root -p | mysql -u root -p | ||
− | mysql>GRANT ALL PRIVILEGES ON | + | mysql>GRANT ALL PRIVILEGES ON egroupware.* TO egroupware@localhost IDENTIFIED BY 'egroupware'; |
mysql>flush privileges; | mysql>flush privileges; | ||
2006年7月23日 (日) 17:46的版本
安装指南
1. 通过安装向导进行安装
http://localhost/egroupware/setup/
2. 创建数据库
mysqladmin -u root -p create egroupware mysql -u root -p mysql>GRANT ALL PRIVILEGES ON egroupware.* TO egroupware@localhost IDENTIFIED BY 'egroupware'; mysql>flush privileges;
3. 下载 header.inc.php文件 放置到 egroupware 目录下, 继续安装
可能出现的错误: IP地址无效, 设置以下选项为空
$GLOBALS['egw_info']['server']['setup_acl'] = ;
相关链接
分享您的观点