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]

Reply via email to