Search code examples
macosmysql-workbenchzend-server

MySQL does not list sql file imported tables on a Mac with MySQL Workbench


I am unable to solve this.

I have installed Zend Server on a Mac. I also installed MySQL Workbench. I have imported a SQL Schema from a .sql file to MySQL database via command line. The schema importation was OK, but MySQL Workbench did not show the tables schema.

I also tried to import et via MySQL Workbench with the same result. I tried to change the way to communicate with MySQL from socket to tcp ip and also get the same result.

I test the exact same thing on an Ubuntu installation of Zend Server with MySQL Workbench and all went right.

Does anyone have get this problem solved on a Mac with Zend Sever and MySQL Workbench ?

Any help will be apreiacte.


Solution

  • I uninstalled Zend Server 6.0.0 from my Mac with with the unistaller script : sudo /usr/local/zend/bin/uninstall.sh

    and then installed the updated Zend Server version 6.0.1. After that all works well and now MySQL Workbench is able to fetch tables.