Freedom, economy and information technology.
Random header image... Refresh for more!

MySQL Installing MySQL on Mac OS X

If you’re trying to use MySQL with phpMyAdmin, you’ve set up the phpMyAdmin’s config.inc.php, and you’re getting an error saying “Client does not support authentication protocol requested by server; consider upgrading MySQL client”, you need to set the password on the mysql command line using the OLD_PASSWORD(‘password’) routine.

For example:

tcsh: mysql

mysql> SET PASSWORD FOR root@localhost = OLD_PASSWORD(‘mypassword’);

via MySQL :: MySQL 5.0 Reference Manual :: 2.11 Installing MySQL on Mac OS X.

October 26, 2009   No Comments

The destiny of MySQL?

Slashdot underlines there are too much forks of MySQL on the way.

After leaving MySQL, Michael “Monty” Widenius started its own code fork, backed up with a company.

The nerds think the destiny of MySQL is unclear, but it is still too early to get a clear vision.

After acquisition of Sun by Oracle, it is difficult to see a future for MySQL.
Oracle has already a “non-commercial” developer-based license of Oracle, and there will be little interest in maintaining a competitor. The two forks above was an early signs of “brains escape” from MySQL.

Anyway, we will go forward to see what will happen.

April 21, 2009   No Comments