Bug #75324 tables do not show up
Submitted: 28 Dec 2014 19:07 Modified: 28 Dec 2014 19:34
Reporter: Charles Drake Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S5 (Performance)
Version:MYSQL 56 OS:Any
Assigned to: CPU Architecture:Any

[28 Dec 2014 19:07] Charles Drake
Description:
I am using MYSQL 56, I put in the normal create table command, such as: create table genre_id (name varchar(50));

what ends up happening is the below box displays a green check saying the table was created.  However, the table navigator schema display, not only does it not appear under the schema I selected, but also any of the other schemas that have been created.  Any advice or is this a bug?

How to repeat:
anytime I type in table create command
[28 Dec 2014 19:34] MySQL Verification Team
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php

If you can provide more information, feel free to add it to this bug and change the status back to 'Open'.

Thank you for your interest in MySQL.
[28 Dec 2014 19:38] MySQL Verification Team
Forgot to paste:

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.6.22 MySQL Community Server (GPL)

Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> USE test
Database changed
mysql> create table genre_id (name varchar(50));
Query OK, 0 rows affected (0.49 sec)

mysql> SHOW TABLES;
+----------------+
| Tables_in_test |
+----------------+
| genre_id       |
+----------------+
1 row in set (0.00 sec)
[28 Dec 2014 19:46] MySQL Verification Team
Showing table with WorkBench

Attachment: table_on_workbench.png (image/png, text), 36.64 KiB.