Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    MYSQL




Install MySQL 4.1 On Windows


I'm trying to install the 4.1 alpha binary version on Windows.

After unzipping the download I don't find a setup.exe file.




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
JOIN Issue On WIndows Install But Not Linux Install
I am using MySQL 5.0.15 on windows and cannot run this query:

SELECT a.*,b.name, c.fullname,d.fullname FROM access_authorization a, building b
LEFT JOIN users c ON a.createdby=c.id
LEFT JOIN users d ON a.modifiedby=d.id
WHERE a.sortcode=b.sortcode AND a.sortcode like '1,2,1,6%' LIMIT 0, 25

I receive:
ERROR 1054 (42S22): Unknown column 'a.createdby' in 'on clause'

But this query DOES work under my linux 5.0.0-alpha!

I can modify the SQL Statement to the following and it works fine:

SELECT a.*,b.name, c.fullname,d.fullname FROM access_authorization a
LEFT JOIN users c ON a.createdby=c.id
LEFT JOIN users d ON a.modifiedby=d.id
RIGHT JOIN building b ON a.sortcode=b.sortcode
WHERE a.sortcode like '1,2,1,6%' LIMIT 0, 25 .

After Install Cant Select Install As Windows Service
i cannot configure MySQL to install as a windows service. NOR can i get the blasted thing to let me setup a user name and password. how do i correct this ?

MySQL 5.0.45 Windows Install
I am having an issue installing MySQL 5.0.45 on Windows 2003 (VMware). Basically, I extracted the contents of "mysql-5.0.45-win32.zip" to c: emp and double-clicked the setup.exe. However, the install wizard doesn't launch. I get a window with the install options via CLI.

Sharing MySQL Install Between Multiboot Machines (windows)
On Windows, I multiboot W2k, WXP. All 2 have MySQL install but in different
directories and partitions. I (unfortunately) also have 2 instances of one database.

Is there a way for MySQL to share a common installation and database?

I suppose it is possible. If so, and if I install MySQL in W2K first, what are the steps to
import the database install into XP?
Will I need to install in XP again, and just import the databases? Or just create a
windows shortcut to database directory so it's automaticaly imported into XP MySQL?

Install On Windows XP
I cant get mysql to run on my winXP computer. I have downloaded it and
installed , unzipped and run setup.exe and placed it in c:mysql.
I type the command to start the mysql server
c:mysqli mysqld --console

It opens the console and then the console shows some inoDB commands and the
console hangs.

I followed the mysql manual and i cant find the answer
there is no command prompt and nothing...how do I run mysql?

Install My SQL In Windows XP?
Can we install MY SQL in Windows XP? I tried to install but it gave error "This enterprise server sersion is not supported by this OS. Only Client version will be installed".

Need To Install MyODBC 3.51.14 On Windows Client
We have recently upgraded the MySQL client on a Windows machine to 5.0.38. In concert with that upgrade, we must ensure that MyODBC 3.51.14 is properly installed, as well.

After executing searches on the mysql.com website, I cannot locate guidance for the following issues:

1) To what link do I navigate to download the MyODBC 3.51.14 installation files?

2) What must I do to the client machine to prepare it for the 3.51.14 installation? (e.g. uninstall the old MyODBC driver?)

3) What specific steps do I follow to successfully install MyODBC 3.51.14 on the client machine?

First Time Install On Windows - Admin User&password Problem
I have a problem with logging in to MySQL. Access denied.

I think the issue is with the host, user and password settings. I assumed you had to add this information to the my.ini before you started the service for the first time. Is this only for WinMySQLAdmin? Is there a default?

I have tried all the solutions I could find but they seem to all require user privileges in the first place.

I simply need to have one main admin user and password and to refresh their values to be certain of the new settings in case there was one before.

Install / Re-Install MySQL 4.x
1.  If I want to simply run MySQL on my RedHat Linux server (Intel) based which product to I install?

2. I have paritally installed MySQL once.  Had some problems.  Now that I am trying to Re-Install, it says that I cannot because previous components exists.  How do I uninstall MySQL?

New To Mysql Install
i installed mysql and its a weird program, "WinMySQLAdmin 1.4".

Anyways I got phpMyAdmin also, and I guess I just drop it any of my
virtual host folders and it works with the MySQL software.

I get some security warnings, Im not too concerned because this is for practice.

If i make a new DB in phpMyAdmin it doesn't show up in WinMySQL Admin software. The only one that shows up is the one called "test" that I made in command prompt. This seems kind of confusing, but is there a way I can just make this phpMyAdmin work with WinMySQL Server?

I dont know if its a REAL database if its just appearing in phpMyAdmin, this stuff is really confusing to install, I just want to make databases and work it with php, not become an installation expert

Cannot 'USE Mysql' In New 5.0.45 Install On Mac
After a new install on a Mac, I cannot USE the mysql database. Even though I cannot USE it, I can select from it.

Sean
====================================

$ mysql --user=root
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 6
Server version: 5.0.45 MySQL Community Server (GPL)

mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| test |
+--------------------+
3 rows in set (0.00 sec)

mysql> use mysql
ERROR 1049 (42000): Unknown database 'mysql'

mysql> select User,Host from mysql.user;
+------+-------------+
| User | Host |
+------+-------------+
| root | 127.0.0.1 |
| root | 174.6.1.4 |
| root | localhost |
+------+-------------+
3 rows in set (0.00 sec)

How Do You Install Mysql?
I'm very new to this and I've been trying to figure this out for a few weeks now. Theres not many sites that tell you step by step what you need. I have a host that im trying to put phpnuke on. My understanding is that i need to install mysql, phpmyadmin, and then phpnuke. I also understand that you need to configure it. Could someone tell me how to configure the files step by step? It is a linux server.

How To Install MySQL 5.0.37
Please anyone explain step by step to me how to install MySQL 5.0.37 ? I downloded "Windows installer" and "Mysql noinstall 5.0.37".My platform is .NET 2005 with Windows XP professional.

Which one is first install? i want to my syatem act as a server and other three systems as client.

New Install Of MySQL 4.x
Hopefully there is an easy solution to this. I have an older version that seems to work with the same settings. I have install this copy on Windows XP. I created a server
called:

Name:  DEVSQL
Host Name: localhost
User Name:  root
Password:   blank

I am using the MySQL Control Center.

It states: Connection added successfully.
But when I attempt to connect it states:
[DEVSQL] ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)

I am starting a new project and I need to use this current version of MySQL.

Any suggestions would be appreciated. I have downloaded the MySQL driver and installed it.

Install & Use MySQL
I'd like to create a FORUM site for an existing web site and would like to use mySQL for the database. The existing web site currently uses MS Access DB and it's working well. HOwever, for a FORUM site, I believe I will need a more robust DB management system.

Is There A Right Way To Install MySQL?
I want to create a web application in Dreamweaver with MySQL, PHP and/or Coldfusion. Is there a right way to install these into my Windows XP system, I mean should I install first MySQL followed by PHP and Coldfusion? Also, should I install Apache also? What about IIS? And last, it is better to run Apache with PHP or ColdFusion with PHP.

MySQL Install
I just installed MySQL on a Windows XP machine, and upon using the SHOW
DATABASES command, I was suprised to see that the only table that exists
is the 'test' table. Isn't there supposed to be a 'mysql' table there
also? Did I miss something?

Install MySQL 4.0.x For PHP
I've setup MySQL on Windows several times and figured it would be relatively straightforward on Linux;)

I have RH9 Linux installed, and have successfully upgraded both Apache 2 and PHP 4 to the latest versions.

I compiled PHP with MySQL.

Okdoke, now I couldn't get MySQL 3.23.54a-11 which comes with RH9 to work - I think I was just being dense...

So I then did the following (even more dense of me!):

1) Tried to rpm -i mysql-server-4.0.18-0
// This failed complaining: "MySQL-server... conflicts with file from package mysql-3.23..." lots of times

2) Tried to rpm -i mysql-client-4.0.18.0
//get the same error as point 1 above.

3) (really dumb on my part here) I did rpm -e mysql-server-3.23.54a-11
// I thought this would clear up points 1 and 2 - d'oh!

4) (getting even dumber...) I did rpm -e mysql-3.23.54a-11
// This wouldn't go through as mod_auth_mysql and php-mysql need it as a dependency.

I am now left in the very self-inflicted state of having only half of MySQL 3.23 installed, none of 4.0, and am unsure if any MySQL is currently working with PHP 4.

Where I would like to be is with either MySQL 3.23 or MySQL 4.0 installed, running, and accessible to PHP. I will need to alter PHP to not use the built in MySQL as the make of PHP informed me that I should use an external version of MySQL if using it with non-PHP projects.

Mysql RPM Install On FC4
I have just installed MySql 5.0.18 on a fresh installation on RH fedora core 4 using RPMs but the service won't start. Any ideas, can I see a log of why its failing anywhere?

Cannot Install MySQL
I've just downloaded the latest version of MySQL form mysql.com (4.0.21) and unzipped it then ran setup.exe. In theory that brings up the install wizard.

Mac (OSX) Can't Not Install MySQL
If i click on the link at THERE ARE DIFFERENT results:

Here is result #1

I get a message...........

"Internet Explorer does'nt know how to handle the type of file you have selected. You can choose to save this file to your disk or you can configure a helper application."

Hre is result #2

I get message............

The file "mysql 2" does not appear to be compressed or encoded. The application "StuffIt Expander.app" might be able to open this file. Would you like to try opening the file using "Stuffit Epander app"?

- I try over and over and the above message keeps poping up!

Here is result #3"

I get message............

"Couln't open the file "mysql 2" because it is not a file that QuickTime understands"

Cant Install Mysql
Every time I run the mysql instance config.exe it stops at the 3rd step and it says " can not create windows service for mysql. error 0. I have no idea what this means and why I'm getting this.

MySQL Install
It installs (at least it seems so) ok, but I never have "access" to the database. It always says "Access denied for user: '@localhost' to database 'mysql'

This is not on a network, but on a laptop for myself. No one but me uses it and like I said, I am only setting this up for educational purposes (not real use). I can see the two tables, test and mysql, using 'mysql show'...but cant really do much more.

I started the Admin GUI tool to look at the .ini file, and it has HOST=Jaret, my username and then my password. I tried logging on with these values but it never works.

Install MySQL 5.0
im only using a personal PC at home.. is it ok if install mySQL even w/o connection to network?

Re-Install MySql
I want to put a MySql database on my network file server.

Right now I have it on my local workstation and I been writing a VB .NET application to access the local data. Now I need to start testing it on the network.

Do I have to reinstall MySql to get the data files on the network computer?

MySQL/PHP Install
Forgive me if I'm being an idiot, this is my first time installing anything on Linux (RedHat 6.2).

I successfully installed MySQL (3.23.32) using the rpms (I created a test db that works fine). Now I'm trying to install PHP (4.0.4pl1), but configure gives me the following error: cannot find [mysql] header files under /usr/bin. I'm using the option --with-mysql=/usr/bin because the rpms installed everything there, instead of /usr/local/mysql, which is where I would have installed it if given an option. Poking around I found the header files in /usr/include/mysql, so I tried to specify the option --mysql-includes=/usr/include/mysql, but configure says that's an invalid option.

Install Mysql
i just need to know something to get it straight in my head. Basically i want to learn mysql and it is supported on my web host. Do i need to install mysql or do i just do the mysql tables in notepad and upload them to my web host?

MySQL Install
I am having a program created for me but it is not working. My programmer claims it is because MySQL is not properly running. He says I should see lights from MySQL in the task bar, but I do not.When I run services.msc it says "mysql" "started"

MySQL 5.1 Install
I'm a complete newbie and I've just installed MySQL. The application package defaulted the installation to my main drive, but installed the pieces into Adobe Version CS2 Que/data directories. There are pieces of it strewn all over the place. How can I uninstall it, and where should I direct it to be installed. The install 'package' gave me no options other than my main drive.

Install Mysql-4.0.21-win.zip
I just downloaded mysql-4.0.21-win.zip for WIN XP, and my problem is I can't install it, after unzipped and clicked on the install.exe, it gives me this popup: 16bit windows system c:windowssystem32autoexe.nt. The system file is not suitable for running MS-DOS and Mircosoft Windows applicationsl.

Install Mysql
Could someone tell me how to install mysql in my home pc which runs redhat
9.0 as a operating system.

Install MySQL
I have an external Hard Drive that I would like to create as a roaming database of images. So, I could hook it up to any machine in our office or remotely.
This idea might sound ridiculous, but here it goes.
Can I install all the necessary things (ie MySQL, Apache, PHP) to create a database and a web application to modify (insert, edit, delete the images and additional information associated to the images)?

MySQL Install Problems

I'm new to the forums, brought here by Kevin Yank's book. I bought the book today, and downloaded MySQL 5.0 and PHP 5.x as directed at the beginning of the book. I modified all of the text files and added the new files where necessary. I was able to log into mysql and change the root password using the windows command prompt. After that, however, I tried to move on to the "Getting started with MySQL" chapter and found that the command prompt won't connect to the server, with the message "failed to connect to server."

I'm using Windows XP pro, and tried going to the installation file and double-clicking mysqld-nt.exe. The program opens, but won't allow me to input. It sits there as if frozen up for about 20 seconds and then closes by itself. This behavior is repeated every time the file is opened.

I have un-installed and re-installed the program three times now, without any success. I have tried using the wizard at the end of the installation to "setup MySQL" rather than using the cmd prompt to change the password, and I've done it through the cmd prompt.

I'm getting a little exasperated after all this... can anyone see anything I'm obviously doing wrong?



MySQL Install On Leopard
I have upgraded from Tiger to Leopard (10.5.1) and am trying to get MySQL to work.

Now many of you will say I shouldn't have upgraded and maybe so (however, I do have a backup Tiger machine if need be).

Problem is the following error: Warning: mysql_pconnect() [function.mysql-pconnect]: Can't connect to local MySQL server through socket '/var/mysql/mysql.sock'

I have used terminal commands to copy the "mysql.sock" file to the directory but to now avail.

Since the mysql installation was present and working before the upgrade and since this machine is operating for webserver sharing I would like to get it working if possible. As well I do have a database backup so we're good there.

I'm willing to start over with MySQL (uninstall, re-install) but can't find proper instructions for Leopard on how to do so even after searching for a few long hours.

New Install Of MYSQL It Crashed
Installed MySQL ver 5.0 (latest) and kept getting errors so went back and installed ver 4.1 and still get same errors.

They occur when calling the DB via PHP using mysql_connect and are:
[quote]
Warning: MySQL Connection Failed: Client does not support authentication protocol requested by server; consider upgrading MySQL client,

Warning: MySQL Connection Failed: Client does not support authentication protocol requested by server; consider upgrading MySQL client

and

Warning: MySQL Connection Failed: Host 餘.168.6.80' is not allowed to connect to this MySQL server
[quote]

Having difficulty finding things on the net that address config issues with MySQL. Can run the DB doing the following:

Start + All Programs + MySQL ... MySQL Command Line Client

However when I go to the command line and try to run mysqld it never recognizes >>localhost<<, >>computer name<< or any other host I give it.

MySQL Install Problem
I've just purchased copy of "Database Driven Website Using PHP and MySql" and have a few problems getting started.

I had tried to install apache via the manual install but could'nt make any sence of it. I them found a program called Xampp. I installed it becuase it included PHP, MySQL and would get apache working as well.

Having read the first part of the book I did'nt think I needed to install any programs and tried to start on Ch 2.

I can't open the msql.exe file or even find it??

Can't Install MySql On Debian 3.1
I can't install it on Debian 3.1

Here is what I've done so far

1.Created mysql group ,user
2.unzipped
3.ran scripts/mysql_install_db
4.chown -R mysql /usr

but when executing

mysqld_safe &

I get :

quark:/mysql/bin# safe_mysqld &
[1] 2156
bash: safe_mysqld: command not found
[1]+ Exit 127 safe_mysqld
quark:/mysql/bin#
quark:/mysql/bin#
quark:/mysql/bin#

Mysql 5.0.22 Install On Solaris 10
I'm trying to do an install of mysql on a Sun Ultra 10 machine running
Solaris 10 (1/06) which is a completely clean, fresh install.
I can get the packaged (with Solaris 10) version of mysql (4.0.something)
running easily.
I do have version 5.0.15-standard installed and running on another machine.

It appears that between 5.0.15 and 5.0.22 someone has made a decision to
change the locations that the files are sent to and nobody has updated
anything (that I can find) in the documentation.
If I'm not mistaken, 5.0.15 gets installed in /usr/local/mysql but 5.0.22
goes into /opt/mysql/mysql

I am installing the package from the Solaris binary .pkg format which is
what I prefer - I'm not into compiling programs from source. This is also a
test platform that has a clean disk so that I can test this before I try and
touch anything else.

Install And Startup Mysql
I cant get mysql to run on my winXP computer. I have downloaded it and
installed , unzipped and run setup.exe and placed it in c:mysql.
I type the command to start the mysql server
c:mysqlinmysqld --console

It opens the console and then the console shows some inoDB commands and the
console hangs.

I followed the mysql manual and i cant find the answer
there is no command prompt and nothing...how do I run mysql?

Install Mysql On Solaris 2.6
i'm supposed to install mysql on solaris 2.6. the www.mysql.com only has binaries for 2.7/2.8. can these be used for 2.6 or should i look elsewhere?

Failed Install Of DBD::mysql
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 open on the MySQL newsgroup
about this). I'm attempting an alternative solution and using webmin
(www.webmin.com) to create/manage access to my databases.

Webmin reports "Warning: The Perl module DBD::mysql is not installed on your
system, so Webmin will not be able to reliably access your MySQL database.
Click here to install it now."

So... I set out to install the Perl module DBD::mysql module - I attempted
to perform it using the link provided by webmin (which calls CPAN, something
I know little about) and from the command line (using perl -MCPAN -e shell
and then doing INSTALL DBD::mysql at the CPAN command line).

Both give similar output as to what appears below (which I have grabbed from
the webmin output, but the errors are identical). Can someone tell me what
I am missing and how to resolve? Code:

MySQL 4.1.14 On Win32 Just After Install
Here is what I get when I try running MySQLShow:

C:Documents and Settingsmorla_jb>mysqlshow
mysqlshow: Access denied for user 'ODBC'@'localhost' (using password: NO)

Any idea?

Install MySQL On Win98
I downloaded MySQL 3.23.57 for Windows as I wish to learn MySQL
locally and then use the one I already have installed on my UNIX server.
I ran setup and rebooted but the WinMySQLadmin program will not start
the Server as it has a MyODBC error "Driver 3.51 Not Found".

I cannot find any reference to this in the books I have, at MySQL.com,
or any UserGroups.

Install And Manage MySQL
I will have to follow-up my company mySQL server. I want to understand more about mySQL,
I would like to know if mySQL server can be installed through internet/web like myphpadmin? Or it must be installed locally?

MySQL 4.0.15-0 Install From RPM, Change Pwd?
I have installed MySQL 4.0.15-0 from a RPM at the MySQL.com website

using the command line syntax:

root# cd /tmp/downloads
root# rpm -i MySQL-server-4.0.15-0.i386.rpm

after I install that it tells me to change the default password
using a syntax of mysqladmin -u root password 'new password'

so I do:
root# cd /usr/bin
root# mysqladmin -u root password steve

and it tells me:
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: NO)'

what do I do now ?

Can't Install / Uninstall MySQL
we have a server on which someone blew away the MySQL 4 progs directory
before installing MySQL 5. When installing MySQL 5 the installation
failed with an error stating that it was unable to create system tables
as the MySQL 4 directory did not exist.

We are now unable to uninstall MySQL 5:

[root@server1 local]# rpm -i
MySQL-server-standard-5.0.18-0.rhel3.i386.rpm
warning: MySQL-server-standard-5.0.18-0.rhel3.i386.rpm: V3 DSA
signature: NOKEY, key ID 5072e1f5
package MySQL-server-standard-5.0.18-0.rhel3 is already
installed

[root@server1 local]# rpm -e
MySQL-server-standard-5.0.18-0.rhel3.i386.rpm
error: package MySQL-server-standard-5.0.18-0.rhel3.i386.rpm is not
installed

Winxp Mysql Install
I have followed numerous tutorials and I can get mysql to run as a service, and I can get the odbc test to work just fine but no other software can connect.  It just says unable to connect.  I know that the service is running and installed because "net start" lists mysql. I have apache installed (apache2) and I have the latest version of mysql (downloaded today. but its not the beta.)

in the winmysqladmin window, the main tab is enviroment and the section on server (from what I can tell) is supposed to give you stats on the mysql server. problem is, these are all blank.

How To Run Mysql Console After Install ?
On windows xp
I enter
mysql -u root

gives

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: N
O)

mysql -u root -p
gives a silimar error.

How do you first start (login to) mysql console? What is the default password?

Install Mysql Problems
I have windowsXP and have downloaded the relevant copy of MySql. I run the
setup and mysql is placed on c:mysql.....OK so far. I am trying to follow the manual on mysql website but I am struggling.

I run the following command below and the console appears with InnoDB
commands
c:mysqlinmysqld --console

I run the above and it seems to hang the console. After the line with socket
and port it just hangs? I cant type on the console and there is
no prompt

I knew this sql manual looked complicated to do but I dont know what to do
from here...I just want mysql to run so I can load databases But I cant
start the server.


Copyright © 2005-08 www.BigResource.com, All rights reserved