MySQL error 1114: The table 'SQL7db1e_0' is full

2001-04-06 Thread Petio Tonev
AS name FROM tb_a AS a LEFT JOIN tb_b AS b ON a.name_sid = b.id AND b.type_id = 1 ORDER BY name ,I receive "MySQL error 1114: The table 'SQL7db1e_0' is full". How I can fix that. Best regards -- Petio Tonev [EMAIL

Re: MySQL error 1114: The table 'SQL7db1e_0' is full

2001-04-06 Thread Gerald Clark
) record on tb_a is 1 and record on tb_b is 1000 When I exec that query: SELECT a.*, b.value AS name FROM tb_a AS a LEFT JOIN tb_b AS b ON a.name_sid = b.id AND b.type_id = 1 ORDER BY name ,I receive "MySQL error 1114: The table 'SQL7db1e_0' is full". How I can fix tha

Re: mysql error 2002e

2001-03-28 Thread Gerald Clark
enclosed in `' and `'). SEND-PR: From: root To: [EMAIL PROTECTED] Subject: [mysql error 2002e)] Description: cannot connect to mysql server, /tmp/mysql.sock is just a blank page. How-To-Repeat: mysqltest reports all 117 tests successful, however, the server will not start

mysql error on Win ME

2001-03-26 Thread Andy Worthington
I am running version 3.23.33 of mysql on Windows ME. Everything was working fine for a while and I recently started getting this error (from a php web page) when doing a select on a table: MySQL Error: 1030(Got error 127 from table handler) I get this through both the web application

RE: mysql error

2001-03-21 Thread Rick Emery
What is the error message? Ensure /var, /var/lib, /var/lib/mysql have these permissions: drwxr-xr-x -Original Message- From: webmaster [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 2:56 PM To: [EMAIL PROTECTED] Subject: mysql error I have suse linux 7.1, I installed mysql

Re: Help for mysql error

2001-03-19 Thread Tõnu Samuel
"J.C. Ting" wrote: I use Mysql for half year. At this moment, I encounter a big problem that I can not query any data from my server. The following is my configuration. Platform: Solaris 2.7 on Sun Ultra2 Mysql version: 3.22.29 Table Name: mailhead; mysql select * from mailhead where

mysql error

2001-03-19 Thread webmaster
I have suse linux 7.1, I installed mysql and php, I tyr to connect to the database and I get a socket error why? is there any kind of special confg? I type mysql on a terminal window and get the error msg, cheers -

Help for mysql error

2001-03-18 Thread J.C. Ting
Dear All, I use Mysql for half year. At this moment, I encounter a big problem that I can not query any data from my server. The following is my configuration. Platform: Solaris 2.7 on Sun Ultra2 Mysql version: 3.22.29 Table Name: mailhead; Record count: 2003478 Status: mysql select

mySQL error ?

2001-03-12 Thread TranceMaster
I couldn't connect to mysql server, beacuse it said that user root@localhost couldn't connect (?!) but before that I did something with the grant tables, I don't remeber what? But I made one cgi that used tables, but it coonected to the mysql server as root user and a password, and it perfectly

Re: mySQL error ?

2001-03-12 Thread Boulat Khakimov
TranceMaster wrote: I couldn't connect to mysql server, beacuse it said that user root@localhost couldn't connect (?!) but before that I did something with the grant tables, I don't remeber what? But I made one cgi that used tables, but it coonected to the mysql server as root user and a

Re: Mysql ERROR

2001-02-27 Thread Ryan Snow
When ever i add a new number i get a processing form error in the SQL statements? tells me to report this error? does anyone know what is going on happens when i try to add a new item to the database. - Before posting, please

MySQL error 2002

2001-02-09 Thread Wael O. Elrifai
I am getting this error ERROR 2002: Can't connect to local MySql server through socket '/var/lib/mysql/mysql.sock' (111) I am running redhat 7, apache, and PHP on this machine. It is preventing me from starting the sql server, however, I'm able to bypass this with safe_mysqld

<    1   2   3   4