Strange error message

2001-12-14 Thread James Cox
Hey, We're getting a weird error message on 4.0 alpha: Database error in vBulletin: Link-ID == false, connect failed mysql error: Can't connect to MySQL server on '' (11) mysql error number: 2003 Date: Friday 14th of December 2001 08:36:02 PM Has anyone else experienced this? Thanks, James Co

Re: strange error message

2001-09-30 Thread Colin Faber
run the perror app provided with your distrobution perror 13 Casey Tourangeau wrote: > > Hi, > > I'm using MySQL v3.23.42 with Mac OS 10.1, and whenever I try to > create a database (logged in as root), i get the error "create database > 'name'. (errno: 13)". > > Does anyone h

strange error message

2001-09-29 Thread Casey Tourangeau
Hi, I'm using MySQL v3.23.42 with Mac OS 10.1, and whenever I try to create a database (logged in as root), i get the error "create database 'name'. (errno: 13)". Does anyone have any idea what that might mean? I tried manually instering data into the mysql.* tables, but with

Re: Strange error message

2001-06-10 Thread Benjamin Pflugmann
Hello. On Sun, Jun 10, 2001 at 02:56:45PM +0200, [EMAIL PROTECTED] wrote: > I've got this php script which has three times now halted with this error > message: > > SELECT * FROM eZSession_Session WHERE Hash='' > Table 'eZSession_Session' was not locked with LOCK TABLES Usually, one gets this

Strange error message

2001-06-10 Thread Bård Farstad
Hi All, I've got this php script which has three times now halted with this error message: SELECT * FROM eZSession_Session WHERE Hash='' Table 'eZSession_Session' was not locked with LOCK TABLES After this Apache or MySQL has to be restarted to get contact with the database. I do not underst

Re: Strange error message for create-select query

2001-05-24 Thread Sinisa Milivojevic
brainheap writes: > Hi Sinisa! > > Sinisa Milivojevic wrote: > > > Yes it was. > I used myisamchk -o first > and myisamchk -r next - it repaired indexes as well > > but the result was the same :0( > It was corrupted ?? Can you try again CREATE from SELECT ?? Check out disk space too. Next

re: re: Strange error message for create-select query

2001-05-24 Thread brainheap
Hi Sinisa! Sinisa Milivojevic wrote: > > Then it is very much possible that a table from which you have done > SELECT is corrupted. Check it out. > Yes it was. I used myisamchk -o first and myisamchk -r next - it repaired indexes as well but the result was the same :0( Any other idea? Maybe

Re: Strange error message for create-select query

2001-05-23 Thread Sinisa Milivojevic
alex writes: > Hi ppl! > > I've a strange problem - I'm creating HEAP-type table and filling it > with the result of select query from a relatively big table > (containing ~2187000 records). > > The resulting error message is the following "Got error code 127 from > table handler" > And that's a

Re: Strange error message for create-select query

2001-05-23 Thread alex
Hi ppl! I've a strange problem - I'm creating HEAP-type table and filling it with the result of select query from a relatively big table (containing ~2187000 records). The resulting error message is the following "Got error code 127 from table handler" And that's all :0) I'm just wondering what

[PHP-DB] Re: help - strange error message`

2001-05-03 Thread Peter Pentchev
On Thu, May 03, 2001 at 08:01:11AM -0400, Marc Bragg wrote: > Hi: > > Installed redhat 7.0 and had multiple mysql problems, but php4 from the > disc seemed fine. Updated mysql to 3.23.37, now it works fine, but "php" > gives me: > > PHP Warning: Unable to load dynamic library '/usr/lib/php4/mysq

AW: [PHP-DB] help - strange error message`

2001-05-03 Thread Stefan Siefert
.. stefan Siefert -Ursprungliche Nachricht- Von: Marc Bragg [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 3. Mai 2001 14:01 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: [PHP-DB] help - strange error message` Hi: Installed redhat 7.0 and had multiple mysql problems, but php4 from

[PHP-DB] help - strange error message`

2001-05-03 Thread Marc Bragg
Hi: Installed redhat 7.0 and had multiple mysql problems, but php4 from the disc seemed fine. Updated mysql to 3.23.37, now it works fine, but "php" gives me: PHP Warning: Unable to load dynamic library '/usr/lib/php4/mysql.so' - libmysqlclient.so.9: cannot open shared object file: No such file

Re: Strange Error Message, I need explaination.

2001-04-02 Thread Lindsay Adams
You are logged in as root, but what user is mysqld running as? If you stop the database, you can manually remove the test dir from the datadir. Or fix the permissions on your directories in the datadir, so that mysqld can add/remove directories and files. Look in your my.cnf file to find out wha

Strange Error Message, I need explaination.

2001-04-02 Thread Mike Mike
Hello, When I try to drop a database as follows: mysql> drop database test; I get an error message of ERROR 1010: Error dropping database (can't rmdir './test', errno: 39) How do I fix this problem or even how do I delete the database. I'm using RedHat 6.2 and MySQL version: 3.22.32 and i'm lo