Alex Kirk writes:
> > What version of MySQL are you using and is it our binary ??
> 
> It's 3.23.37. I built it from source on my OpenBSD-2.9 box (i386 
> architecture). It didn't appear to have any trouble when I built it. 
> 
> > 
> > Also check the integrity in mysql database with CHECK TABLE.
> 
> mysql> check table user;
> +------------+-------+----------+----------+
> | Table      | Op    | Msg_type | Msg_text |
> +------------+-------+----------+----------+
> | mysql.user | check | status   | OK       |
> +------------+-------+----------+----------+
> 1 row in set (0.05 sec) 
> 
> All the other tables in MySQL show up with equivalent resutls. 
> 
> Hmmm...that seems OK to me...but then again, I can't really say much, since 
> I don't really know. 
> 
> Any further tests I should run? 
> 
> Thanks,
> Alex Kirk

Looks like an error in compilation. Use gcc 2.95.2 and build it again
as per instructions in our manual, section on OpenBSD.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to