Well, I can see the database (wordpress235) through the mySql commandline. When I there request for SHOW tables I do see all the wp_… tables, however when doing a SELECT * FROM wp_posts I’m getting the error (1146) table does not exists. Also on the windows file system I do see the wp_posts.frm file within the database within the mySQL data storage. Meanwhile I found out another weird thing, when copy the wp_posts.frm to another wordpressxxx database, I would expect that nothing will be showing up there either, but to my amazing then still the content of the wordpressxxx.wp_posts shows up there. I’m quite lost!