RE: Installing MySql 4.1

2005-01-27 Thread Artem Koltsov
I had similar problem after incomplete removal MySQL 4.0.x which left dead 
service named MySQL that points to non-existing path c:\mysql. I changed the 
windows service name for MySQL 4.1 to MySQL41, and it works fine. Also you can 
try to execute mysqld from command line to see any extra details: mysqld 
--console --standalone

 -Original Message-
 From: Darrell and Lynda Adams [mailto:[EMAIL PROTECTED]
 Sent: Thursday, January 27, 2005 4:34 PM
 To: mysql@lists.mysql.com
 Subject: Installing MySql 4.1
 
 
 Trying to install MySql 4.1 on XP using the automated 
 installer. Have tried to install both the windows essentials 
 and windows X86 . Tried doing typical and custom versions. 
 Also used the Instance Configuration both detail and 
 standard. When I get to the dialog box with the execute 
 button I receive the following error message: Cannot create 
 windows service for MySql. Error:0.  Also went into services 
 and tried to start and received the error message Could not 
 start MySql service on local computer. Error 3: The system 
 cannot find the path specified. OBVIOUSLY I dont have 
 something set. Any help appreciated.
 
 
Attention:
Any views expressed in this message are those of the individual sender, except 
where the message states otherwise and the sender is authorized to state them 
to be the views of any such entity. The information contained in this message 
and or attachments is intended only for the person or entity to which it is 
addressed and may contain confidential and/or privileged material.  If you 
received this in error, please contact the sender and delete the material from 
any system and destroy any copies.

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



Re: Installing MySQL 4.1 from RPM on Fedora2

2004-09-06 Thread Egor Egorov
Danesh Daroui [EMAIL PROTECTED] wrote:

 I have installed Server, Client, Benhcmark, Share, Embeded and =
 Compact-Share RPMs version 4.1 on a Fedora2 system. The have been =
 installed successfully but when I type:
 
 Shell mysql -u root
 
 it says that it can not open socket and I think it is because mysqld is =
 not alive. When I type:
 
 Shell mysqld
 
 it returns a fatal error and refers me to Security notes about =
 installation. Also, I thought that an user account which name is mysql =
 should be created automatically when RPMs are installed, but there is no =
 user account with name mysql !!! Please help me to fix the problem and =
 install mysql on my linux system.

Maybe, you haven't removed the older mysql that comes with fedora? 
Let's clean your system. Save your data in a safe place, we will later remove
the MySQL data directory. 

Issue 
rpm -qa | grep -i mysql

And see what are the packages with mysql in it. Remove everything that has
relation to MySQL itself (but of course, not packages like postfix-sasl-mysql
or mod_php_mysql, etc). Ignore dependencies. 

After that, clean your system: remove /var/lib/mysql and delete the mysql user: 

userdel mysql

Again, don't forget to save your data!

Then do a fresh install of MySQL.com's downloaded packages. Install it like
that: 

rpm --install -v -h MySQL*4.1.4*rpm 

That should help.





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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]



RE: Installing MySQL 4.1 from RPM on Fedora2

2004-09-02 Thread Donny Simonton
Start mysql on fc2 with 
/etc/rc.d/init.d/mysql start

If that fails then look at the mysql error log.

Donny

 -Original Message-
 From: Danesh Daroui [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 02, 2004 3:04 PM
 To: [EMAIL PROTECTED]
 Subject: Installing MySQL 4.1 from RPM on Fedora2
 
 Hi all,
 
 I have installed Server, Client, Benhcmark, Share, Embeded and Compact-
 Share RPMs version 4.1 on a Fedora2 system. The have been installed
 successfully but when I type:
 
 Shell mysql -u root
 
 it says that it can not open socket and I think it is because mysqld is
 not alive. When I type:
 
 Shell mysqld
 
 it returns a fatal error and refers me to Security notes about
 installation. Also, I thought that an user account which name is mysql
 should be created automatically when RPMs are installed, but there is no
 user account with name mysql !!! Please help me to fix the problem and
 install mysql on my linux system.
 
 Regards,
 
 Danesh Daroui



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



Re: Installing MySQL 4.1 on RedHat Linux 7.2

2004-02-26 Thread Sasha Pachev
Colin Lawrence wrote:
Hi,

I'm running RedHat Linux 7.2 and I want to install MySQL 4.1.  I have downloaded the following RPM packages to install in the following order:

MySQL-server-4.1.1-1.i386.rpm
MySQL-client-4.1.1-0.i386.rpm
MySQL-devel-4.1.1-0.i386.rpm
MySQL-shared-4.1.1-0.i386.rpm
I try to install the packages but when I get to the shared RPM I get the following output:

]# rpm -i --force MySQL-shared-4.1.1-0.i386.rpm
error: failed dependencies:
libcrypto.so.0.9.6 is needed by MySQL-shared-4.1.1-0
libssl.so.0.9.6 is needed by MySQL-shared-4.1.1-0
I know that these libraries are installed in /usr/lib/ but 'rpm' only gives me a failed dependency.  I also tried the following queries on 'rpm' to see if I have the correct RPM packages installed:

]# rpm -qilf /usr/lib/libcrypto.so.0.9.6
Name: openssl096   Relocations: (not relocateable)
Version : 0.9.6 Vendor: Red Hat, Inc.
Release : 6 Build Date: Mon 06 Aug 2001 10:11:09 PM MDT
Install date: Thu 26 Feb 2004 04:49:52 PM MST  Build Host: porky.devel.redhat.com
Group   : System Environment/Libraries   Source RPM: openssl096-0.9.6-6.src.rpm
Size: 1599661  License: BSDish
Packager: Red Hat, Inc. http://bugzilla.redhat.com/bugzilla
URL : http://www.openssl.org/
Summary : Secure Sockets Layer Toolkit.
Description :
The OpenSSL certificate management tool and the shared libraries that
provide various cryptographic algorithms and protocols.
/usr/lib/libcrypto.so.0.9.6
/usr/lib/libssl.so.0.9.6
/usr/share/doc/openssl096-0.9.6
/usr/share/doc/openssl096-0.9.6/CHANGES
/usr/share/doc/openssl096-0.9.6/FAQ
/usr/share/doc/openssl096-0.9.6/INSTALL
/usr/share/doc/openssl096-0.9.6/LICENSE
/usr/share/doc/openssl096-0.9.6/NEWS
/usr/share/doc/openssl096-0.9.6/README
/usr/share/doc/openssl096-0.9.6/c-indentation.el
/usr/share/doc/openssl096-0.9.6/openssl.txt
/usr/share/doc/openssl096-0.9.6/openssl_button.gif
/usr/share/doc/openssl096-0.9.6/openssl_button.html
/usr/share/doc/openssl096-0.9.6/ssleay.txt
]# rpm -qa | grep openssl
openssl-devel-0.9.6b-8
openssl096-0.9.6-6
openssl-perl-0.9.6b-8
openssl095a-0.9.5a-11
openssl-0.9.6b-8
Has anyone else had this problem?  Is there any other way that I might be able to install the shared RPM without using the '--nodeps' flag?

Any ideas?

Colin Lawrence

I'd say the --nodeps issue is not worth the worry in this case. MySQL is a 
fairly low-dependency package - in fact, when I need to test something on a new 
box, to save time I just copy a statically linked mysqld and errmsg.sys -- 
that's all it *really* needs to run - the rest is just fluff to make it more 
pleasant to use.

--
Sasha Pachev
Create online surveys at http://www.surveyz.com/
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]