欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
WordPress
来自开放百科 - 灰狐
(版本间的差异)
第2行: | 第2行: | ||
==安装指南== | ==安装指南== | ||
− | + | 创建数据库 | |
+ | mysqladmin -u root -p create wordpress 或 | ||
+ | mysql>create database wordpress; | ||
+ | mysql>GRANT ALL PRIVILEGES ON wordpress.* TO wordpress@localhost IDENTIFIED BY 'wordpress'; | ||
+ | mysql>flush privileges; | ||
==相关链接== | ==相关链接== | ||
*http://wordpress.org/ | *http://wordpress.org/ |
2006年7月20日 (四) 18:32的版本
安装指南
创建数据库
mysqladmin -u root -p create wordpress 或 mysql>create database wordpress; mysql>GRANT ALL PRIVILEGES ON wordpress.* TO wordpress@localhost IDENTIFIED BY 'wordpress'; mysql>flush privileges;
相关链接
- http://wordpress.org/
- WordPress中文文档 http://codex.wordpress.org.cn/
分享您的观点