MySQL Forums
Forum List  »  MySQL Workbench

Re: Switching to MYSQLI
Posted by: Mike Lischke
Date: October 12, 2015 01:38AM

Hi Michael,

I wonder who told you to use mysqli with MySQL Workbench, as this is nonsense. Mysqli is a php module to connect to MySQL (kinda php connector, similar to other connectors we have like connector/c, conn/c++, conn/.net, conn/j etc.).

Since MySQL Workbench is a C++ application it uses conn/c++ and this cannot be changed in any way. Additionally, the migration module can use ODBC to connect to source servers to migrate to MySQL.

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/



Edited 1 time(s). Last edit at 10/15/2015 12:47AM by Mike Lischke.

Options: ReplyQuote


Subject
Views
Written By
Posted
1317
October 09, 2015 02:12PM
Re: Switching to MYSQLI
552
October 12, 2015 01:38AM
610
October 14, 2015 07:41PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.