MySQL errors
-
I just downloaded and installed WordPress on my server a few days ago. I’ve gotten my blog setup and everything was working fine until yesterday. First, I got locked out of my account. I followed these instructions for resetting my password:
https://www.tamba2.org.uk/wordpress/phpmyadmin/
They worked like a charm. I also installed a few add-ons: WordPress Widgets, Adsense Widget, and the one to monitor my adsense revenue (can’t remember the name exactly). Now, when I try to log in and admin my blog, I’m getting these following:
WordPress database error: [Lost connection to MySQL server during query]
UPDATE wp_options SET option_value = ‘1173293550’ WHERE option_name = ‘adsensedailytime’WordPress database error: [MySQL server has gone away]
SELECT option_value FROM wp_options WHERE option_name = ‘widget_text’ LIMIT 1WordPress database error: [MySQL server has gone away]
SELECT option_value FROM wp_options WHERE option_name = ‘widget_rss’ LIMIT 1WordPress database error: [MySQL server has gone away]
SELECT option_value FROM wp_options WHERE option_name = ‘sidebars_widgets’ LIMIT 1WordPress database error: [MySQL server has gone away]
SELECT option_value FROM wp_options WHERE option_name = ‘sidebars_widgets’ LIMIT 1WordPress database error: [MySQL server has gone away]
SELECT * FROM wp_users WHERE user_login = ‘admin’WordPress database error: [MySQL server has gone away]
SELECT option_value FROM wp_options WHERE option_name = ‘sidebars_widgets’ LIMIT 1WordPress database error: [MySQL server has gone away]
SELECT * FROM wp_users WHERE user_login = ‘admin’Warning: Cannot modify header information – headers already sent by (output started at /home/content/c/w/i/cwilcoxson/html/wp-includes/wp-db.php:121) in /home/content/c/w/i/cwilcoxson/html/wp-includes/pluggable.php on line 275
I didn’t touch anything in the database when I reset my password, except the password. What does this mean and how do I fix it?
- The topic ‘MySQL errors’ is closed to new replies.