Hi all,
Recently, I got the newest version of mysql-server from the github,
Bug I got some compile problem as follows:
cmake -DCMAKE_INSTALL_PREFIX=/u04/my3306 \
-DMYSQL_DATADIR=/u04/my3306/data -DMYSQL_USER=mysql \
-DSYSCONFDIR=/etc -DWITH_MYISAM_STORAGE_ENGINE=1
What is the highest version of MySQL available for a 2.4 kernel (Redhat/Cent
OS 3.5)?
And where can I find it to download?
Thanks,
-Hank
I just would like to know which version of MySQL support the creation of
database triggers with the same action and event for one table.
I'm not sure there is any plan to implement support for multiple triggers
with
the same action and timing.
I certainly hope so... If not, it seem
On Wed, 9 Dec 2009 16:39:33 Jeetendra Ranjan wrote:
> Hi,
>
> I just would like to know which version of MySQL support the creation of
> database triggers with the same action and event for one table.
I'm not sure there is any plan to implement support for multiple triggers with
Hi,
I just would like to know which version of MySQL support the creation of
database triggers with the same action and event for one table.
Because if i create the the triggers as below i am getting error.
First trigger (Succesfull)
++
CREATE TRIGGER CONSUMER_PROFILE_before_delete
Hi David, all,
David Harrison wrote:
> Hi all,
>
> I'm trying to drag a database through the upgrade process from 5.0.32
> but I keep running into small cross-version compatibility issues.
>
> [[...]]
>
> So it looks like I now need a 5.0.34 install to transition through,
> but I can't find an
es an important application for us that can't tolerate a
significant outage. It's also gets frequent writes.
The plan I'm pursuing involves taking a db dump I have from a while
back, importing it into a newer version of MySQL, then letting
replication bring that newer version up to date.
Hi,
I would like to install the new versin of mysql but currently i have mysql
version 3.23 running...
I need to have 2 version of mysql running at the moment in win2000 for
different app.
what is the steps for me to install the new version of mysql without causing
error and able to run
: is there some configuration that let me to specify a
different
version of mysql without install a newer version?
No.
Obviously the application wants some feature that's in 4.1.16 that isn't
in an older version, otherwise they would reduce the requirements.
--
MySQL General Maili
ion that let me to specify a
different
version of mysql without install a newer version?
I hope i was clear...
Thanks in advance for your answers
--
vittorio zuccalà
Finconsumo Banca SPA
[EMAIL PROTECTED]
Tel: 011-6319464
--
MySQL General Mailing List
For list archives: http://lists.mys
wing error.
"Error 1714. The older version of Mysql Query Browser1.1 cannot be removed.
Contact your technical support group."
Can someone help me fixing this or can someone tell me how i can install the
previous version, since i couldn't find achieves for query browser on mysql
downl
Ankur G35 Saxena wrote:
All I had to do was rpm -Uvh --nodeps
I have the MySQL AB RPMs running on Red Hat 9 just fine. I didn't have
to force them at all.
I suspect you had to force it because you had MySQL installed already.
The problem is, the Red Hat package is called "mysql", whereas the M
Hello.
> Hi, I am trying to install the latest version of MySQL(i am not sure
> 4.0.23?
Use 4.1.10a. See:
http://dev.mysql.com/downloads/
> Hi, I am trying to install the latest version of MySQL(i am not sure
> 4.0.23? currently in the office). The RH9 comes with
QL. Then, it's just a matter of installing
> everything in reverse. The module, then the server...
>
> Hope I was helpful.
>
> Bryan
>
> On Tue, 15 Mar 2005 08:46:52 -0600, Ankur G35 Saxena <[EMAIL PROTECTED]>
> wrote:
> > Hi, I am trying to install the late
Hi, I am trying to install the latest version of MySQL(i am not sure
4.0.23? currently in the office). The RH9 comes with some 3.2.xx
version, I try to run rpm -U to upgrade but that doesnt work, I try to
install it doesnt work and I try to remove mysql that doesnt work
either. I went to Add and
Hello.
I suggest you to use 4.1.10 (in 4.1.8 was fixed a bug #6784,
I haven't seen it in a changelist of 4.0.x branch). If
myisamchk -r *.MYI, myisamchk -o *.MYI doesn't solve the
problem, as the last chance, use USE_FRM mode of REPAIR
command. But you may lose some information about the
> See:
> http://downloads.mysql.com/archives.php
Thank you. Nice link to have around.
>> Key 3 is the FTS key. The others are a UNIQUE KEY (#1) and a KEY(#2).
>
>Do you have the same values for full-text parameters (ft_mit_word_len
>for example)?
Not at first. I had noticed that not long after
Hello.
>Where can I download it
See:
http://downloads.mysql.com/archives.php
> We now get table corruptions constantly (it only takes a minute before
> several tables get marked as crashed). I'd like to revert to the 4.0.18
Do you use official binaries? Sometimes after upgrad
I have replaced one server with another, and the new one has everything new
(RHEL 3, newest updates) and MySQL 4.0.23 (old one was RH9 and MySQL
4.0.18).
We now get table corruptions constantly (it only takes a minute before
several tables get marked as crashed). I'd like to revert to the 4.0.18
v
[EMAIL PROTECTED] wrote:
"A. Clausen" <[EMAIL PROTECTED]> wrote on 02/07/2005 01:35:31 PM:
I'm having a problem with the default Win32 mysql client program running
in the Cygwin environment, in that it writes CRLF pairs out, causing
some Bash scripts that I'm running on both a Linux box and a Wi
"A. Clausen" <[EMAIL PROTECTED]> wrote on 02/07/2005 01:35:31 PM:
> I'm having a problem with the default Win32 mysql client program running
> in the Cygwin environment, in that it writes CRLF pairs out, causing
> some Bash scripts that I'm running on both a Linux box and a Win2k box
> to give
I'm having a problem with the default Win32 mysql client program running
in the Cygwin environment, in that it writes CRLF pairs out, causing
some Bash scripts that I'm running on both a Linux box and a Win2k box
to give garbled results. I wondered if there's a Cygwin compiled
version that out
Hello.
Before doing anything you should read:
http://dev.mysql.com/doc/mysql/en/Windows_vs_Unix.html
http://dev.mysql.com/doc/mysql/en/Name_case_sensitivity.html
lan Scott - Yahoo Acct wrote:
> We have 2 distinct groups of developers - Windows vs. Linux. Our production
> server is g
The only gotcha I'm aware of is that you must set the *nix server to use
case-insensitive table names, since on windows the SQL table references
didnt need to match case. I'll leave you to you own devices to find that
documentation (I just dont have it handy, sorry)
"select 8 from testtable" ||
We have 2 distinct groups of developers - Windows vs. Linux. Our production
server is going to run on Solaris.
The issue is that all developers run there own instance of MySQL server Linux
or Windows based and the same version 4.1.7. Also, each developer has the
database for their particular pr
[snip]
mysql> INSERT INTO Employee.tblNiiEmployee (empEmail)
-> SELECT b.Email_Address
-> FROM Employee.tblNiiEmployee a LEFT OUTER JOIN UserDB.Corporate b
-> ON(a.empUsrName = b.Unix_Username)
-> WHERE b.Email_Address IS NOT NULL;
Since versions prior to 4.0.14 do not support usin
mysql> INSERT INTO Employee.tblNiiEmployee (empEmail)
-> SELECT b.Email_Address
-> FROM Employee.tblNiiEmployee a LEFT OUTER JOIN UserDB.Corporate b
-> ON(a.empUsrName = b.Unix_Username)
-> WHERE b.Email_Address IS NOT NULL;
Since versions prior to 4.0.14 do not support using the s
Ah Ha! Thanks!!!
Lou
- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 19, 2004 5:14 PM
Subject: RE: Getting an older version of MySQL
> 4.0.18 is the latest 4.0.x release.
>
> 4.0.3 < 4.0.9 <
4.0.18 is the latest 4.0.x release.
4.0.3 < 4.0.9 < 4.0.10 < 4.0.18
4.0.3 != 4.0.30
-Original Message-
From: Lou Olsten [mailto:[EMAIL PROTECTED]
Sent: Monday, April 19, 2004 1:44 PM
To: [EMAIL PROTECTED]
Subject: Getting an older version of MySQL
Hi,
I'm currentl
Hi,
I'm currently running some instances of 4.0.18. I read the following in the docs:
<>
But when I look at the downloads page, I only have options for 4.0.18 (production) or
4.1.1 (alpha).
How do I upgrade my 4.0.18 to 4.0.3 or whatever the latest 4.0.x might be?
Thanks,
Lou
0, 2003 11:42 PM
Subject: In which version of MySQL was ADD COMMENT added
> Hello
>
> Can somebody tell me the exact version of MySQL from
> which the functionality of adding COMMENTS to columsn
> was added.
>
> Karam
--
MySQL General Mailing List
For list archives:
Hello
Can somebody tell me the exact version of MySQL from
which the functionality of adding COMMENTS to columsn
was added.
Karam
__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
--
MySQL General
# [EMAIL PROTECTED] / 2003-06-28 16:56:13 +0200:
> I use mySQL on HP/UX 11.i - unfortunateley I am unable to lookup the
> used version. What is the command to do that? (according to mysql.info
> it is Version 3.23.42. )
SELECT VERSION();
--
If you cc me or remove the list(s) completely I'll
Hello,
I use mySQL on HP/UX 11.i - unfortunateley I am unable to lookup the
used version. What is the command to do that? (according to mysql.info
it is Version 3.23.42. )
Are foreign keys and referencial integrity supported by MySQL Version
3.23.42. ?
If yes - why is the second "insert into" com
AIL PROTECTED]>
Sent: Friday, 13 June, 2003 11:57
Subject: Latest version of MySQL for windows
What's the latest version of MySQL for windows? Mysql.com says it's 4.1
alpha but the download that reads 4.1 alpha is actually 4.0.12. Is there no
version 4.1 available for Windows?
Man
What's the latest version of MySQL for windows? Mysql.com says it's 4.1
alpha but the download that reads 4.1 alpha is actually 4.0.12. Is there no
version 4.1 available for Windows?
Many thanks,
rajendra
Unless expressly stated to the contrary, the views expressed in this ema
Hi, Happy holiday !
I'm not happy right now.
I can't compile src distribution of mysql-3.23.54a on Sun Solaris 8 with
gcc version 3.0.3.
Does anyone has luck with Mysql using gcc 3.0.3 ?
Is a version of Mysql other than mysql-3.23.54a that can be compiled with
gcc version 3.0.
At 13:17 -0500 7/26/02, [EMAIL PROTECTED] wrote:
>Does anyone know of an older version of MySQL that runs on DOS
>(or on Windows 3.x)?
The earliest version mentioned in the manual is Win95.
-
Before posting, please
Does anyone know of an older version of MySQL that runs on DOS
(or on Windows 3.x)?
...
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive
On Tue, Jul 02, 2002 at 05:56:37PM +0100, Simon Windsor wrote:
> Hi
>
> We have just moved out test server from RedHat to Debian.
>
> We have used the backup tapes to recover the data, and all went well to until
> we tried to connect via a host name.
>
> For example
>
> mysql test -utest_user
Hi
We have just moved out test server from RedHat to Debian.
We have used the backup tapes to recover the data, and all went well to until
we tried to connect via a host name.
For example
mysql test -utest_user -ptest_passwd
works fine, but
mysql -hserver -utest_user -ptest_passwd
reports
hello,
where I can find a kit source of mysql for alpha true64 4.0d.
Thanks.
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request t
Jianping,
Tuesday, April 09, 2002, 5:55:08 PM, you wrote:
JZ> I have a redhat 7.1 server, I want to get rid of the installed mysql
JZ> server. How can check which version is installed and how to get rid of it?
You can indicate MySQL server version using SELECT VERSION()
statement or run mysqld (
Hi,
Try with SELECT VEERSION() from mysql client.
- Original Message -
From: Jianping Zhu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 9:55 AM
Subject: How to check which version of mysql i
I have a redhat 7.1 server, I want to get rid of the installed mysql
server. How can check which version is installed and how to get rid of it?
Thanks
Jianping Zhu
Department of Computer Science
Univerity of Georgia
Athens, GA 30602
Tel 706 5423900
---
At 20:31 12/02/2002 +, David Ayliffe wrote:
Hi!
You can assume that the Windows License Terms is the same than Unix
version.
The shareware is a License option that was abandoned.
Regards,
Miguel
>I read in Paul's book that to use MySQL on a Windows platform you need
>to pay for it.
>
>I
David Ayliffe a écrit :
>
> I read in Paul's book that to use MySQL on a Windows platform you need
> to pay for it.
>
> I have downloaded a version of the server and client software from the
> official MySQL.com site and installed it on XP without incident.
>
> Paul also writes that the version
I read in Paul's book that to use MySQL on a Windows platform you need
to pay for it.
I have downloaded a version of the server and client software from the
official MySQL.com site and installed it on XP without incident.
Paul also writes that the version for windows will be shareware only.
Th
hi,
I am wanting to use MySQL with InnoDB support and it is available with
the extended version of MySQL (i.e. Max) or unstable version of
MySQL-4.0. As, the stability of version MySQL-Max-3.23 was to declare by
Innobase Oy in January 2002, I don't no whether it has been declared
stable or n
Uday Anumalachetty writes:
> Hi All,
> Is there a solaris version of Mysql++ API. I see some downloads under
> the solaris section but no Mysql++. Is there a patch that I need to
> install to make it work on Solaris?
>
> Thanks for your responses.
>
> Uday
As long as
Hi All,
Is there a solaris version of Mysql++ API. I see some downloads under
the solaris section but no Mysql++. Is there a patch that I need to
install to make it work on Solaris?
Thanks for your responses.
Uday
-
Before
Is there a version of MySQL lib that is complied with '-64' option
on SGI IRIX 6.5?
I also tried to look for source code of MySQL but I could not find it
in the 'download' area of http://www.mysql.com. Maybe I didn't look hard
enough. Could some one tell me where I
Hi!
> "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes:
Sinisa> [EMAIL PROTECTED] writes:
>> Hi all,
>>
>>
>> i am not sure if i am at the right list.
>> But i will ask my question anyway.
>>
>> Here is the problem.
>> I have compiled Mysql version 3.23.41 with Forte 6 update 1
Filip,
Sinisa's suggestion about user access rights to
the created data and log files might be the explanation.
At least one user is running on 64-bit Sparc, but
he uses gcc.
What does
ls -l
say about the data and log files and access rights?
Was InnoDB able to create them the right size?
Can
[EMAIL PROTECTED] writes:
> Hi all,
>
>
> i am not sure if i am at the right list.
> But i will ask my question anyway.
>
> Here is the problem.
> I have compiled Mysql version 3.23.41 with Forte 6 update 1 from Sun.
> I have done this on a SPARC system and complied it 64bit.
> I
Hi all,
i am not sure if i am at the right list.
But i will ask my question anyway.
Here is the problem.
I have compiled Mysql version 3.23.41 with Forte 6 update 1 from Sun.
I have done this on a SPARC system and complied it 64bit.
I didn't had any prblems in compiling it with t
Hello
How can I find out more information about a MySQL bug fixed in release
3.23.9 and described in the change notes as 'Fixed problem with 8-bit
characters as separators in LOAD DATA INFILE.'?
[I wish to LOAD DATA INFILE using 0xBF as the FIELD TERMINATOR and 0xC6 as
the LINE TERMINATOR but th
Hi!
A new sub-version of MySQL++ for VC++ has hit MySQL++ page.
This version solves all problems that arise in building application
that involve both MySQL++ and MFC classes.
Those problems are now fixed and VC++ programmers may further enjoy
benefits of MySQL++ API.
--
Regards
The new URL is: http://michael.bacarella.com/research/mysqlmyths.html
The old one will still work, this one just helps feed my ego :)
Changes:
Reformatted the page. If this is going to be the major weapon
against FUD that I hope it will be, it should at least look nice.
Some new test
t; telnet yubby.dubby.com 3306
3.23.37G\Tn#$(@%@#OR
This server is running version 3.23.37. You could do this using 'localhost'
if you ARE on the same machine as the MySQL service...
Augusto Cesar Castoldi wrote:
> How can I know the version of mysql running on Linux (RedHat 6.2)
>
> thanks,
>
> Augusto
>
>
On Mon, Jun 18, 2001 at 08:19:20PM -0300, Augusto Cesar Castoldi wrote:
>
> How can I know the version of mysql running on Linux (RedHat 6.2)
mysqladmin version
--
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878Fax: (408) 349-5454
On Mon, 18 Jun 2001 20:19:20 -0300 (EST), Augusto Cesar Castoldi
<[EMAIL PROTECTED]> wrote:
SELECT VERSION();
>>te: Mon, 18 Jun 2001 20:19:20 -0300 (EST)
>>
>> How can I know the version of mysql running on Linux (RedHat 6.2)
>>
>>
>>
How can I know the version of mysql running on Linux (RedHat 6.2)
thanks,
Augusto
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To
/2001 -0500, Paul DuBois wrote:
>On Sat, Jun 02, 2001 at 02:17:38PM +0300, Jüri Kuzmin wrote:
> > Hi all!
> > Can someone please tell me,
> > why i can not save the .pdf version of MySql manual
> > (http://mysql.tradenet.ee/documentation/mysql/alternate.html)
> >
>
On Sat, Jun 02, 2001 at 02:17:38PM +0300, Jüri Kuzmin wrote:
> Hi all!
> Can someone please tell me,
> why i can not save the .pdf version of MySql manual
> (http://mysql.tradenet.ee/documentation/mysql/alternate.html)
>
> Can someone help me, I would like to save this fi
On Sat, Jun 02, 2001 at 02:17:38PM +0300, Jüri Kuzmin wrote:
> Hi all!
> Can someone please tell me,
> why i can not save the .pdf version of MySql manual
> (http://mysql.tradenet.ee/documentation/mysql/alternate.html)
>
> Can someone help me, I would like to save this file in
Hi all!
Can someone please tell me,
why i can not save the .pdf version of MySql manual
(http://mysql.tradenet.ee/documentation/mysql/alternate.html)
Can someone help me, I would like to save this file in my hard disk,
with thanks in advice,
Jüri Kuzmin
Hi,
Can any one please tell me which version of MYSQL to
use if my uname -a command gives the following output:
"SunOS ny-dmdbld02 5.6 Generic_105181-23 sun4u sparc
SUNW,Ultra-2"
Thanks
Giri
__
Do You Yahoo!?
Yahoo! Auctions - buy the
ling to spend extra money to ensure they
have something that will do what they want, and Oracle will do most things
if you spend enough money on consultants and hardware.
hope this helps.
braxton
-Original Message-
From: johnd [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 19, 2001 5:02 PM
To: [
Hi,
We will delevope web based applications to put the databases on MySQL instead of
Oracle.
We will have plateforms such as:
1). IBM desktop 400 mhz processor 256 MB RAM 6 GB plus 20 GB hard drives Win2000
Server installed; or
2). Digital UNIX 500 mhz Alpha processor 1 GB RAM 35 GB RAID
"johnd" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 12:18 PM
Subject: Re: Run time version of MySQL
> You're posting to the mysql list asking us how it is? Come on...
that's
> like asking MS how good Windows 2000 is.
>
> MySQ
>We are planning to move on to MySQL.
>Could you send us your opinions about MtSQL. It will greatly help us to
>make decision and to use MySQL.
I love MySQL.. but there are others too. I think their are still some pros
and cons.. given time I think the pros will increase..
Although other datab
My sugesstion is that you get yourself a decent old workstation, one that you would
probably consider ready
for retirement if it were to still be running MS something...Like say a p200ish
machine with a couple of
gig on the disk and say 32 but prefereably 64M of ram. Slap a cheap NIC, like the
You're posting to the mysql list asking us how it is? Come on... that's
like asking MS how good Windows 2000 is.
MySQL ROCKS!
At 11:40 AM 4/19/2001 -0400, johnd wrote:
>Hi,
>
>We are planning to move on to MySQL.
>Could you send us your opinions about MtSQL. It will greatly help us to
>make
Well it is exactly depends on who you are , what are you doing ,
on which platform , for which purposes etc...
- Original Message -
From: johnd <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 6:40 PM
Subject: Run time version of MySQL
Hi,
We are
Hi,
We are planning to move on to MySQL.
Could you send us your opinions about MtSQL. It will greatly help us to make decision
and to use MySQL.
Thanks.
Regards,
John Ding
76 matches
Mail list logo