MySQL Forums
Forum List  »  MySQL Workbench

Re: Switching to MYSQLI
Posted by: Philip Olson
Date: October 14, 2015 07:41PM

PHP usage is unrelated to MySQL Workbench. However, the PHP plugin within Workbench does generate PHP code that uses the mysqli PHP extension. But, that's the only role by MySQL Workbench, is to provide simple code snippets that you can edit and use elsewhere (in your PHP application, perhaps).

You must check and see if your web server has PHP enabled, and if so, check if it has the mysqli extension enabled. If it's old then it might have the older extension, or perhaps it has PDO_MySQL enabled, this is something you must find out. Ask your web hosting provider or check phpinfo().

Bottom line: this topic goes beyond MySQL Workbench. :)

Options: ReplyQuote


Subject
Views
Written By
Posted
1308
October 09, 2015 02:12PM
548
October 12, 2015 01:38AM
Re: Switching to MYSQLI
604
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.