Is anyone else having similar problems with 3.23.32 and the show commands?

Only one that seems to work properly is 'show processlist;'



mysql> show databases;
+----------+
| Database |
+----------+
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
|          |
+----------+
9 rows in set (0.00 sec)

mysql> show tables;
Empty set (0.00 sec)

mysql> describe en_wordids;
+--------+-----------------------+------+-----+---------+-------+
| Field  | Type                  | Null | Key | Default | Extra |
+--------+-----------------------+------+-----+---------+-------+
| wordid | int(10) unsigned      |      | MUL | 0       |       |
| id     | mediumint(8) unsigned |      |     | 0       |       |
| count  | tinyint(3) unsigned   |      |     | 0       |       |
+--------+-----------------------+------+-----+---------+-------+
3 rows in set (0.02 sec)

mysql>




-- 
Daniel Bohling
NewsFactor Network


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to