Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Got error 12 from storage engine

2 views
Skip to first unread message

ljian

unread,
Nov 26, 2009, 4:54:01 AM11/26/09
to
mysql> show variables;
ERROR 1030 (HY000): Got error 12 from storage engine
mysql> show databases;
ERROR 1030 (HY000): Got error 12 from storage engine
mysql> show status;
ERROR 1030 (HY000): Got error 12 from storage engine
mysql> select * from mysql.user limit 1;
+-----------+------+-------------------------------------------
+-------------+-------------+-------------+-------------+-------------
+-----------+-------------+---------------+--------------+-----------
+------------+-----------------+------------+------------
+--------------+------------+-----------------------+------------------
+--------------+-----------------+------------------+------------------
+----------------+---------------------+--------------------
+------------------+----------+------------+-------------
+--------------+---------------+-------------+-----------------
+----------------------+
| Host | User | Password |
Select_priv | Insert_priv | Update_priv | Delete_priv | Create_priv |
Drop_priv | Reload_priv | Shutdown_priv | Process_priv | File_priv |
Grant_priv | References_priv | Index_priv | Alter_priv | Show_db_priv
| Super_priv | Create_tmp_table_priv | Lock_tables_priv | Execute_priv
| Repl_slave_priv | Repl_client_priv | Create_view_priv |
Show_view_priv | Create_routine_priv | Alter_routine_priv |
Create_user_priv | ssl_type | ssl_cipher | x509_issuer | x509_subject
| max_questions | max_updates | max_connections | max_user_connections
|
+-----------+------+-------------------------------------------
+-------------+-------------+-------------+-------------+-------------
+-----------+-------------+---------------+--------------+-----------
+------------+-----------------+------------+------------
+--------------+------------+-----------------------+------------------
+--------------+-----------------+------------------+------------------
+----------------+---------------------+--------------------
+------------------+----------+------------+-------------
+--------------+---------------+-------------+-----------------
+----------------------+
| localhost | root | *A0C89EBA55DB53A0AD977FE2CBFC9D3D74D2A449 |
Y | Y | Y | Y | Y |
Y | Y | Y | Y | Y |
Y | Y | Y | Y | Y
| Y | Y | Y | Y
| Y | Y | Y |
Y | Y | Y |
Y | | | |
| 0 | 0 | 0 | 0
|
+-----------+------+-------------------------------------------
+-------------+-------------+-------------+-------------+-------------
+-----------+-------------+---------------+--------------+-----------
+------------+-----------------+------------+------------
+--------------+------------+-----------------------+------------------
+--------------+-----------------+------------------+------------------
+----------------+---------------------+--------------------
+------------------+----------+------------+-------------
+--------------+---------------+-------------+-----------------
+----------------------+
1 row in set (0.02 sec)

i have tried set several variables
like:sort_buffer_size,read_buffer_size,join_buffer_size,key_buffer_size
at least 64M,but i still got error above,what's the problem? anyone
who gives suggestions will be appreciated!

Johannes Keßler

unread,
Nov 26, 2009, 5:56:30 AM11/26/09
to
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

ljian wrote:
> mysql> show variables;
> (snip)


> i have tried set several variables
> like:sort_buffer_size,read_buffer_size,join_buffer_size,key_buffer_size
> at least 64M,but i still got error above,what's the problem? anyone
> who gives suggestions will be appreciated!

Hello,

as far as I know it could be something like this:

http://forums.mysql.com/read.php?21,71414,71667#msg-71667

regards,
johannes keßler
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.13 (GNU/Linux)

iEYEARECAAYFAksOXt4ACgkQE++2Zdc7EtezWwCglatVV+kB/dL3k1zWNhPLBghR
+8QAoIDvwbkwU4Ux2B1zmJPkDcofnyVI
=kF03
-----END PGP SIGNATURE-----

Jerry Stuckle

unread,
Nov 26, 2009, 8:23:59 AM11/26/09
to

The error indicates the OS can't satisfy a memory request. You need to
decrease the amount of memory MySQL can use, not increase it.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================

0 new messages