mysql5

2006-08-16 Thread Julien TOUCHE
i'm testing mysql on openbsd 4.0 and have the the following problem: # mysqladmin -u root drop phpmyadmin Dropping the database is potentially a very bad thing to do. Any data stored in the database will be destroyed. Do you really want to drop the 'phpmyadmin' database [y/N] y mysqladmin: DROP

Re: mysql5

2006-08-16 Thread Tim Donahue
I had a similar problem yesterday... Try launching mysqld like this: `mysqld_safe --open-files-limit=8192` If that works, you can make that the default in the my.cnf file. Tim Donahue On Wed, 16 Aug 2006 22:51:30 +0200 Julien TOUCHE [EMAIL PROTECTED] wrote: i'm testing mysql on openbsd

Re: mysql5

2006-08-16 Thread Julien TOUCHE
Tim Donahue wrote on 17/08/2006 00:01: I had a similar problem yesterday... Try launching mysqld like this: `mysqld_safe --open-files-limit=8192` that's it. thanks Regards Julien