Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-24 Thread Moon's Father
Maybe you should set your old_passwords = on.

On Fri, Oct 17, 2008 at 4:36 PM, Sudhir Menon [EMAIL PROTECTED] wrote:

 Hi Ujang

 I could reproduce the same error mentioned by you in the actual post even
 after having all of the packages for MySQL.  Figuring out the what could be
 the problem .

 Thanks  Regards
 Sudhir Menon




-- 
I'm a MySQL DBA in china.
More about me just visit here:
http://yueliangdao0608.cublog.cn


Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-17 Thread Sudhir Menon
Hi Ujang

I could reproduce the same error mentioned by you in the actual post even
after having all of the packages for MySQL.  Figuring out the what could be
the problem .

Thanks  Regards
Sudhir Menon


Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-16 Thread Ujang Jaenudin
on this machine there are libs from solaris package...

bash-3.00# pkginfo | grep mysql
system  SUNWmysqlr   mysql - MySQL Database
Management System (root component)
system  SUNWmysqlt   mysql - MySQL Database
Management System (test component)
system  SUNWmysqlu   mysql - MySQL Database
Management System (usr component)
application mysqlMySQL Community Server (GPL)

is this libmysqlclient v4?

bash-3.00$ ldd /usr/local/bin/super-smack
libmysqlclient.so.12 =  /usr/sfw/lib/libmysqlclient.so.12
libcrypt_d.so.1 =   /usr/lib/libcrypt_d.so.1
libsocket.so.1 =/usr/lib/libsocket.so.1
libnsl.so.1 =   /usr/lib/libnsl.so.1
libstdc++.so.6 =/usr/sfw/lib/libstdc++.so.6
libm.so.2 = /usr/lib/libm.so.2
libgcc_s.so.1 = /usr/sfw/lib/libgcc_s.so.1
libc.so.1 = /usr/lib/libc.so.1
libz.so.1 = /usr/lib/libz.so.1
librt.so.1 =/usr/lib/librt.so.1
libcrypt_i.so.1 =   /usr/lib/libcrypt_i.so.1
libgen.so.1 =   /usr/lib/libgen.so.1
libmp.so.2 =/usr/lib/libmp.so.2
libmd.so.1 =/usr/lib/libmd.so.1
libscf.so.1 =   /usr/lib/libscf.so.1
libaio.so.1 =   /usr/lib/libaio.so.1
libdoor.so.1 =  /usr/lib/libdoor.so.1
libuutil.so.1 = /usr/lib/libuutil.so.1

-- 
thanks and regards
ujang | oracle dba
jakarta | http://ora62.wordpress.com

On Wed, Oct 15, 2008 at 12:18 AM, Sudhir Menon [EMAIL PROTECTED] wrote:
 Hi,

 Kindly ignore my first post, as that link was with respect to compiling
 super-smack on Solaris, which i found useful.

 As far as the problem is concerned can u check the below

 1. Check if you have mysql4client package installed.
 2. If then install mysql5client
 3. Ensure that the binaries and .so files are in PATH.
 4. Recompile super-smack again.

 I am using a CSW package other than the default SUNW package, let me see if
 i could reproduce the problem.



 Thanks  Regards
 Sudhir


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-16 Thread Sudhir Menon
Kindly check with the below commands, u will get the details of the package.

pkginfo SUNWmysqlu
system  SUNWmysqlu mysql - MySQL Database Management System (usr
component)
[EMAIL PROTECTED] # pkginfo -l SUNWmysqlu
   PKGINST:  SUNWmysqlu
  NAME:  mysql - MySQL Database Management System (usr component)
  CATEGORY:  system
  ARCH:  sparc
   VERSION:  11.10.0,REV=2005.01.08.05.16
   BASEDIR:  /
VENDOR:  Sun Microsystems, Inc.
  DESC:  mysql - MySQL Database Management System (usr component)
4.0.24   
PSTAMP:  sfw10-patch20050627114310
  INSTDATE:  Sep 23 2008 18:59
   HOTLINE:  Please contact your local service provider
STATUS:  completely installed
 FILES:  176 installed pathnames
   6 shared pathnames
  31 directories
  47 executables
   17634 blocks used (approx)

--

pkgchk -l SUNWmysqlu


Part of the output


*Pathname: /usr/sfw/lib/libmysqlclient.so.12*
Type: symbolic link
Source of link: libmysqlclient.so.12.0.0
Referenced by the following packages:
SUNWmysqlu
Current status: installed





pkgchk -l *CSWmysql5rt *     Package that contains the library
in my system.

*Pathname: /opt/csw/mysql5/lib/mysql/libmysqlclient.so.15*
Type: symbolic link
Source of link: libmysqlclient.so.15.0.0
Referenced by the following packages:
CSWmysql5rt
Current status: installed


Thanks  Regards
Sudhir Menon


Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-14 Thread Sudhir Menon
Hope this link has some workaround.


http://mysqldatabaseadministration.blogspot.com/2006/10/mysql-benchmarking-4-compiling-super.html

Meanwhile i do check out.


Thanks  Regards
Sudhir Menon


super-smack on mysql 5.0 solaris 10 x86_64

2008-10-14 Thread Ujang Jaenudin
all,

does anyone has successful installing super-smack on solaris 10 x86_64
with mysql 5.0.
I have installed, but when will doing stress testing, always
complaining that client should be upgraded

$ super-smack select-key.smack 30 1
super-smack: aborting because of a database error: Client does not
support authentication protocol requested by server; consider
upgrading MySQL client


any idea?

-- 
thanks and regards
ujang | oracle dba
jakarta | http://ora62.wordpress.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: super-smack on mysql 5.0 solaris 10 x86_64

2008-10-14 Thread Sudhir Menon
Hi,

Kindly ignore my first post, as that link was with respect to compiling
super-smack on Solaris, which i found useful.

As far as the problem is concerned can u check the below

1. Check if you have mysql4client package installed.
2. If then install mysql5client
3. Ensure that the binaries and .so files are in PATH.
4. Recompile super-smack again.

I am using a CSW package other than the default SUNW package, let me see if
i could reproduce the problem.



Thanks  Regards
Sudhir