Forum Moderators: open

Message Too Old, No Replies

Got error 12 from storage engine

mysql error on group by queries

         

Jaunty Edward

9:18 am on Jul 31, 2006 (gmt 0)

10+ Year Member



Hi,

I have been struggling with this error from a very long time. I have niticed this when I run queries that uses group by.

These queries are simple queries that work on the local server and were working on the online server as well, now suddenly they are returning these errors.

one such query is:

SELECT id, username, fname, email
FROM table
group by email

I get the error from my php scripts, mysql front and even phpmyadmin.

I am running mysql 4.1.18 on a linux server with cpanel on a Pentium 4 2.4 Ghz server with 1 GB ram.

I have the root access to the server.

Kindly give some suggestion.
Thanks
Jaunty Edward

FalseDawn

5:45 pm on Aug 1, 2006 (gmt 0)

10+ Year Member



It seems to be a memory allocation error.
Try restarting the MySql service and checking your server memory resources.