mysql client(s)

2011-08-11 Thread Dick Hoogendijk
PhpMyAdmin shows: Server: Localhost via UNIX socket Server version: 5.5.15 Protocol version: 10 User: root@localhost MySQL charset: UTF-8 Unicode (utf8) Apache/2.2.19 (FreeBSD) mod_ssl/2.2.19 OpenSSL/0.9.8q DAV/2 PHP/5.3.6 with Suhosin-Patch MySQL client version: mysqlnd

Re: mysql client(s)

2011-08-11 Thread Ruben de Groot
Unicode (utf8) Apache/2.2.19 (FreeBSD) mod_ssl/2.2.19 OpenSSL/0.9.8q DAV/2 PHP/5.3.6 with Suhosin-Patch MySQL client version: mysqlnd 5.0.8-dev - 20102224 - $Revision: 308673 $ I don't understand the client version thing. I have mysql-client-5.5.15 installed too. *Why* does PhpMyAdmin

Re: mysql client

2008-04-20 Thread Maxim Khitrov
On Sat, Feb 16, 2008 at 12:57 PM, Peter Boosten [EMAIL PROTECTED] wrote: Hi all, Just after upgrading the mysql client to mysql-client-5.1.23 on 6.3, it seems that it's completely ignoring ~/.my.cnf. Anyone else has this problem? Peter I just ran into the same problem on 7.0

mysql client

2008-02-16 Thread Peter Boosten
Hi all, Just after upgrading the mysql client to mysql-client-5.1.23 on 6.3, it seems that it's completely ignoring ~/.my.cnf. Anyone else has this problem? Peter -- http://www.boosten.org ___ freebsd-questions@freebsd.org mailing list http

Re: stop portmanager from building mysql-client-4.1.22

2007-07-27 Thread Adam J Richardson
Gerard wrote: On July 25, 2007 at 12:14PM Noah wrote: Even with the following IGNORE settings mysql-4.1.22 is still attempting to be built. # grep IGNORE /usr/local/etc/portmanager/pm-020.conf #IGNORE|editors/openoffice*| #IGNORE|java/jdk14| IGNORE|www/apache13| IGNORE|www/apache13*|

Re: stop portmanager from building mysql-client-4.1.22

2007-07-25 Thread Noah
*| IGNORE|databases/mysql4*| IGNORE|databases/mysql3*| IGNORE|databases/postgresql*| but still mysql-client-4.1.22 is being installed. $ pkg_info | grep portmanager portmanager-0.4.1_9 FreeBSD installed ports status and safe update utility Try: IGNORE|databases/mysql4*-client| This should

Re[2]: stop portmanager from building mysql-client-4.1.22

2007-07-25 Thread Gerard
On July 25, 2007 at 12:14PM Noah wrote: Even with the following IGNORE settings mysql-4.1.22 is still attempting to be built. # grep IGNORE /usr/local/etc/portmanager/pm-020.conf #IGNORE|editors/openoffice*| #IGNORE|java/jdk14| IGNORE|www/apache13| IGNORE|www/apache13*|

stop portmanager from building mysql-client-4.1.22

2007-07-20 Thread Noah
Hi there, I am attempting to stop portmanager from installing mysql-client-4.1.22 so I added the following lines to my portmanager config file. $ grep IGNORE /usr/local/etc/portmanager/pm-020.conf #IGNORE|editors/openoffice*| #IGNORE|java/jdk14| IGNORE|www/apache13| IGNORE|www/apache13*| IGNORE

Re: stop portmanager from building mysql-client-4.1.22

2007-07-20 Thread Gerard
On July 20, 2007 at 01:09PM Noah wrote: Hi there, I am attempting to stop portmanager from installing mysql-client-4.1.22 so I added the following lines to my portmanager config file. $ grep IGNORE /usr/local/etc/portmanager/pm-020.conf #IGNORE|editors/openoffice*| #IGNORE|java/jdk14

upgrading mysql client and server

2006-09-02 Thread Dave
Hello, I've got mysql server and client v4.1 running on a FreeBSD6.x box. They were installed via ports not packages using custom make options which i have in portupgrade's pkgtools.conf file. I now would like to upgrade both of them to v5, without causing dependency issues with installed

Re: upgrading mysql client and server

2006-09-02 Thread Matthew Seaman
is also in 5.0.x (but the converse is not true). On disk data formats may be slightly changed, but you should be able to run the mysql_upgrade script to convert everything to 5.0.x style. mysql_upgrade comes as part of the mysql-client-5.0.x port/package You should

Build Backwards Compatible MySQL Client Libs

2006-02-23 Thread Don O'Neil
Hi all... I have some OLD programs I don't have the source for that were built with the MySQL 3.23.55 client libraries. They still work great, even when using those libraries to connect to 4.1.18 Mysql (I have a copy of the old lib in the new lib dir) However, is there some way I can build a

Re: FreeBSD Port: mysql-client-4.0.21

2005-09-14 Thread Greg 'groggy' Lehey
, Michael Wright wrote: I'm having problems with getting mysql client and server on a FreeBSD 5.3-RELEASE machine. It would help to know, of course, where you (Michael) are trying to fetch it from. Which port exactly are you trying to build, and what is the fetch failure message? FWIW the current

MySQL client only

2005-04-07 Thread Irina
Hello at FreeBSD list. I am having a problem with MySQL on a server. When I access MySQL server 4.1.10 from a C program (or on the command line), I have this ERROR 1043: Bad handshake It says I should upgrade my client on this server. Trying to do so by doing Updated ports/database

Re: MySQL client only

2005-04-07 Thread Subhro
Irina wrote: snip Not sure what to do. Or, may be my mistake was that I CVSUPed only ports/databases? Partial updates are never a good idea. However in this case it seems to me as if your link is givig you problems. Can you access other things on the internet? Regards S.

Re: Mysql Client and Freebsd 5.2-RELEASE

2004-07-14 Thread Matthew Seaman
On Tue, Jul 13, 2004 at 02:48:19PM -0700, Jon Lyons wrote: I've been trying without success to get the mysql client(any version) built from ports collection to connect to a remote mysql server, get Lost connection to MySQL server. I've read the mysql site, google, but it's only a problem

Re: Mysql Client and Freebsd 5.2-RELEASE

2004-07-14 Thread Jon Lyons
[EMAIL PROTECTED] wrote: On Tue, Jul 13, 2004 at 02:48:19PM -0700, Jon Lyons wrote: I've been trying without success to get the mysql client(any version) built from ports collection to connect to a remote mysql server, get Lost connection to MySQL server. I've read the mysql site

Mysql Client and Freebsd 5.2-RELEASE

2004-07-13 Thread Jon Lyons
Hi, I've been trying without success to get the mysql client(any version) built from ports collection to connect to a remote mysql server, get Lost connection to MySQL server. I've read the mysql site, google, but it's only a problem on my 5.2 machine. Locally the client works fine, and other