Re: max_user_connections problem after upgrading

2003-11-14 Thread Joe Lewis
Matt W wrote: I guess you'll have to see if it's fixed in the next release (4.0.17). Any clue as to when 4.0.17 will be released? Joe -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: max_user_connections problem after upgrading

2003-11-13 Thread Joe Lewis
William R. Mussatto wrote: Joe Lewis said: We're experiencing the same issues, but not neccesarily after an upgrade. We're using MySQL 4.0.12 and FreeBSD 4.7 Release. We're getting max'd connections only on specific users, and the "show processlist" is return

Re: max_user_connections problem after upgrading

2003-11-12 Thread Joe Lewis
We're experiencing the same issues, but not neccesarily after an upgrade. We're using MySQL 4.0.12 and FreeBSD 4.7 Release. We're getting max'd connections only on specific users, and the "show processlist" is returning only the "show processlist" process. the results of netstat show absolut

Re: Processes Closed, but max_connections exceeded...

2003-11-10 Thread Joe Lewis
T try the flush). Thank you for the pointers. I will see what I can dig up. Thx, Joe Victoria Reznichenko wrote: Joe Lewis <[EMAIL PROTECTED]> wrote: I've got a question for you. I've got a MySQL db running in FreeBSD 4.8, and have encountered the following problem. When I tr

Processes Closed, but max_connections exceeded...

2003-11-06 Thread Joe Lewis
Ladies and Gents; I've got a question for you. I've got a MySQL db running in FreeBSD 4.8, and have encountered the following problem. When I try to connect to a database by a specific user, I get the following response : #mysql -p -u comet Enter password: ERROR 1226: User 'comet' has exceede

Re: Your professional opinion Please...

2003-03-25 Thread Joe Lewis
Peter L. Berghold wrote: On Mon, Mar 24, 2003 at 06:41:07PM -0800, Brian wrote: I have a client with approximately 2 gigabytes of un-indexed document files (includes text and graphics). He wants to be able to enter a few parameters and bring up a list of all [snip] I'd leave them as flat text fil

Re: Can't Load Data Into The Database With "<" Operator

2003-03-19 Thread Joe Lewis
I know DOS doesn't have a "cat" command, so try : type create_president.sql > samp_db Or have I been out of the DOS world too long? Joe Yasen Petrov wrote: Hello, I'm using Win98 OS and MySQL 3.23.39-max. Now, I'm trying to load data from the DOS Prompt into a new database (samp_db): samp_db

Custom Authentication Mechanisms

2003-03-19 Thread Joe Lewis
Hello, all! I would like to alter MySQL in the following manner : - If the standard MySQL [PASSWORD()] fails, use PAM to auth - If the user is authenticated using PAM : - If a database does not exist of the users name, create it - Restrict the datamanipulation to that specific data