Got it working by passing mysql port number and -m option to client.. client/drizzle -m --user=root --port=$1
Thanks.. On Fri, Jun 25, 2010 at 6:00 PM, Prafulla <[email protected]> wrote: > Hi, > I have built drizzle server from Sources and now > I'm trying to connect to it using client using following command. > But it gives me error. > Am I missing some configuration setting ? > [prafu...@prafulla-laptop drizzle] $client/drizzle --user=root --port=9356 > ERROR: > drizzle_state_handshake_server_read:protocol version not supported, > must be MySQL 4.1+ > > > -- > Best Regards, > Prafulla V Tekawade > -- Best Regards, Prafulla V Tekawade _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

