473,387 Members | 1,724 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

MySQL 4.1.x Rleease

Arc
Sorry if this has been gone over before, but I checked google groups and I
couldn't find anything.

Does anyone here have any idea when 4.1.x will be released into production
(i.e. come out of beta). It is currently impossible to find a commercial web
host who supports it because it is in beta, even though it has been out for
a long time now.

My system *requires* subqueries, and so I can't even host it until 4.1.x is
released to production.

On the other hand, anyone know of a reputable web host that provides MySQL
4.1.x as an option?

TIA,
Arc
Jul 20 '05 #1
2 1610
Arc wrote:
Sorry if this has been gone over before, but I checked google groups and I
couldn't find anything.

Does anyone here have any idea when 4.1.x will be released into production
I don't think even MySQL AB can offer a date that is carved in stone.
Think of any software company you have ever been involved with. It
would not do for any company to quote a date, until they are positive
that the product is done and ready to ship. Otherwise, they'd have to
risk either changing the date and upsetting people who were depending on
the release, or else shipping a product that wasn't ready. Not good,
either way.

I've always had the attitude, don't rely on technology that isn't
available yet.
It is currently impossible to find a commercial web
host who supports it because it is in beta, even though it has been out for
a long time now.
Keep in mind that it might take some significant amount of time before
*any* ISP upgrades their hosting support to MySQL 4.1.x. There are some
significant issues between 4.0 and 4.1 (such as the PASSWORD()
encryption function) that make the upgrade nontrivial without breaking
some existing applications.
My system *requires* subqueries, and so I can't even host it until 4.1.x is
released to production.


Many queries that use subqueries can be rewritten:

- as joins of some sort (see
http://dev.mysql.com/doc/mysql/en/Re...queries.html);

- as two separate queries: get the result of the subquery in the first,
make a string of comma-separated values out of it, and then use that in
the second query (for instance, in an IN( ) predicate);

- as an initial query, then a loop on the result set, executing the
second query for each value -- this can simulate correlated subqueries.

Of course, these are less convenient than using the subquery syntax, but
they do work in previous versions of MySQL.

Regards,
Bill K.
Jul 20 '05 #2
Arc
Thanks for the info Bill!

Regards, Arc
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: francescomoi | last post by:
Hi. I'm trying to build 'MySQL-python-1.2.0' on my Linux FC2: ---------------------------------- # export PATH=$PATH:/usr/local/mysql/bin/ # export mysqlclient=mysqlclient_r # python setup.py...
0
by: Randell D. | last post by:
Folks, I have installed MySQL v4 (client, server and development rpm's). I've tried and failed to use the recommended mysqladmin to set a root password after the installation (I have another post...
0
by: Donald Tyler | last post by:
Then the only way you can do it that I can think of is to write a PHP script to do basically what PHPMyAdmin is trying to do but without the LOCAL in there. However to do that you would need to...
4
by: mikey | last post by:
Hi all, I'm having great problems trying to install the latest MySQl RPM package onto my Red Hat Linux OS. There is already MySQL v 3.0 pre-installed with the RH Linux distribution disk but I...
0
by: Mike Chirico | last post by:
Interesting Things to Know about MySQL Mike Chirico (mchirico@users.sourceforge.net) Copyright (GPU Free Documentation License) 2004 Last Updated: Mon Jun 7 10:37:28 EDT 2004 The latest...
2
by: Arc | last post by:
Sorry if this has been gone over before, but I checked google groups and I couldn't find anything. Does anyone here have any idea when 4.1.x will be released into production (i.e. come out of...
2
by: trihanhcie | last post by:
I m currently working on a Unix server with a fedora 3 as an os My current version of mysql is 3.23.58. I'd like to upgrade the version to 5.0.18. After downloading from MYSQL.COM the package on...
1
by: manish deshpande | last post by:
Hi, When i'm installing MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm by the following command: rpm -i MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm the following error is being shown: ...
3
by: menzies | last post by:
Hi, I"m new to this forum, but I have been trying all day to install DBD::mysql onto my Intel MacBook. I've read lots of forums pages and none have gotten me to a successful 'make test' or a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.