Another (minor) problem with the otherwise excellent DBDesigner is that it uses MySQL old passwords. This means that once you create your MySQL User, you then need to run the following sql before you can connect with DBDesigner:
SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd'); Also worth noting: DBDesigner is no longer actively developed. It's functionality is being incorporated into the MySQL GUI tools. Check out the MySQL Workbench tool ( http://dev.mysql.com/downloads/gui-tools/5.0.html ) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---