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


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





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.




View Complete Forum Thread with Replies

Related Forum Messages:
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 .

View Replies !
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 ?

View Replies !
Could Not Load MySQL Driver! Compile Php --with-mysql Or Install The Mysql.so Module.
I am trying to install Media Wiki 1.5.2 on Windows XP and I have already installed apache_2.0.55-win32-x86-no_ssl ,mysql-5.0.15-win32 and php-5.1.1-Win32 .

When I am trying to install Media Wiki 1.5.2 I receive the following message :

Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=mysql.so in your php.ini in C:Program FilesApache GroupApache2htdocsmediawikimediawiki-1.5.2install-utils.inc on line 17
Could not load MySQL driver! Please compile php --with-mysql or install the mysql.so module.

View Replies !
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?

View Replies !
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"

View Replies !
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.

View Replies !
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.

View Replies !
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.

View Replies !
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)

View Replies !
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"

View Replies !
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.

View Replies !
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.

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

View Replies !
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.

View Replies !
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.

View Replies !
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

View Replies !
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

View Replies !
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.

View Replies !
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".

View Replies !
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 ?

View Replies !
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:

View Replies !
MySQL-shared RPM Install
I'm having problems installing the shaired libraries. This RPM came from
the MySQL.com download site.

[root@localhost src]# rpm -i MySQL-shared-4.0.17-0.i386.rpm
warning: MySQL-shared-4.0.17-0.i386.rpm: V3 DSA signature: NOKEY, key ID
5072e1f5

View Replies !
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?

View Replies !
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.

View Replies !
MySQL Install On XP Machine
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?

View Replies !
Install MySQL Client
Is there any client tools available for mysql like sql server so that i can install server in one machine and client tool in a client machine that will connect to the mysql sever

View Replies !
MySql Can't Install Error
I installed mysql ver 4.1.7 via windows installer. When I installed I got the following error message:

install can't connect to mysql server on 'localhost' (10061)

I checked the hosts file and 127.0.0.1 local host is listed.
If go to the command prompt I can log in and see the databases.
If I try to connect via network I get the following error message
Client does not support authentication protocol requested by server; consider upgrading MySQL client

View Replies !
Test Mysql Install
How could i test by delphi if the mysql is installed?

Are there some keys on the registry to see if mysql is installed?

View Replies !
MySQL Win32 Install
I've downloaded MySQL community server, the one without the installer, and I've unzipped it into c:.

The last time I tried, I downloaded the one with the installer, and well.. I'm entirely newbie so once I did the installation and configuration, the computer start progressively work strange until I had to install windows xp again from zero.

I need to install and configure the MySQL database locally, I mean I don't want it to connect to internet. I'm trying to install a weblog server application in this computer but I don't need the weblog to connect to internet, just work into the computer.

I don't know nothing about server configuration, databases and things related. Therefore I would like some help configuring MySQL to work locally so the computer OS wont be in danger.

View Replies !
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?

View Replies !
APFinancial - Install MySQL
I am trying to install MySQL, but when I invoke scripts/mysql_install_db --user=mysql as one of the first steps I get the following.

./bin/my_print_defaults: syntax error at line 2: ^A unexpected Neither hose 'my host' and 'localhost' could not be looked up with ./bin/resolveip Please configure the 'hostname' command to return a correct hostname.... I'm logged in as root on this machine.

View Replies !
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?

View Replies !
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#

View Replies !
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?

View Replies !
Mysql Install On Win98
Win 98 with Apache 2.0, latest community version of mysql. So far have run the msi and installed it, wasn't promted for a username and password during this, assume only win2000/xp get this option ? What do i do next ?

Have looked at a ton of tutorials but still nothing clear.

I think i need to set a username and password then create the database, and maybe copy a file or two to my sustem dir? Ultimately i want to setup a phpbb forum on my home server.

View Replies !
Install 2 Version Of Mysql
I'm a newbie of mysql, i already used mysql 4.0.22nt and it work great
And now, I design to install more mysql server on my server of the current version 4.1.7 (reason why:

I have some php script that running on 4.0.22nt and I don't to convert them to 4.1.7. Another words, I using it for study purpose only)
So, it is possible to install 2 version on the same server like this.

View Replies !
MySQL 4.1.7 On OS X 10.3.6 Install Trouble
I am trying to get MySQL, PHP 5, and OS Commerce installed on OS 10.3.6 but am running into a little trouble with MySQL. Here is the output that I get when trying to start MySQL after installing from the OS X PKG file.

Last login: Sun Dec 5 21:47:38 on console
Welcome to Darwin!
Rhapsody:~ jeffery$ cd /usr/local/mysql
Rhapsody:/usr/local/mysql jeffery$ sudo ./bin/mysqld_safe
Password:
Starting mysqld daemon with databases from /usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/Rhapsody.local.pid
041206 09:48:13 mysqld ended


I have searched the internet and all around the forums for some help, but have not found anything yet, could someone let me know whats up?. Or possibly point me in the right direction?

View Replies !
MySQL Hanging On Install
OS: Linux Gentoo 2.6 Kernel
Download: mysql-5.0.41-linux-i686-glibc23.tar.gz

Procedure:
/usr/local # tar -xzvf mysql-5.0.41-linux-i686-glibc23.tar.gz
/usr/local # ln -s mysql-5.0.41-linux-i686-glibc23.tar.gz mysql
/usr/local # groupadd mysql
/usr/local # useradd -g mysql mysql
/usr/local/mysql # chown -R mysql .
/usr/local mysql # chgrp -R mysql .
/usr/local mysql # scripts/mysql_install_db --force --user=mysql

I use the --force command to bypass the resolveip issue. I thought the 2.6 kernels came with glibc, but I'm guessing not if it's telling me that it cannot resolve my hostname.

So anyway, it doesn't even matter if I ignore that error with --force. It tells me "Installing MySQL system tables..." and that's it. It hangs right there. I've left it for almost an hour and a half and nothing. I finally ctrl+c, look in the data folder it created and notice there are only two folders - mysql and test - and there isn't anything in either directory. Woohoo.... So what do I do? Not use a binary? Use an RPM? Do I just completely delete the mysql-5.0.41-linux-i686-glibc23 directory or are there more files it created elsewhere?

View Replies !
MySQL Install But No DB Access
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.

View Replies !
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.

View Replies !
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?



View Replies !
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.

View Replies !
Export MYSQL Database To Install On ISP ASP.Net
does anyone know how to export mysql so that i can set it up on my ISP
windows server.is there some sort of export command to do this ??

if there is a step by step guide on how to do this could someone please
point me towards it.

View Replies !
MySQL As Part Of RedHat 9 Install
When I did my RedHat9 install, I choose Workstation and customized the
packages I wanted install. As a part of that customization, I chose
mySQL DB; however, I can't seem to find any RedHat documentation that
says how to get to these installed packages. I would like to just start
using them, but not sure where to start. Any hints to get up and going
quickly?

View Replies !

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