RE: Download MySQL 4.0.30

2008-01-11 Thread iagosineiro
Hi, Joerg.

Thanks for the response.

In ftp://mysql.secsup.org/pub/software/mysql/Downloads/MySQL-4.0/ and other
similars that I find looking for mysql/Downloads/MySQL-4.0 in google there
is only MySQL 4.0.26 and 4.0.27.

both the 4.0 and 4.1 MySQL release families have reached their end of 
active development and are in extended lifecycle only.
This means there is neither development not continuous publishing for 
these release families, all they get is security fixes if severe issues 
should show up.
4.0.30 is such a version.

Customers who pay for this extended support then get access to binaries 
including these fixes.

This meens that 4.0.30 is never published publicy. Correct me if I wrong.

Iago.

-Mensaje original-
De: Joerg Bruehe [mailto:[EMAIL PROTECTED] 
Enviado el: viernes, 11 de enero de 2008 11:51
Para: [EMAIL PROTECTED]
CC: MySql Mail List
Asunto: Re: Download MySQL 4.0.30


Iago, all,

Joerg Bruehe wrote:
 [EMAIL PROTECTED] wrote:
 [[...]]
 couldn't find in HYPERLINK http://www.mysql.comwww.mysql.com or in
 the web
 the file mysql-standard-4.0.27-pc-linux-gnu-i686.tar.gz. Also the link
 HYPERLINK

http://downloads.mysql.com/archives.phphttp://downloads.mysql.com/archives


 .php doesn't work. Could somebody provide a link to this file?
 
 I'm surprised about this and will try to check.

it seems this was an intentional change, maybe because the versions 
available there did not get fixes for newly discovered security issues.

However, there are other archives which still carry this - a colleague 
pointed me to
ftp://mysql.secsup.org/pub/software/mysql/Downloads/MySQL-4.0/


HTH,
Joerg

-- 
Joerg Bruehe, Senior Production Engineer
MySQL AB, www.mysql.com


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

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.0/1218 - Release Date: 10/01/2008
13:32

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.0/1218 - Release Date: 10/01/2008
13:32
 


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



Download MySQL 4.0.30

2008-01-10 Thread iagosineiro
Hi.
 
I has a Linux server with MySQL 4.0.27 and I want to upgrade to 4.0.30 but I
couldn't find in HYPERLINK http://www.mysql.comwww.mysql.com or in the web
the file mysql-standard-4.0.27-pc-linux-gnu-i686.tar.gz. Also the link
HYPERLINK
http://downloads.mysql.com/archives.phphttp://downloads.mysql.com/archives
.php doesn't work. Could somebody provide a link to this file?
 
Thanks in advance.
 
Iago.
 
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.0/1216 - Release Date: 09/01/2008
10:16
 


RV: View hidden temporary files

2006-09-08 Thread iagosineiro

Thanks. That works for me.

-Mensaje original-
De: Dan Nelson [mailto:[EMAIL PROTECTED] 
Enviado el: jueves, 07 de septiembre de 2006 19:05
Para: [EMAIL PROTECTED]
CC: MySql Mail List
Asunto: Re: View hidden temporary files

In the last episode (Sep 07), [EMAIL PROTECTED] said:
 In http://dev.mysql.com/doc/refman/4.1/en/temporary-files.html says 
 
 MySQL creates all temporary files as hidden files. This ensures that
 the temporary files are removed if mysqld is terminated. The
 disadvantage of using hidden files is that you do not see a big
 temporary file that fills up the filesystem in which the temporary
 file directory is located.
 
 Is there any form of see the length of the temporary files created by
 MySQL?

If you install the lsof program, you can ask it to print all
filehandles opened by mysql with a link count less than one (i.e.
deleted but still-open files):

$ lsof -c mysqld -a +L1

mysqld  70195 mysql   45u  VREG  0,120 463317867 0 12500 /usr
(/dev/da0s1f)
mysqld  70195 mysql   46u  VREG  0,120 132005329 0 12520 /usr
(/dev/da0s1f)

-- 
Dan Nelson
[EMAIL PROTECTED]

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



__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


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



dumping column password from table

2005-11-18 Thread iagosineiro
Hi.

 

I want to backup one table from a database, where one of the columns saves
the passwords. If I use mysqldump I got the value in encrypted format, but I
need to backup the table to load the table in mysql 4.1. The original table
is a mysql 3.23 database.

 

Iago.

 

 



RE: Update Debian 2.0 (mysql 3.21 to 3.22)

2005-07-22 Thread iagosineiro
Thanks for the information, I will look more. What are the specifications
(libraries) for compile mysql 3.22?

I want to use 3.22.xx that I know is stable for my application and for
continue use ISAM format in the future and with a more modern linux
distribution I want to use 4.1 or wait for 5.0.

 -Mensaje original-
 De: Gleb Paharenko [mailto:[EMAIL PROTECTED]
 Enviado el: jueves, 21 de julio de 2005 14:59
 Para: mysql@lists.mysql.com
 Asunto: Re: Update Debian 2.0 (mysql 3.21 to 3.22)


 Hello.

 For me it is hard to say what's wrong with all these old stuff. But
 the general way of solving such issues is described at:
   http://dev.mysql.com/doc/mysql/en/crashing.html

 Why are you going to use 3.22.xx and not for example 4.1?


 [EMAIL PROTECTED] wrote:
  Hi.
 
  I need to update a debian 2.0 linux box with mysql 3.21.31 to
 some of the
  last version of  mysql 3.22.
 
  I tried to use the binaries from www.mysql.com (3.22.32), but
 when I launch
  mysql services with the script mysql.server in the log appeared:
 
  mysqld started on  Thu Jul 21 10:25:56 CEST 2005
  050721 10:25:57  getpwnam: Success
  050721 10:25:57  Aborting
 
  mysqld ended on  Thu Jul 21 10:25:57 CEST 2005
 
  I look in google and found:
 
 
Please check if a version of MySQL that you have got on CD-ROM is
static or dynamic. You can check it with ldd program.
 
 
For your info, later version of MySQL including the one you are
referring too, require kernel 2.2.xx and glibc 2.1.2 or above
 
  Debian 2.0 have the packages libc6 (2.0.7) and gcc (2.7.2.3-4.8).
 
  I also tried to compile the source code (3.22.32 and 3.22.30) but when I
  execute ./configure I got:
 
  checking whether the C++ compiler (gcc   ) works... no
  configure: error: installation or configuration problem: C++
 compiler cannot
  create executables.
 
  I look in google and tried a trick that I found and execute:
 
   CXX=gcc -O3 ./configure
 
  but I got a similar error
 
  checking whether the C++ compiler (gcc -O3   ) works... no
  configure: error: installation or configuration problem: C++
 compiler cannot
  create executables.
 
  Any trick to compile the source code or to use the binaries
 installing any
  librarie?
 
  Thanks in advance.
 
  Iago.
 
 
 
 
 
 
 
  __
  Renovamos el Correo Yahoo!
  Nuevos servicios, más seguridad
  http://correo.yahoo.es
 


 --
 For technical support contracts, goto https://order.mysql.com/?ref=ensita
 This email is sponsored by Ensita.NET http://www.ensita.net/
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
  / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
 /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
___/   www.mysql.com




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




__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es


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



Update Debian 2.0 (mysql 3.21 to 3.22)

2005-07-21 Thread iagosineiro
Hi.

I need to update a debian 2.0 linux box with mysql 3.21.31 to some of the
last version of  mysql 3.22.

I tried to use the binaries from www.mysql.com (3.22.32), but when I launch
mysql services with the script mysql.server in the log appeared:

mysqld started on  Thu Jul 21 10:25:56 CEST 2005
050721 10:25:57  getpwnam: Success
050721 10:25:57  Aborting

mysqld ended on  Thu Jul 21 10:25:57 CEST 2005

I look in google and found:


   Please check if a version of MySQL that you have got on CD-ROM is
   static or dynamic. You can check it with ldd program.


   For your info, later version of MySQL including the one you are
   referring too, require kernel 2.2.xx and glibc 2.1.2 or above

Debian 2.0 have the packages libc6 (2.0.7) and gcc (2.7.2.3-4.8).

I also tried to compile the source code (3.22.32 and 3.22.30) but when I
execute ./configure I got:

checking whether the C++ compiler (gcc   ) works... no
configure: error: installation or configuration problem: C++ compiler cannot
create executables.

I look in google and tried a trick that I found and execute:

  CXX=gcc -O3 ./configure

but I got a similar error

checking whether the C++ compiler (gcc -O3   ) works... no
configure: error: installation or configuration problem: C++ compiler cannot
create executables.

Any trick to compile the source code or to use the binaries installing any
librarie?

Thanks in advance.

Iago.







__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es


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