Oracle 5.0 Reference Manual page 2976

Table of Contents

Advertisement

See also
Section C.5.2.9,
C.5.2.12.
The table is full
If a table-full error occurs, it may be that the disk is full or that the table has reached its maximum size.
The effective maximum table size for MySQL databases is usually determined by operating system
constraints on file sizes, not by MySQL internal limits. See
This error can occur sometimes for MySQL Cluster tables even when there appears to be more than
sufficient data memory available. See the documentation for the
data node configuration parameter, as well as
Replicas, and
C.5.2.13.
Can't create/write to file
If you get an error of the following type for some queries, it means that MySQL cannot create a
temporary file for the result set in the temporary directory:
Can't create/write to file '\\sqla3fe_0.ism'.
The preceding error is a typical message for Windows; the Unix message is similar.
One fix is to start
section of your option file. For example, to specify a directory of C:\temp, use these lines:
[mysqld]
tmpdir=C:/temp
The
C:\temp
Section 4.2.3.3, "Using Option
Another cause of this error can be permissions issues. Make sure that the MySQL server can write to
the
tmpdir
Check also the error code that you get with perror. One reason the server cannot write to a table is
that the file system is full:
shell>
perror 28
OS error code
If you get an error of the following type during startup, it indicates that the file system or directory used
for storing data files is write protected. Providing the write error is to a test file, This error is not serious
and can be safely ignored.
Can't create test file /usr/local/mysql/data/master.lower-test
C.5.2.14.
Commands out of sync
If you get
Commands out of sync; you can't run this command now
you are calling client functions in the wrong order.
This can happen, for example, if you are using
before you have called mysql_free_result(). It can also happen if you try to execute two queries
that return data without calling
C.5.2.15.
Ignoring user
If you get the following error, it means that when
tables, it found an account in the
Found wrong password for user 'some_user'@'some_host'; ignoring user
Common Errors When Using MySQL Programs
"MySQL server has gone
Partitions", for more information.
with the
mysqld
--tmpdir
directory must exist and have sufficient space for the MySQL server to write to. See
Files".
[502]
directory.
28:
No space left on device
mysql_use_result()
user
away".
Section E.7.3, "Limits on Table
Section 17.1.2, "MySQL Cluster Nodes, Node Groups,
[424]
option or to add the option to the
mysql_use_result()
or
mysql_store_result()
was started or when it reloaded the grant
mysqld
table that had an invalid password.
2956
[1559]
MySQL Cluster
DataMemory
[mysqld]
in your client code,
and try to execute a new query
in between.
Size".

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents