Re: datetime issue on MySQL 4.x

2006-07-12 Thread Gerald L. Clark
Willy wrote: Hello, I have a MyISAM table: CREATE TABLE `dlr` ( `msisdn` varchar(20) NOT NULL default '', `source` varchar(20) NOT NULL default '', `operator_id` varchar(20) NOT NULL default '', `sms_message` longtext NOT NULL, `smsc_id` varchar(20) NOT NULL default '', `sms_id` varc

Re: datetime issue on MySQL 4.x (SOLVED)

2006-07-11 Thread Willy
Hello, I have solved this problem, thanks. Regards Willy - Original Message - From: Willy To: mysql@lists.mysql.com Sent: Wednesday, July 12, 2006 8:55 AM Subject: datetime issue on MySQL 4.x Hello, I have a MyISAM table: CREATE TABLE `dlr` ( `msisdn` varchar

datetime issue on MySQL 4.x

2006-07-11 Thread Willy
Hello, I have a MyISAM table: CREATE TABLE `dlr` ( `msisdn` varchar(20) NOT NULL default '', `source` varchar(20) NOT NULL default '', `operator_id` varchar(20) NOT NULL default '', `sms_message` longtext NOT NULL, `smsc_id` varchar(20) NOT NULL default '', `sms_id` varchar(250) NOT NU

Re: About union sql Mysql 4.x

2005-12-05 Thread Michael Stassen
HALIL DEMIREZEN wrote: Michael, Thank you and all for effort to help.. I solved the problem by giving high limit numbers such as; (select * from tablea where item=1 order by rand() limit 0, 1) union all (select * from tablea where item != 1 order by rand() limit 0, 1);

Re: About union sql Mysql 4.x

2005-12-05 Thread Gleb Paharenko
-- > > > > > Gleb Paharenko <[EMAIL PROTECTED]> > 05.12.2005 12:19 > > To > mysql@lists.mysql.com > cc > > Subject > Re: About union sql Mysql 4.x > > > > > > > Hello. > > >

Re: About union sql Mysql 4.x

2005-12-05 Thread HALIL DEMIREZEN
46 To HALIL DEMIREZEN <[EMAIL PROTECTED]> cc Gleb Paharenko <[EMAIL PROTECTED]>, mysql@lists.mysql.com Subject Re: About union sql Mysql 4.x HALIL DEMIREZEN wrote: > Hi, > > I am trying to run an sql query such as below to list items=x randomly and > then items

Re: About union sql Mysql 4.x

2005-12-05 Thread Michael Stassen
HALIL DEMIREZEN wrote: > Hi, > > I am trying to run an sql query such as below to list items=x randomly and > then items != x randomly.. > > > mysql> (select * from tablea where item=1 order by rand()) union all > (select * from tablea where item != 1 order by rand()); > > but the result is not a

Re: About union sql Mysql 4.x

2005-12-05 Thread HALIL DEMIREZEN
] --- Gleb Paharenko <[EMAIL PROTECTED]> 05.12.2005 12:19 To mysql@lists.mysql.com cc Subject Re: About union sql Mysql 4.x Hello. >From http://dev.mysql.com/doc/refman/5.0/en/union.html: "ORDER BY for individual SELECT sta

Re: About union sql Mysql 4.x

2005-12-05 Thread Gleb Paharenko
Hello. >From http://dev.mysql.com/doc/refman/5.0/en/union.html: "ORDER BY for individual SELECT statements within parentheses has an effect only when combined with LIMIT. Otherwise, the ORDER BY is optimized away." Therefore you're getting the same results, because ORDER BY doen't wor

About union sql Mysql 4.x

2005-12-05 Thread HALIL DEMIREZEN
Hi, I am trying to run an sql query such as below to list items=x randomly and then items != x randomly.. mysql> (select * from tablea where item=1 order by rand()) union all (select * from tablea where item != 1 order by rand()); but the result is not as expected. rand() seems not to be wo

compat RPM for MySQL 4.x on RHEL3 [PRESS RELEASE]

2005-08-01 Thread Ning Li
PD Inc. has open-sourced their "compatibility RPM" that enables system administrators to install MySQL 4.x on Red Hat Enterprise Linux (RHEL3) Operating System with minimal impact. Baltimore -- August 1, 2005 -- PD Inc. today announced the release of their MySQL-shared compat RPMs for R

Re: Mysql 4.x Error

2005-06-27 Thread Gleb Paharenko
Hello. You have several problems and they're should be resolved step by step. First fix the problems with permissions. Usually they're solved by changing the owner of mysql database to mysql user. Check what's wrong with /var/log/mysqld.log. It might be necessery to create it manually. Why a

Mysql 4.x Error

2005-06-27 Thread plaza c
Hi, Im using : mysqlclient10-3.23.58-6 ,mysql-server-4.1.11-2,mysql-4.1.11-2 On fedora 3. when i run the following command its gives Error: [EMAIL PROTECTED] etc]$ /etc/init.d/mysqld start touch: cannot touch `/var/log/mysqld.log': Permission denied chmod: changing permissions of `/var/log/mysqld.

Re: MySQL 4.x performance tuning

2004-01-05 Thread Chuck Gadd
Reto Baumann wrote: Is there a way to see if the key buffer size was ever reached? It's not really an issue. You can determine how frequently it has the needed index data in memory, to judge the key buffer efficiency. Key read requests 3518220013 Key reads 94807 Key reads / Key

MySQL 4.x performance tuning

2004-01-05 Thread Reto Baumann
Hi all I have a MySQL installation running on a Pentium3 based system with 2GB RAM... The database primarily uses MyISAM tables with 60% SELECT statements. The database is used as a backend for a PHP web application. Do the following values make any sense? set-variable= key_buffer=200M set-

MySQL 4.x: Access denied for users when password is set...

2003-12-24 Thread -{ Rene Brehmer }-
Hi gang as subject says ... I've got a pretty weird situation. For all users I create in the 'user' table in 'mysql' DB, if I set a password, that user becomes unable to access any DBs ... it doesn't matter if I set the pw as ASCII or password, still won't allow access... I've tried making new

Re: Anyone using MySQL 4.x on Apple's G5?

2003-10-16 Thread Gabriel Ricard
On Thursday, October 16, 2003, at 01:36 PM, Jeremy Zawodny wrote: On Wed, Oct 15, 2003 at 06:35:03PM -0400, Gabriel Ricard wrote: On Wednesday, October 15, 2003, at 03:10 PM, Jeremy Zawodny wrote: I'd be interested to know if you can get a test running that uses either a key_buffer or an innodb

RE: Anyone using MySQL 4.x on Apple's G5?

2003-10-16 Thread Fortuno, Adam
If memory serves, adjustments to the OS need to be made to take advantage of the 64-bit memory addressing. I know some changes have been made to OS X to run on a 64-bit chip, but I'm not certain they've made enough modifications to take advantage of the memory addressing. I'd be interested to see

Re: Anyone using MySQL 4.x on Apple's G5?

2003-10-16 Thread Jeremy Zawodny
On Wed, Oct 15, 2003 at 06:35:03PM -0400, Gabriel Ricard wrote: > > On Wednesday, October 15, 2003, at 03:10 PM, Jeremy Zawodny wrote: > > > I'd be interested to know if you can get a test running that uses > > either a key_buffer or an innodb_buffer_pool in the 3.5GB range. > > Interestingly e

Re: Anyone using MySQL 4.x on Apple's G5?

2003-10-15 Thread Ware Adams
Gabriel Ricard wrote: > >On Wednesday, October 15, 2003, at 03:10 PM, Jeremy Zawodny wrote: > >>I'd be interested to know if you can get a test running that uses >>either a key_buffer or an innodb_buffer_pool in the 3.5GB range. > >Interestingly enough, I can't seem to get MySQL to use more than

Re: Anyone using MySQL 4.x on Apple's G5?

2003-10-15 Thread Gabriel Ricard
On Wednesday, October 15, 2003, at 03:10 PM, Jeremy Zawodny wrote: I'd be interested to know if you can get a test running that uses either a key_buffer or an innodb_buffer_pool in the 3.5GB range. Interestingly enough, I can't seem to get MySQL to use more than 2GB of RAM. I get errors like th

Re: Anyone using MySQL 4.x on Apple's G5?

2003-10-15 Thread Gabriel Ricard
On Wednesday, October 15, 2003, at 03:10 PM, Jeremy Zawodny wrote: On Wed, Oct 15, 2003 at 11:04:47AM -0400, Gabriel Ricard wrote: I am currently testing this on a new dual 2GHz G5 with 4GB of RAM. Seems pretty nice so far. I've loaded up a copy of our production database (4GB of data for real es

Re: Anyone using MySQL 4.x on Apple's G5?

2003-10-15 Thread Jeremy Zawodny
On Wed, Oct 15, 2003 at 11:04:47AM -0400, Gabriel Ricard wrote: > I am currently testing this on a new dual 2GHz G5 with 4GB of RAM. > Seems pretty nice so far. I've loaded up a copy of our production > database (4GB of data for real estate web sites) and moderate property > search queries of ou

Re: Anyone using MySQL 4.x on Apple's G5?

2003-10-15 Thread Jeremy Zawodny
On Wed, Oct 15, 2003 at 11:02:12AM -0700, Dathan Vance Pattishall wrote: > Wouldn't code need to be added for mySQL to take advantage of memory > mapping in a 64 bit system? I was under the impression that mysql in its > current form has specific code to emulate the behavior thus the problem > of m

RE: Anyone using MySQL 4.x on Apple's G5?

2003-10-15 Thread Dathan Vance Pattishall
r and mySQL DBA for FriendFinder Inc.   - http://friendfinder.com/go/p40688 -->-Original Message- -->From: Jeremy Zawodny [mailto:[EMAIL PROTECTED] -->Sent: Tuesday, October 14, 2003 11:13 PM -->To: [EMAIL PROTECTED] -->Subject: Anyone using MySQL 4.x on Apple's G5

Re: Anyone using MySQL 4.x on Apple's G5?

2003-10-15 Thread Gabriel Ricard
Adam wrote: Wow, new dual processor G5... drool How are the bulk operations performing? -Original Message- From: Gabriel Ricard [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 11:05 AM To: [EMAIL PROTECTED] Subject: Re: Anyone using MySQL 4.x on Apple's G5? I am current

RE: Anyone using MySQL 4.x on Apple's G5?

2003-10-15 Thread Fortuno, Adam
Wow, new dual processor G5... drool How are the bulk operations performing? -Original Message- From: Gabriel Ricard [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 11:05 AM To: [EMAIL PROTECTED] Subject: Re: Anyone using MySQL 4.x on Apple's G5? I am currently testing

Re: Anyone using MySQL 4.x on Apple's G5?

2003-10-15 Thread Gabriel Ricard
I am currently testing this on a new dual 2GHz G5 with 4GB of RAM. Seems pretty nice so far. I've loaded up a copy of our production database (4GB of data for real estate web sites) and moderate property search queries of ours run much faster than on our dual G4 MDD PowerMac. I guess we're real

Anyone using MySQL 4.x on Apple's G5?

2003-10-14 Thread Jeremy Zawodny
If so, how is it working out? Are you taking advantage of the 64bit memory space? Jeremy -- Jeremy D. Zawodny | Perl, Web, MySQL, Linux Magazine, Yahoo! <[EMAIL PROTECTED]> | http://jeremy.zawodny.com/ MySQL 4.0.15-Yahoo-SMP: up 31 days, processed 1,151,820,403 queries (426/sec. avg) --

Re: mysql 4.x week function fails

2003-08-18 Thread Victoria Reznichenko
[EMAIL PROTECTED] wrote: > > I think there is a bug in mysql 4: > > select week("2003-08-15") from po.orders limit 1; > > produces: 32 > > after: > > set session default_week_format=3; > > it produces: 33 (which is correct in the Netherlands) > > The documentation states: > > set global de

mysql 4.x week function fails

2003-08-18 Thread harm
Hi all, I think there is a bug in mysql 4: select week("2003-08-15") from po.orders limit 1; produces: 32 after: set session default_week_format=3; it produces: 33 (which is correct in the Netherlands) The documentation states: set global default_week_format=3; (As root!) This command sho

Re: Import Database from MySQL3.x to MySQL 4.x

2003-08-14 Thread Victoria Reznichenko
Mario Ohnewald <[EMAIL PROTECTED]> wrote: > I want to import a MySQL 3.x Databse to my new shiny MySQL4.x. > I did a backup with > /usr/local/mysql-standard-4.0.14-pc-linux-i686/bin/mysqldump -u root -p --opt -A > > mysql_lamp_backup.`date '+%Y.%m.%d'`.sql > > And i tried to import it to MySQL4.x

Import Database from MySQL3.x to MySQL 4.x

2003-08-14 Thread Mario Ohnewald
Hello! I want to import a MySQL 3.x Databse to my new shiny MySQL4.x. I did a backup with /usr/local/mysql-standard-4.0.14-pc-linux-i686/bin/mysqldump -u root -p --opt -A > mysql_lamp_backup.`date '+%Y.%m.%d'`.sql And i tried to import it to MySQL4.x with: /usr/local/mysql/bin/mysql -u root -p <

question about mysql-4.x escaping with USE_MB

2003-02-28 Thread xuefer tinys
; from != end ; from++) { #ifdef USE_MB int l; if (use_mb_flag && (l = my_ismbchar(charset_info, from, end))) { while (l--) *to++ = *from++; from--; continue; } #endif = notice that USE_MB(it exists in older version, all mysql 4.x) it use connection

mysql 4.x for debian linux

2003-01-12 Thread Haisam K. Ido
Anyone know where I can find a compiled version of mysql 4.x for debian linux? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request

RE: How stable is MySQL 4.x vs 3.23.x?

2002-11-12 Thread Black, Kelly W [PCS]
I have been using the MySql 4.x MAX with absolutely NO problems. It's being used on heavily operated servers, and I upgraded to 4.x for it's incredible index speeds and it's VERY reliable to me. In fact, in our local benchmarks it's kicking the living crap out of Oracle on sq

Re: How stable is MySQL 4.x vs 3.23.x?

2002-11-11 Thread Jeremy Zawodny
On Tue, Nov 12, 2002 at 11:11:26AM +0800, Jaime Teng wrote: > Hi, > > How stable is the new MySQL 4.x? > > I've read some really nice and powerful stuffs with MySQL 4. > x and surely like to use them. > > Is this still in the 'use at your own risk'

How stable is MySQL 4.x vs 3.23.x?

2002-11-11 Thread Jaime Teng
Hi, How stable is the new MySQL 4.x? I've read some really nice and powerful stuffs with MySQL 4. x and surely like to use them. Is this still in the 'use at your own risk' stage? or is it stable enough for use already?

Re: mysql 4.x for debian?

2002-11-08 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 06 November 2002 20:48, Jeremy Zawodny wrote: > Actually, you should work with the current mysql maintainer for > Debian. I'm sure he'd be thrilled to have official help from MySQL > AB. Of course I would not mind helping and assisting

Re: mysql 4.x for debian?

2002-11-06 Thread Jeremy Zawodny
On Wed, Nov 06, 2002 at 11:44:03AM +0100, Lenz Grimmer wrote: > > Yes, we plan to add more package formats apart from tarballs in the > future, it's on my TODO. Debian packages are quite high on the > priority list there, but I don't know, when I will be able to start > with it - I have a lot of R

Re: mysql 4.x for debian?

2002-11-06 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 06 November 2002 11:20, andy thomas wrote: > > Does MySQL AB plan to release deb paketes or will > > MySQL AB support or encourage the debian pakete maintainers? > > I think MySQL policy is to support generic packaging formats applicable

Re: mysql 4.x for debian?

2002-11-06 Thread andy thomas
On Wed, 6 Nov 2002, von Boehn, Gunnar wrote: > > Hello, > > what is the status of MySQL 4.x for debian? > > Does MySQL AB plan to release deb paketes or will > MySQL AB support or encourage the debian pakete maintainers? I think MySQL policy is to support generic packaging

mysql 4.x for debian?

2002-11-06 Thread von Boehn, Gunnar
Hello, what is the status of MySQL 4.x for debian? Does MySQL AB plan to release deb paketes or will MySQL AB support or encourage the debian pakete maintainers? Best regards Gunnar - Before posting, please check: http

Re: MySQL-4.x GBK Problem with Binary Data

2002-09-20 Thread xuefer tinys
it's true that mysql-4.x process binary data well when not using multi-byte charset but mysql-4.x process it differently when using multi-byte it's only for GBK text escaping, which is not suitable for binary data that's the key point if u don't use multi-byte, and mysql-4.

Re: MySQL-4.x GBK Problem with Binary Data

2002-09-20 Thread Gerald Clark
> > does anyone have problem with binary data in MySQL-4.x using GBK > charset or any other multibyte charset? > inserting/updating/replacing > > the full description is in mysql mailing list archive, sent by me > will not repost full desc until someone have

MySQL-4.x GBK Problem with Binary Data

2002-09-20 Thread xuefer tinys
re-posting multibyte problem. does anyone have problem with binary data in MySQL-4.x using GBK charset or any other multibyte charset? inserting/updating/replacing the full description is in mysql mailing list archive, sent by me will not repost full desc until someone have or care this

Re: MySQL 4.x Timeline

2002-02-25 Thread Anthony W. Marino
On Sunday 24 February 2002 06:26 pm, Arjen Lentz wrote: > Hi Anthony, > > On Fri, 2002-02-22 at 23:43, Anthony W. Marino wrote: > > > On Fri, 2002-02-22 at 18:59, [EMAIL PROTECTED] wrote: > > > > > Is there a timeline/status for 4.x functionality available? > &

Re: MySQL 4.x Timeline

2002-02-25 Thread Jeremy Zawodny
On Fri, Feb 22, 2002 at 08:59:41AM +, [EMAIL PROTECTED] wrote: > > I would like to second this request. I *really* want the replication > failover functionality targeted for "4.x". In fact, if it isn't > going to arrive by, say, midsummer, I will have to develop my own > failover solutions.

Re: MySQL 4.x Timeline

2002-02-25 Thread Jeremy Zawodny
date for beta? If I was *forced to guess*, I'd expect it in April or May. But I might be pleasantly surprised (and proven wrong). > > > I would like to use MySQL 4.x, however, I'm looking for some of > > > the highly requested functionality (ie; subselects, SP's

Re: MySQL 4.x Timeline

2002-02-24 Thread Arjen Lentz
Hi Anthony, On Fri, 2002-02-22 at 23:43, Anthony W. Marino wrote: > > On Fri, 2002-02-22 at 18:59, [EMAIL PROTECTED] wrote: > > > > Is there a timeline/status for 4.x functionality available? > > > > I would like to use MySQL 4.x, however, I'm looking for s

Re: MySQL 4.x Timeline

2002-02-22 Thread Anthony W. Marino
On Friday 22 February 2002 06:26 am, Arjen Lentz wrote: > Hi Alec, > > On Fri, 2002-02-22 at 18:59, [EMAIL PROTECTED] wrote: > > > Is there a timeline/status for 4.x functionality available? > > > I would like to use MySQL 4.x, however, I'm looking for so

Re: MySQL 4.x Timeline

2002-02-22 Thread Anthony W. Marino
.x in production and/or testing now. This > helps test the code and get folks comfortable enough with it to go > from alpha to beta to gamma to stable. Well, any idea on a date for beta? > > I would like to use MySQL 4.x, however, I'm looking for some of the > > highly reque

Re: MySQL 4.x Timeline

2002-02-22 Thread Arjen Lentz
Hi Alec, On Fri, 2002-02-22 at 18:59, [EMAIL PROTECTED] wrote: > > Is there a timeline/status for 4.x functionality available? > > I would like to use MySQL 4.x, however, I'm looking for some of the > > highly requested functionality (ie; subselects, SP's, triggers a

Re: MySQL 4.x Timeline

2002-02-22 Thread alec . cawley
> Is there a timeline/status for 4.x functionality available? > I would like to use MySQL 4.x, however, I'm looking for some of the highly > requested functionality (ie; subselects, SP's, triggers and Views) and would > like to know where/when in the sequence of things tod

Re: MySQL 4.x Timeline

2002-02-21 Thread Jeremy Zawodny
rtable enough with it to go from alpha to beta to gamma to stable. > I would like to use MySQL 4.x, however, I'm looking for some of the > highly requested functionality (ie; subselects, SP's, triggers and > Views) and would like to know where/when in the sequence of things > t

MySQL 4.x Timeline

2002-02-21 Thread Anthony W. Marino
Is there a timeline/status for 4.x functionality available? I would like to use MySQL 4.x, however, I'm looking for some of the highly requested functionality (ie; subselects, SP's, triggers and Views) and would like to know where/when in the sequence of things todo does everything

MySQL 4.X

2002-02-11 Thread Thomas J Keller
Hi. I have been awayv for a while. I see that 3.23 is still listed as the current distribution version. When might one expect that 4.X will be released as a production version? MySQL, versions - Before posting, please c