Hello Dirk, Happy New Year to You too! My question was more about versions (ie, if Alpha 7.05.00.08 MaxDB proxy would connect to Production 7.05.00.05 database). I tried, among a lot of other combinations, the command line parameters you suggested, but still mysql complained that "No database is selected".
Regards, -Andris ----- Original Message ----- From: "Thomsen, Dirk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 06, 2004 10:21 AM Subject: RE: Problems with MaxDBProxy Hello and a happy new year to everyone! There were several questions on this list regarding the MaxDBProxy. First of all if the proxy is started the database it should connect must be specified. E.g.: >MaxDBProxy --console --dbserver="p861971" --dbname="TestDB" TestDB is the MaxDB-Database, p861971 the server it runs on. If the database server and the proxy run on the same machine (which is recommended) you need not to specify the server. After that you can run mysql as normal exept you have to specify user/password: >mysql --user="DBA" --password="DBA" Regarding sql translation (mysql to maxdb) please see my answer from december 18th "RE: Developer Question MAXDB/MYSQL maxdb-Proxy and auth_mysql". Kind regards, Dirk -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
