Hi

On 2007-03-01 Martin RIONDET wrote:
> It seems that the reply I did directly on the bug number had no effect 
> on the bug report.
> 
> I resend my answer to what I hope being a better adress.
I guess your dump was rejected because it was too big. Anyway, I got it.


> REPAIR TABLE
>       -> phpwebgallery_categories;
> +-------------------------------+--------+----------+----------+
> | Table                         | Op     | Msg_type | Msg_text |
> +-------------------------------+--------+----------+----------+
> | wpg2.phpwebgallery_categories | repair | status   | OK       |
> +-------------------------------+--------+----------+----------+
> 1 row in set (0.25 sec)
> 
> mysql> SELECT * FROM phpwebgallery_categories GROUP BY id_uppercat;
> ERROR 2013 (HY000): Lost connection to MySQL server during query
This works for me.

> But I again have the same crash at the same point when I try to update
> categories.
Can you send me this exact UPDATE?


I will report it to the MySQL bug tracking system but in the meantime
try as root:
        # /etc/init.d/mysql stop
        # gdb /usr/sbin/mysqld
        (gdb) run --defaults-file=/etc/mysql/my.cnf
           ... wait until crash ...
        (gdb) backtrace

Oh and try the precompiled binaries you get from dev.mysql.com.

bye,

-christian-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to