databases deleted?

Status
Not open for further replies.

mlavadia70

New Member
Messages
15
Reaction score
0
Points
0
I'm on boru.. and is there something wrong with the mysql databases?

i have a wordpress site at http://mel.lavadia.com and everything is there, the plugins, the themes, all the media uploads... but everything that uses databases are gone -- posts, pages, comments.

is this a temporary problem? because about 3 hours ago, everything was fine.
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
mysql> SHOW TABLES;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 2032467
Current database: meldita_wrdp1

+-------------------------+
| Tables_in_meldita_wrdp1 |
+-------------------------+
| wp_commentmeta |
| wp_comments |
| wp_flickpress |
| wp_links |
| wp_options |
| wp_postmeta |
| wp_posts |
| wp_silas_flickr_cache |
| wp_term_relationships |
| wp_term_taxonomy |
| wp_terms |
| wp_usermeta |
| wp_users |
| wpsd_trends |
+-------------------------+
14 rows in set (0.10 sec)

mysql>SELECT COUNT(*) FROM wp_posts;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 2033136
Current database: meldita_wrdp1

+----------+
| COUNT(*) |
+----------+
| 231 |
+----------+
1 row in set (0.01 sec)

Same is for everything else. Does logging into your admin panel show the posts, etc?
 
Status
Not open for further replies.
Top