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