Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Invisible Table

Author  Topic 

belfrog
Starting Member

2 Posts

Posted - 2008-12-29 : 19:28:45
Hello, this have happen.

Im using phpMyAdmin on some server pace i bought, I got a working Wordpress going on and then the Admin of the sql server began to update. And now I cant see my old Wordpress Tables, I have to search and then they show them selfs, If i search for info inside an Wordpress Table it replies with some existing content, but when i do an mysql command like "SELECT * FROM Wp_Posts" they say "#1146 - Table 'Example.wp_posts' doesn't exist"

I don't understand how I can get replies from a search in the table even if It dosent exist

Thanks for any help I can get.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-12-29 : 19:32:18
Are you using Microsoft SQL Server as the backend? I don't think you are since you mentioned phyMyAdmin.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

belfrog
Starting Member

2 Posts

Posted - 2008-12-30 : 05:53:12
quote:
Originally posted by tkizer

Are you using Microsoft SQL Server as the backend? I don't think you are since you mentioned phyMyAdmin.


I think you are right, Is there any problem like this? Because the post data has been collected in one year, and the backup sysstem fails if i try to extract, it lefts out the old half invisible old Wordpress tables.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-12-30 : 12:08:26
If you aren't using Microsoft SQL Server as your backend, then I'd suggest posting your questions on a forum that specializes in the backend that you are using. SQLTeam.com is for Microsoft SQL Server.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -