Re: RedHat 8 and mysql-server-3.23.52-3

2002-10-22 Thread Terra Info
I have a RH 7.1 system that is fully patched and it happens to me as well. What is the fix? I am using RH provided binary RPMs so am at mysql-server-3.23.36-1 . Thanks, Tom Egor Egorov wrote: Nicholas, Tuesday, October 22, 2002, 10:11:52 AM, you wrote: NC I have recently installed RedHat 8

Re: Connectiva 7.0

2002-10-22 Thread Terra Info
Before you do that. Try: mysql -u root -p mysql And put in your root password (when prompted) for the machine. The Connectiva installation may have initialized the mysql database with the machine's root password. If so follow the docs to change that, as it is not a good security measure to

Re: RedHat 8 and mysql-server-3.23.52-3

2002-10-22 Thread Terra Info
Got it. It is --skip-name-resolve and that worked around the problem. What should I be on the lookout for to get a real fix? Will there be a patch/update/etc for glibc from RH or is there something that the mysql dev team is coming up with? Thanks, Tom Egor Egorov wrote: Terra, Tuesday

Re: RedHat 8 and mysql-server-3.23.52-3

2002-10-22 Thread Terra Info
PS: mysqladmin does not output this option as one of the available options. [root@terra]# mysqladmin -p variables | grep skip Enter password: | skip_locking

[BUG] CONCAT_WS + GROUP BY display problem

2002-05-16 Thread Terra
being limited to 12 char display... Can anyone confirm if this is a bug or not... Thanks... -- Terra sysAdmin FutureQuest, Inc. http://www.FutureQuest.net - Before posting, please check: http://www.mysql.com/manual.php

Re: [BUG] CONCAT_WS + GROUP BY display problem

2002-05-16 Thread Terra
Hello Alexander, At 11:25 AM 5/16/2002, Alexander Keremidarski wrote: Terra wrote: Greetings, cut mysql select *,concat_ws('.',oct1,oct2,oct3,oct4) ip,concat(oct1,'.',oct2,'.',oct3,'.',oct4) test,count(*) c from ips group by oct1,oct2,oct3,oct4 having c1