Installation Step 2
-
Hi all,
I’m trying to install wp2.0 (not upgrade) and I’m stuck on step 2 with errors like:
WordPress database error: [Table ‘wordpress.options’ doesn’t exist]
INSERT INTO options (option_name, option_value, option_description, autoload) VALUES (‘siteurl’, ‘https://www.xxxxxxxxxxxx.org/wordpress’, ‘WordPress web address’, ‘yes’)This is my own machine, I granted the user ALL privileges and updated wp-config.php, to no avail (names and passwords changed):
mysql> GRANT ALL ON wordpress.* TO ‘username’@’localhost’ IDENTIFIED BY ‘password’;
Any ideas? I checked my php.ini and I don’t have Ioncube installed. This is PHP 5.0.4 and Mysql 4.1.20 on Fedora Core 5.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Installation Step 2’ is closed to new replies.