Oscar Picasso wrote :

>
>Hi,
>
>I need to connect concurrently several times using the same user.
>
>Especially with an application that does connection pooling 
>and open several
>connections with the same user/password.
>
>I always get an 'User already connected' exception.
>
>How can I allow MaxDB to accept concurrent connections for the 
>same user?
>
>Thanks
>

Please execute the following statement under the account of the
owner of the user :

ALTER USER <user name> NOT EXCLUSIVE

(http://dev.mysql.com/doc/maxdb/en/48/f0dab1225811d3a97d00a0c9449261/frameset.htm)

Thomas

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to