Hi! With the new changes to the protocol modules I mentioned last week, I forgot to mention the change in protocol port options. Previously it was:
drizzled --port=X To set a custom port for the Drizzle protocol. This option has been moved into the modules now, and you should use: drizzled --drizzle-protocol-port=X drizzled --mysql-protocol-port=X To set ports for both protocol modules. You'll need to use the mysql port option if you are also running MySQL on the same machine. -Eric _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

