EOL of MySQL Query Browser, MySQL Administrator, MySQL Migration Toolkit...
With the beta releases of MySQL Workbench 5.2 well under way, we recently announced the EOL (http://www.mysql.com/support/eol-notice.html) of the MySQL GUI Tools Bundle. via wb.mysql.com Wow, this is...
View ArticleHelp keep the Internet free by saving MySQL (Monty Says)
A big part of the Internet is built on LAMP (Linux, Apache, MySQL and PHP/Perl/Python). Now Oracle is trying to buy Sun, which owns MySQL.It’s not in the Internet users interest that one key piece of...
View ArticleIllegal use of nonvirtual function call in Java / MySQL JConnector
My computer crashed today and after restart none of my Java based application via Tomcat that used MySQL would work. I would get an error like this: Could not verify datasource: java.lang.VerifyError:...
View ArticleMySQL FOUND_ROWS() and OpenBD
We recently switched to OpenBD on a production website and it uses MySQL FOUND_ROWS(). There a couple of things to ensure it works properly on OpenBD. You need to add this setting to the “Connection...
View ArticleSSH Tunnel to Remote MySQL (Port Forwarding)
ssh -f -L 13306:localhost:3306 root@example.com -p 10022 -N We block access to production MySQL servers over port 3306 for security reasons. Here is an example connection string that proxies localhost...
View Article