RE: Mysql 4 and or Partitions.

2010-07-15 Thread Gavin Towey
Use indexes before thinking about partitions. -Original Message- From: Andrés Tello [mailto:mr.crip...@gmail.com] Sent: Thursday, July 15, 2010 8:44 AM To: mysql Subject: Mysql 4 and or Partitions. Ok... I solved my mistery of the slow 22G table rebuild the kernel to support memory an

Re: Mysql 4 to 5

2010-07-11 Thread Rudy Lippan
Michael Dykman wrote: > One problem you might be having is the column named 'call'.. It's a > keyword, so perhaps you might get away with backticking it?ie. > `call` > > Also, you shouldn't need that final semi-colon inside your statement > string.. I have had preparedstatement interfaces gi

Re: Mysql 4 to 5

2010-07-11 Thread Rudy Lippan
Grant Peel wrote: > Hi all, > > I recently migrated a script called perldesk from mysql 4 to mysql 5. > > When I envoke the script from the web, I am now getting an error. I suspect > its a version syntax thing. > > Here is what I see: > > Couldn't execute statement: You have an error in your

Re: Mysql 4 to 5

2010-07-11 Thread Grant Peel
- Original Message - From: "Grant Peel" To: "Michael Dykman" Cc: Sent: Sunday, July 11, 2010 9:25 PM Subject: Re: Mysql 4 to 5 - Original Message - From: "Michael Dykman" To: "Grant Peel" Cc: Sent: Sunday, July 11, 2010 9:20 PM

Re: Mysql 4 to 5

2010-07-11 Thread Grant Peel
- Original Message - From: "Michael Dykman" To: "Grant Peel" Cc: Sent: Sunday, July 11, 2010 9:20 PM Subject: Re: Mysql 4 to 5 One problem you might be having is the column named 'call'.. It's a keyword, so perhaps you might get away with backt

Re: Mysql 4 to 5

2010-07-11 Thread Michael Dykman
One problem you might be having is the column named 'call'.. It's a keyword, so perhaps you might get away with backticking it?ie. `call` Also, you shouldn't need that final semi-colon inside your statement string.. I have had preparedstatement interfaces give me grief about that. As I reca

Re: MySQL 4 Grant command

2008-03-05 Thread Paul DuBois
At 4:12 PM -0800 3/5/08, Garris, Nicole wrote: OK, what is wrong with the following statement? MySQL 4.1 doesn't like my syntax ... mysql> grant all privileges on *.* to [EMAIL PROTECTED] identified by 'myownpassword'; % needs quotes around it. I recommend always quoting the username and hos

Re: MySQL 4 Kernel Panic-ing

2006-06-12 Thread John May
Nope, no backups happening at the time. Anyone other ideas? - John At 11:42 AM -0500 6/12/06, Dan Buettner wrote: Hi John - Yes, at my former workplace, we had a couple of different instances where we experienced severe crashing problems on G4-based machines. Prior to using a G4 X

Re: MySQL 4 Kernel Panic-ing

2006-06-12 Thread Dan Buettner
Hi John - Yes, at my former workplace, we had a couple of different instances where we experienced severe crashing problems on G4-based machines. Prior to using a G4 Xserve, we were using a dual-G4 tower as our MySQL and Intranet server, and as we ramped up MySQL usage, the hard crashing got

Re: MySQL 4 Kernel Panic-ing

2006-06-12 Thread Gerald L. Clark
John May wrote: I've got an xserve running 10.3.9 and MySQL 4.0.27-max that is restarting itself every 2-3 days. It appears that it is due to a kernel panic, though I don't have direct access to the machine (colocated) to verify when it occurs. There are no crash.logs from MySQL, and watchdo

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

Re: MySQL 4 & Old Password

2005-06-03 Thread Michael Stassen
Joey wrote: Is there a way to tell mysql 4 to defaul to the old style passwords instead of having to run this every time we add a user? SET PASSWORD FOR 'user'@'localhost' = OLD_PASSWORD('passowordo'); Applications we develop in php, and phpMyadmin don't seem to work with the new style passw

Re: MySQL 4 & Old Password

2005-06-03 Thread Jeff Smelser
On Friday 03 June 2005 03:36 pm, Joey wrote: > SET PASSWORD FOR 'user'@'localhost' = > OLD_PASSWORD('passowordo'); Why not recompile php to work with 4.1? --old-password Jeff pgpEctk2PnMK1.pgp Description: PGP signature

Re: MySQL 4 goes to sleep with table locks?

2004-02-07 Thread Alfredo Cole
El Sáb 07 Feb 2004 02:28, escribió: > Mr. Alfredo > Pls, will you give the complete structure as 'create query' of your > database? that will help us to solve your problem. > Pradap This is the structure of the table that holds the sequential numbers for various documents that need them: CRE

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

Re: MySQL 4 Built in SSL?

2003-11-14 Thread Prasad Budim Ram
Hi, 1.First generate un encrypted certificates. This can be done by using an Open SSL library. The instructions are available at http://www.mysql.com/doc/en/Secure_Create_Certs.html Note: Here un encrypted certificates means certificates that are not protected by any password. When MySQL code

RE: MySQL 4 Built in SSL?

2003-11-13 Thread Paul Fine
Fine Subject: RE: MySQL 4 Built in SSL? What I have done is load putty on my WIN2K box. Connect to the nix box - make sure authentication is correctly configured Launch mysql and work on it from the command line prompt -Original Message- From: Paul Fine [mailto:[EMAIL PROTECTED] Sent

RE: Mysql 4, Solaris 9 and Perl 5.8

2003-09-16 Thread Dathan Vance Pattishall
Don't compile mySQL for Solaris 9. The mySQL team has invested months of work to get a very fast and stable static link of up-to-date libraries from their downloadable binaries section. I find that they are more stable and faster then the ones compiled by hand. For Perl 5.8 goto sunfreeware.com a

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

Re: MySQL 4 maintenance tasks on Windows

2003-06-10 Thread rich johnson
Hi, Hi all I've recently moved a database to MySQL from MSSQL, and am running it on a Windows 2000 Server. Can anybody advise me on the best method for running regular maintenance tasks (i.e. optimize and analyze)? First, I would question that you even need to optimize and analyze "on a regular

Re: Mysql-4 binary problem for IRIX64

2003-06-06 Thread David García Aristegui
My machine is a IRIX 6.5 Online Manual: 2.6.6.8 SGI Irix Notes If you are using Irix Version 6.5.3 or newer mysqld will only be able to create threads if you run it as a user with CAP_SCHED_MGT privileges (like root) or give the mysqld server this privilege with the following shell command: shell>

Re: Mysql 4 production quality

2003-02-10 Thread Jeremy Zawodny
On Fri, Feb 07, 2003 at 07:23:43PM +1100, Dan Rossi wrote: > yes i am aware that sub selects are in 4.1, i'm pretty sure i have it > running @ home, there are some large traffic sites i would like to lighten > up and make a bit faster code wise with query caching and sub selects, but i > havent be

RE: Mysql 4 production quality

2003-02-10 Thread Paul DuBois
quot;gamma" means ? It's in the manual what MySQL AB means by alpha, beta, gamma: http://www.mysql.com/doc/en/Which_version.html -Original Message- From: Josh Trutwin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 2:16 PM To: [EMAIL PROTECTED] Subject: Re: Mysql

RE: Mysql 4 production quality

2003-02-08 Thread Dan Rossi
ssage- From: Josh Trutwin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 2:16 PM To: [EMAIL PROTECTED] Subject: Re: Mysql 4 production quality > hi there i was wondering if mysql 4 will become production quality soon > ? i would like to convince work to start using it, so i

Re: Mysql 4 production quality

2003-02-08 Thread Jeremy Zawodny
On Wed, Feb 05, 2003 at 09:24:22PM +1100, Dan Rossi wrote: > hi there i was wondering if mysql 4 will become production quality soon ? i > would like to convince work to start using it, so i can start using the > transactions, sub selects and query cache We've been using various builds of 4.0.x in

Re: Mysql 4 production quality

2003-02-06 Thread Dan Nelson
In the last episode (Feb 05), Dan Rossi said: > hi there i was wondering if mysql 4 will become production quality > soon ? i would like to convince work to start using it, so i can > start using the transactions, sub selects and query cache Well, MySQL 3.23 already has transactions with the InnoD

Re: Mysql 4 production quality

2003-02-06 Thread Josh Trutwin
> hi there i was wondering if mysql 4 will become production quality soon > ? i would like to convince work to start using it, so i can start using > the transactions, sub selects and query cache I don't think MySQL 4.0 has sub-selects, that's 4.1. I've been using 4.0 on two different ISPs for a

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 formats applicable to a

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

2002-09-20 Thread xuefer tinys
x, u will never have such problem >From: Gerald Clark <[EMAIL PROTECTED]> >To: xuefer tinys <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: MySQL-4.x GBK Problem with Binary Data >Date: Fri, 20 Sep 2002 15:35:20 -0500 > >Binary data is binary data. >It do

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

2002-09-20 Thread Gerald Clark
Binary data is binary data. It doesn't mattrer whether it is GBK or and audio file, or a jpeg. If you escape the data properly before inserting it you will get back the same data you stored. Your application must display it properly. xuefer tinys wrote: > re-posting multibyte problem. > > does

RE: mysql 4 release

2002-08-27 Thread Matt Darcy
15 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mysql 4 release Matt Darcy wrote: > Does anyone have any idea when Mysql 4 will be classed as stable. > > > - > Before posting, please check: >http://w

Re: mysql 4 release

2002-08-27 Thread Mark Matthews
Matt Darcy wrote: > Does anyone have any idea when Mysql 4 will be classed as stable. > > > - > Before posting, please check: >http://www.mysql.com/manual.php (the manual) >http://lists.mysql.com/ (the list a

Re: MySQL 4

2002-05-23 Thread Georg Richter
On Thursday, 23. May 2002 19:20, Olexandr Vynnychenko wrote: Hi, > Hey people, I'm using MySQL 3.23.49 now, but I'd like someone to tell > me if I can use new MySQL 4. Is it very buggy? Is it safe enough to > use not only at home? AFAIR it has some features 3.23 doesn't have. > Thank's in advance.

Re: MySQL 4

2002-05-23 Thread MikeParton
What is it you are trying to accomplish with MySQL? I have MySQL 4.0.1a running on WinNT 4.0 SP6a with Apache 2.0.36 and PHP 4.2.1. So far, in a development environment, MySQL 4.0.1 has done all I have asked it to do (granted I am not doing anything at the edge of the envelope). Mike - Orig

Re: MySQL 4

2002-05-23 Thread Jeremy Zawodny
On Thu, May 23, 2002 at 08:20:13PM +0300, Olexandr Vynnychenko wrote: > > Hey people, I'm using MySQL 3.23.49 now, but I'd like someone to > tell me if I can use new MySQL 4. Is it very buggy? Is it safe > enough to use not only at home? AFAIR it has some features 3.23 > doesn't have. Thank's in

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? > > > > > I would like to use MySQL 4.x,

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
On Fri, Feb 22, 2002 at 08:29:03AM -0500, Anthony W. Marino wrote: > On Friday 22 February 2002 02:15 am, Jeremy Zawodny wrote: > > On Thu, Feb 21, 2002 at 08:07:39PM -0500, Anthony W. Marino wrote: > > > Is there a timeline/status for 4.x functionality available? > > > > No. It'll be ready when

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 some of the > > > > highly requested func

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 some of the > > > highly requested functional

Re: MySQL 4.x Timeline

2002-02-22 Thread Anthony W. Marino
On Friday 22 February 2002 02:15 am, Jeremy Zawodny wrote: > On Thu, Feb 21, 2002 at 08:07:39PM -0500, Anthony W. Marino wrote: > > Is there a timeline/status for 4.x functionality available? > > No. It'll be ready when it's ready. :-) > > There are folks using 4.0.x in production and/or testing

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 and Views) > > and would like t

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 todo does everything fall

Re: MySQL 4.x Timeline

2002-02-21 Thread Jeremy Zawodny
On Thu, Feb 21, 2002 at 08:07:39PM -0500, Anthony W. Marino wrote: > Is there a timeline/status for 4.x functionality available? No. It'll be ready when it's ready. :-) There are folks using 4.0.x in production and/or testing now. This helps test the code and get folks comfortable enough with

Re: mySQL 4 - FullText searching syntax?

2002-02-12 Thread Sergei Golubchik
Hi! On Feb 07, Alain Fontaine - Consultant and developer wrote: > > <-- snip --> > select > BienID > from > biens > where > MATCH(Notes) AGAINST('+appartemen* -lux* -prop*' IN BOOLEAN MODE) > <-- snip --> > > This does not produce the correct result, whereas this does: > > <-- snip -->

Re: mySQL 4 - FullText searching syntax?

2002-02-08 Thread Sergei Golubchik
Hi! On Feb 07, Alain Fontaine - Consultant and developer wrote: > > <-- snip --> > select > BienID > from > biens > where > MATCH(Notes) AGAINST('+appartemen* -lux* -prop*' IN BOOLEAN MODE) > <-- snip --> > > This does not produce the correct result, whereas this does: > > <-- snip -->

Re: MySQL 4 UNION problem

2001-11-26 Thread Sinisa Milivojevic
Tony Bailey writes: > I've been trying MySQL 4 alpha (Windows build) as I need UNION but can't work out >how to get the query I > need against the version without the union > [skip] > 2) > select count(docs.docid) as score, docs.docdate, docs.docid, docs.docsection, >docs.docsubdir, docs.docm

Re: MySQL-4 compile / configure error

2001-11-22 Thread Sinisa Milivojevic
dan writes: > Towards the end of running the end of the configure script (./configure > --prefix=/usr/local/mysql - and yes I know I can optimise better than > this), I get: > > creating ./config.status > creating Makefile > sed: file conftest.s1 line 6: Unterminated `s' command > creating os/M

Re: mySQL 4

2001-09-26 Thread Paul DuBois
At 8:52 PM +0200 9/26/01, Ralph Graulich wrote: >Hi, > > >just read about the UNION operator beging supported with mySQL 4. How far >are those operators implemented yet? Will there be any chance that UNION >ALL and INTERSECT will be supported, too? UNION ALL is implemented; I don't think INTERSEC

Re: MySQL 4

2001-06-15 Thread Nessi
>Hi > >I am not sure if you mean what I am thinking you mean. >Lets say you have several input fields and you only >want the output where ALL entries apply, you can manage that >with the IF(match...against(), IF(match...against,0,0),0,0) -something like >that - clause. >At least thats worked for