• I tried to write a function to get some infos from the database, such as size and so on. What is the correct query? I tried things like
    $sql = "SHOW TABLE STATUS FROM $wpdb";, but $sql is only filled with stuff, if I put in the real name of the database. Where is my little error?

Viewing 1 replies (of 1 total)
  • Thread Starter redunzl

    (@redunzl)

    I mean, I’m just looking for the (name of the) variable which gives me the realname of the database. That’s it! $wpdb is the class, not the db. No idea?

Viewing 1 replies (of 1 total)
  • The topic ‘Function for DB-Information’ is closed to new replies.