On Mon, 23 Aug 2010 22:33:25 -0400
Daniel Bartholomew wrote:
Daniel> My current plan is to create a troubleshooting article for the
Daniel> Knowledgebase and then link to it in a reply to the original
Daniel> comment on the mysql client page.
Here's the article I created for the Knowledgebase:
On Mon, 23 Aug 2010 15:17:15 -0700
Justin Swanhart wrote:
Justin> Hi,
Justin>
Justin> To figure out which library is being linked in dynamically (ie,
Justin> the wrong one) use the 'ldd' tool.
Justin>
Justin> ldd $(which mysql) | grep mysql
Justin> or
Justin> ldd /path/to/the/binary | grep mysq
On Tue, 24 Aug 2010 00:06:35 +0200
Sergei Golubchik wrote:
Sergei> Hi, Daniel!
Hello!
Sergei> On Aug 23, Daniel Bartholomew wrote:
Daniel>
Daniel> I saw a comment today from Eric Koh on the Knowledgebase
Daniel> article for the mysql Command-line Client:
Daniel> http://kb.askmonty.org/v/mysql-c
Hi,
To figure out which library is being linked in dynamically (ie, the
wrong one) use the 'ldd' tool.
ldd $(which mysql) | grep mysql
or
ldd /path/to/the/binary | grep mysql
for example:
[justin.swanh...@mybox ~]$ ldd $(which mysql)|grep mysql
libmysqlclient.so.15 => /usr/lib64/mysql/li
Hi, Daniel!
On Aug 23, Daniel Bartholomew wrote:
>
> I saw a comment today from Eric Koh on the Knowledgebase article for the
> mysql Command-line Client:
> http://kb.askmonty.org/v/mysql-command-line-client
>
> -
> mariadb-mysq
I saw a comment today from Eric Koh on the Knowledgebase article for the
mysql Command-line Client:
http://kb.askmonty.org/v/mysql-command-line-client
-
mariadb-mysql command-line problem on CentOS 5.5 i386
I tried these 2 RPMs
M
Hi, Oleg!
On Aug 18, Oleg Tsarev wrote:
>
> Hello,
>
> I don't understand how right work with decimal type.
> As you talk, i change column types from CHAR(...) to DECIMAL in my patch:
> http://www.percona.com/docs/wiki/patches:response_time_distribution
>
> Now i have trouble with decimal preci
7 matches
Mail list logo