UPDATE command denied to user
-
When I try to save a story I’ve just written, I get the error message below. I’m using wordpress 1.5 and have had no problems until tonight. I called my provider and the database is okay. I’ve had no problems with my ftp either. So I’m guessing this is a problem with the files called “wp_posts” and “wp_option” which I don’t even have as far as I can tell. Can anyone help with this? error message below…
WordPress database error: [INSERT command denied to user ‘username’@’server’ for table ‘wp_posts’]
INSERT INTO wp_posts (ID, post_author, post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_password, post_name, to_ping, post_modified, post_modified_gmt, post_parent, menu_order) VALUES (‘460’, ‘1’, ‘2006-10-05 18:30:49’, ‘2006-10-05 23:30:49’, ‘test’, ‘test’, ”, ‘draft’, ‘open’, ‘open’, ”, ‘test’, ”, ‘2006-10-05 18:30:49’, ‘2006-10-05 23:30:49’, ‘0’, ‘0’)Warning: Cannot modify header information – headers already sent by (output started at /home/cust1/username/html/wordpress/wp-includes/wp-db.php:98) in /home/cust1/user1122847/html/wordpress/wp-admin/post.php on line 153
WordPress database error: [INSERT command denied to user ‘username’@’servername’ for table ‘wp_post2cat’]
INSERT INTO wp_post2cat (post_id, category_id) VALUES (460, 9)WordPress database error: [UPDATE command denied to user ‘username’@’servername’ for table ‘wp_posts’]
UPDATE wp_posts SET guid = ‘https://www.finktank3000.com/wordpress/?p=’ WHERE ID = ‘460’
- The topic ‘UPDATE command denied to user’ is closed to new replies.