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| ON

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: Terr

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 ha

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: [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, > > > >>mysql> select *,concat_ws('.',oct1,oct2,oct3,oct4) >ip,concat(oct1,'.',oct2,'.',oct3,'.',oc

[BUG] CONCAT_WS + GROUP BY display problem

2002-05-16 Thread Terra
63 | 151 | 144 | 84 | 0 | 1 | .151.144.84 | 63.151.144.84 | | 3425 | 63 | 151 | 144 | 85 | 0 | 1 | .151.144.85 | 63.151.144.85 | As shown above, CONCAT_WS is now displaying properly without being limited to 12 char display... Can anyone confirm if this is a bug or not.