欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PHP-Calendar
来自开放百科 - 灰狐
(版本间的差异)
第1行: | 第1行: | ||
− | |||
==安装指南== | ==安装指南== | ||
第10行: | 第9行: | ||
touch config.php | touch config.php | ||
chmod 666 config.php | chmod 666 config.php | ||
+ | 创建数据库 | ||
+ | mysqladmin -u root -p create calendar | ||
+ | mysql -u root -p | ||
+ | mysql>GRANT ALL PRIVILEGES ON calendar.* TO calendar@localhost IDENTIFIED BY 'calendar'; | ||
+ | mysql>flush privileges; | ||
+ | 安装向导 | ||
http://localhost/calendar/install.php | http://localhost/calendar/install.php | ||
+ | delete install.php and chmod 444 config.php | ||
http://php-calendar.sourceforge.net/ | http://php-calendar.sourceforge.net/ |
2006年8月25日 (五) 12:51的版本
安装指南
获得 http://sourceforge.net/project/showfiles.php?group_id=46800 tar zxvf php-calendar-x.y.tar.gz mv php-calendar-x.y calendar cd calendar 获得 adodb http://sourceforge.net/project/showfiles.php?group_id=42718 tar zxvf adodb491.tgz touch config.php chmod 666 config.php
创建数据库
mysqladmin -u root -p create calendar mysql -u root -p mysql>GRANT ALL PRIVILEGES ON calendar.* TO calendar@localhost IDENTIFIED BY 'calendar'; mysql>flush privileges;
安装向导
http://localhost/calendar/install.php delete install.php and chmod 444 config.php
分享您的观点