wget http://globalbase.dl.sourceforge.jp/wordpress/25435/wordpress-me220.zip unzip wordpress-me220.zip
mv wordpress/ /webroot/wordpress chmod -R 770 /webroot/wordpress chown -R httpd:httpd /webroot/wordpress
http://localhost/wordpress
mysql -uroot
create database wordpress; grant all privileges on wordpress.* to wordpress@localhost identified by 'password'; FLUSH PRIVILEGES;
PHP Fatal error: Maximum execution time of 30 seconds exceeded
PHP Warning: unpack(): Type V: not enough input, need 4, have 0 in wordpress/wp-includes/gettext.php on line 84, PHP Fatal error: Maximum execution time of 30 seconds exceeded in wordpress/wp-includes/streams.php on line 60, referer: http://localhost/wordpress/wp-admin/setup-config.php?step=2
function readint() {
if ($this->BYTEORDER == 0) {
// low endian
return array_shift($low_end);
} else {
// big endian
return array_shift($big_end);
}
}
http://locahost/wordpress/wp-admin/index.php http://wordpress.com/api-keys
FireBug?