dbTalk Databases Forums  

Mysql 5.5 for Windows development machine

comp.databases.mysql comp.databases.mysql


Discuss Mysql 5.5 for Windows development machine in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chuck Anderson
 
Posts: n/a

Default Mysql 5.5 for Windows development machine - 12-20-2010 , 02:24 AM






The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.

What version should I download to run with Php 5.2 and Apache 2.2 on a
Windows 7 machine?

This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL version to
become familiar with it.

Quote:
|

Reply With Quote
  #2  
Old   
Luuk
 
Posts: n/a

Default Re: Mysql 5.5 for Windows development machine - 12-20-2010 , 02:40 AM






On 20-12-10 09:24, Chuck Anderson wrote:
Quote:
The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.

What version should I download to run with Php 5.2 and Apache 2.2 on a
Windows 7 machine?

This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL version to
become familiar with it.

||
|
Here is the 5.1.54 version:
http://www.mysql.com/downloads/mysql/5.1.html

--
Luuk

Reply With Quote
  #3  
Old   
Chuck Anderson
 
Posts: n/a

Default Re: Mysql 5.5 for Windows development machine - 12-20-2010 , 03:45 AM



Luuk wrote:
Quote:
On 20-12-10 09:24, Chuck Anderson wrote:
The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.

What version should I download to run with Php 5.2 and Apache 2.2 on a
Windows 7 machine?

This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL version to
become familiar with it.
|

Here is the 5.1.54 version:
http://www.mysql.com/downloads/mysql/5.1.html

Thanks ..... Does that mean you think I should not get (do not need)
version 5.5?

(I did not mention that I have been using MySQL for a few years now, but
am currently using version 5.0.xx. It seems like I should upgrade to a
newer version, so thought I'd jump up to 5.5).


--
Chuck Anderson
Boulder, CO
cycletourist.com

Reply With Quote
  #4  
Old   
Luuk
 
Posts: n/a

Default Re: Mysql 5.5 for Windows development machine - 12-20-2010 , 04:17 AM



On 20-12-10 10:45, Chuck Anderson wrote:
Quote:
Luuk wrote:
On 20-12-10 09:24, Chuck Anderson wrote:
The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.

What version should I download to run with Php 5.2 and Apache 2.2 on a
Windows 7 machine?

This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL version to
become familiar with it.
|

Here is the 5.1.54 version:
http://www.mysql.com/downloads/mysql/5.1.html


Thanks ..... Does that mean you think I should not get (do not need)
version 5.5?

(I did not mention that I have been using MySQL for a few years now, but
am currently using version 5.0.xx. It seems like I should upgrade to a
newer version, so thought I'd jump up to 5.5).


I'm using 5.0.67 on my opensuse system.

I dont see the point in upgrading because i'm only doing 'simple' stuff
like a forum (phpBB) and some testing with this database.

In a year, or so, when i need to upgrade this linux version i'll see
which version of MySQL will be installed.

When doing a fresh install on Windows7 i should probably go for 5.1.x of
for the 5.5.x. I dont know why they killed the 'essentials' in the
download, and i dont know what it gave extra.

--
Luuk

Reply With Quote
  #5  
Old   
Jerry Stuckle
 
Posts: n/a

Default Re: Mysql 5.5 for Windows development machine - 12-20-2010 , 07:32 AM



On 12/20/2010 3:24 AM, Chuck Anderson wrote:
Quote:
The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.

What version should I download to run with Php 5.2 and Apache 2.2 on a
Windows 7 machine?

This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL version to
become familiar with it.

||
|
You can find both 32 and 64 bit versions at
http://www.mysql.com/downloads/mysql/.

Which version to use depends on whether you're using 32 or 64 bit windows.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex (AT) attglobal (DOT) net
==================

Reply With Quote
  #6  
Old   
Sherm Pendley
 
Posts: n/a

Default Re: Mysql 5.5 for Windows development machine - 12-20-2010 , 09:36 AM



Chuck Anderson <cycletourist (AT) invalid (DOT) invalid> writes:

Quote:
The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.
5.5 is only a few days old at this point - I suspect they may not have
gotten around to rolling all of the installer packages yet.

Quote:
This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL version
to become familiar with it.
What I generally do for web development is set up a virtualized host
environment (with VirtualBox, Parallels or similar) that matches the
deployment server as closely as possible.

sherm--

--
Sherm Pendley
<http://camelbones.sourceforge.net>
Cocoa Developer

Reply With Quote
  #7  
Old   
Chuck Anderson
 
Posts: n/a

Default Re: Mysql 5.5 for Windows development machine - 12-20-2010 , 03:25 PM



Luuk wrote:
Quote:
On 20-12-10 10:45, Chuck Anderson wrote:
Luuk wrote:
On 20-12-10 09:24, Chuck Anderson wrote:
The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.

What version should I download to run with Php 5.2 and Apache 2.2 on a
Windows 7 machine?

This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL
version to
become familiar with it.
|

Here is the 5.1.54 version:
http://www.mysql.com/downloads/mysql/5.1.html


Thanks ..... Does that mean you think I should not get (do not need)
version 5.5?

(I did not mention that I have been using MySQL for a few years now, but
am currently using version 5.0.xx. It seems like I should upgrade to a
newer version, so thought I'd jump up to 5.5).



I'm using 5.0.67 on my opensuse system.

I dont see the point in upgrading because i'm only doing 'simple'
stuff like a forum (phpBB) and some testing with this database.
Similar situation here, although I have written several apps that use
Apache MySQL Php. I like to upgrade at some point so I can stay current
and become familiar with any new functionalities or techniques.

It's beginning to sound like 5.5 is a bit too fresh ... we'll see.
Quote:
I dont know why they killed the 'essentials' in the download, and i
dont know what it gave extra.
It looks like the essentials installer may not be available yet. ?

Reply With Quote
  #8  
Old   
Chuck Anderson
 
Posts: n/a

Default Re: Mysql 5.5 for Windows development machine - 12-20-2010 , 03:37 PM



Jerry Stuckle wrote:
Quote:
On 12/20/2010 3:24 AM, Chuck Anderson wrote:
The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.

What version should I download to run with Php 5.2 and Apache 2.2 on a
Windows 7 machine?

This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL version to
become familiar with it.


You can find both 32 and 64 bit versions at
http://www.mysql.com/downloads/mysql/.

Which version to use depends on whether you're using 32 or 64 bit
windows.

My fault for not being clear. It's not 32 bit vs. 64 bit, but rather
5.1 vs. 5.5 that I'm trying to decide on - and wondering why there is no
essentials version for 5.5 even though it's the package they recommend
for Windows users.
http://dev.mysql.com/doc/refman/5.5/...g-package.html

With Windows 7 64 bit on my new laptop I am going to get the 64 bit
version ... and since it's a second computer, I think I'll step up to
the latest versions for my AMP installation on this machine. (Going to
finally work through the Php5.3 "NOTICES" in my existing apps and
thought I might was well get the latest version MySQL has to offer, too.)

Reply With Quote
  #9  
Old   
Chuck Anderson
 
Posts: n/a

Default Re: Mysql 5.5 for Windows development machine - 12-20-2010 , 03:46 PM



Sherm Pendley wrote:
Quote:
Chuck Anderson <cycletourist (AT) invalid (DOT) invalid> writes:


The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.


5.5 is only a few days old at this point - I suspect they may not have
gotten around to rolling all of the installer packages yet.

I'll buy that explanation for now.

mysql-5.5.8-winx64.msi is 122.7 MBs, while mysql-essential-5.1.54-winx64.msi is only 31.5 MB.


Quote:
This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL version
to become familiar with it.


What I generally do for web development is set up a virtualized host
environment (with VirtualBox, Parallels or similar) that matches the
deployment server as closely as possible.

Good point. My remote host is still on MySQL 5.0 (but I should probably
prod them into stepping p to 5.1).

Reply With Quote
  #10  
Old   
Jerry Stuckle
 
Posts: n/a

Default Re: Mysql 5.5 for Windows development machine - 12-20-2010 , 06:36 PM



On 12/20/2010 4:46 PM, Chuck Anderson wrote:
Quote:
Sherm Pendley wrote:
Chuck Anderson <cycletourist (AT) invalid (DOT) invalid> writes:

The MySQL web site recommends that I download a file named something
similar to |mysql-essential-5.5.8-win32.msi, yet there is no file by
that name to be found on their site. All I can find is
mysql-5.5.8-winx64.msi.

5.5 is only a few days old at this point - I suspect they may not have
gotten around to rolling all of the installer packages yet.

I'll buy that explanation for now.
mysql-5.5.8-winx64.msi is 122.7 MBs, while
mysql-essential-5.1.54-winx64.msi is only 31.5 MB.


This is a development machine ||for creating relatively simple Php web
applications but I figure I should be using the latest MySQL version
to become familiar with it.

What I generally do for web development is set up a virtualized host
environment (with VirtualBox, Parallels or similar) that matches the
deployment server as closely as possible.

Good point. My remote host is still on MySQL 5.0 (but I should probably
prod them into stepping p to 5.1).
Yea, but it doesn't take that long to download the full MySQL if you
have broadband.

Now if you're still on dialup, or your ISP charges by the byte
transferred, I can understand why you wouldn't want the larger size.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex (AT) attglobal (DOT) net
==================

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.