473,770 Members | 5,976 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MySQL Installation

Hi all,

I hope someone here may be able to help me out! I have already
serached the net for info to sort my problem but I could not find
anything that solved it.

Now, go easy on me, I am a Linux newbie but am doing my best to learn
asap..

Anyway, to the problem...

I downloaded a copy of MySQL - the file I got was called...

MySQL-server-4.1.8-0.i386.rpm

Now, when I try to install from shell like this:

rpm -ivh MySQL-server-4.1.8-0.i386.rpm

I get a message saying
Package MySQL-server-4.1.8-0.i386.rpm is already installed

- bear in mind this is a new install of RedHat ES so i doubt its
installed, I know it comes with version 3 somrthing...any way i did not
install that version at setup.

So, me thinks OK, I will just uininstall it and then reinstall so i
get used to the procedure. So I type...

rpm -ev MySQL-server-4.1.8-0.i386.rpm

Now I get a message saying
Package MySQL-server-4.1.8-0.i386.rpm is not installed

HUH????

Ok, I thinks to myself - Hmmmm, maybe even though I did not ask to
install mysql during initial Linux setup, it installed anyway... No
problem, I shall upgrade... (This was also suggested on some websites
when I searched for help)

So I type

rpm -Uvh MySQL-server-4.1.8-0.i386.rpm

Now I get the message
Package MySQL-server-4.1.8-0.i386.rpm is not installed

Anyone any ideas of what is happening here? How can I get rid of this
package that is supposedly installed (sometimes)??

I did the Install/Remove Sofware bit from the menu in the Gnome GUI,
but the entry for mySql shows not installed!

When I ran

ps aux | grep mysql

initially it did show the service running, however now i have removed
the startup symbolic link (is that right) from the rc5.d (Run Level 5
directory thing) directory so now it does not start the service..

So bottom line is... MySql is on there somehwre (as it used to
startup), but I cant install, upgrade or remove...

Please help!
G
Jul 23 '05 #1
1 1394

"ADale" <No******@email s4nonono.com> wrote in message
news:sv******** *************** *********@4ax.c om...
Hi all,

I hope someone here may be able to help me out! I have already
serached the net for info to sort my problem but I could not find
anything that solved it.

Now, go easy on me, I am a Linux newbie but am doing my best to learn
asap..

Anyway, to the problem...

I downloaded a copy of MySQL - the file I got was called...

MySQL-server-4.1.8-0.i386.rpm

Now, when I try to install from shell like this:

rpm -ivh MySQL-server-4.1.8-0.i386.rpm

I get a message saying
Package MySQL-server-4.1.8-0.i386.rpm is already installed

- bear in mind this is a new install of RedHat ES so i doubt its
installed, I know it comes with version 3 somrthing...any way i did not
install that version at setup.

So, me thinks OK, I will just uininstall it and then reinstall so i
get used to the procedure. So I type...

rpm -ev MySQL-server-4.1.8-0.i386.rpm

Now I get a message saying
Package MySQL-server-4.1.8-0.i386.rpm is not installed

HUH????

Ok, I thinks to myself - Hmmmm, maybe even though I did not ask to
install mysql during initial Linux setup, it installed anyway... No
problem, I shall upgrade... (This was also suggested on some websites
when I searched for help)

So I type

rpm -Uvh MySQL-server-4.1.8-0.i386.rpm

Now I get the message
Package MySQL-server-4.1.8-0.i386.rpm is not installed

Anyone any ideas of what is happening here? How can I get rid of this
package that is supposedly installed (sometimes)??

I did the Install/Remove Sofware bit from the menu in the Gnome GUI,
but the entry for mySql shows not installed!

When I ran

ps aux | grep mysql

initially it did show the service running, however now i have removed
the startup symbolic link (is that right) from the rc5.d (Run Level 5
directory thing) directory so now it does not start the service..

So bottom line is... MySql is on there somehwre (as it used to
startup), but I cant install, upgrade or remove...

Please help!
G


Did you try to stop the service before installing/upgrading the RPM?

Jonathan
Jul 23 '05 #2

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

Similar topics

0
2255
by: Anil Garg | last post by:
Hi, I am trying to install myql on redhat. mysql package used: mysql-3.23.52-unknown-freebsdelf4.6-i386.tar.gz While following the instructions in install document..when i run the follwing command.. scripts/mysql_install_db following errors appear: -------------
0
2209
by: Chris Moy | last post by:
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: From: moyc To: mysql@lists.mysql.com Subject: Installation challenges - mysqld >Description:
0
1669
by: niku | last post by:
Hello all. I'm trying to get mysql installed on OpenBSD 3.4. Unfortunately, it appeares that the port only installes the mysql-client, and one needs to install the -server package seperately. This would be fine with one exception, there is a dependency that breaks when installing from ports. This lead me to install from source, and now I'm having problems just getting mysql to start. If anyone could look at the error message below, and...
4
5853
by: Adam Smith | last post by:
I have a dedicated server running 'FreeBSD 4.9 STABLE' at a hosting site. They have done some default installations, presumably from the CVS ports package ??. Herein lies the problem, "I do not know" what they have done! At first it was apparent that MySQL was installed mysql_install_db ; GRANT TABLES etc. ??? so I ran "mysql_install_db --force"
4
11512
by: MLH | last post by:
I am having failures processing the following command and I wonder if you can tell me what I must do in order to have success. When I try to run source mysql_dump.sql.txt ==> it is a problem for me. 1) I put the file in /home/mlh/public_html/credifree/sql_script/. 2) I made that directory my current directory 3) I typed mysql and pressed ENTER 4) I then typed source mysql_dump.sql.txt and pressed ENTER A bunch of error...
0
2335
by: Murphy | last post by:
I am currently migrating a db from SQL Server & MySQL and ? (front end yet to be decided upon) As I familiarise myself with MySQL populating tables etc can be quite clumbersome. After reading the MySQL site it appears the "Query Browser" is the correct tool which I've downloaded, extracted and followed the instruction for installing it... without success, it doesn't work. To clarify what I've done I've: Downloaded:...
1
2830
by: Good Man | last post by:
Hi there I've noticed some very weird things happening with my current MySQL setup on my XP Laptop, a development machine. For a while, I have been trying to get the MySQL cache to work. Despite entering the required lines to "my.ini" (the new my.cnf) through notepad AND MySQL Administrator, the cache does not work. So, today I took a peek at the 'Health' tab in MySQL Administrator.
2
6120
by: pc | last post by:
hi everyone, 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: # rpm -i
6
38519
Atli
by: Atli | last post by:
This is an easy to digest 12 step guide on basics of using MySQL. It's a great refresher for those who need it and it work's great for first time MySQL users. Anyone should be able to get through this without much trouble. Programming knowledge is not required. Index What is SQL? Why MySQL? Installing MySQL. Using the MySQL command line interface
11
2152
by: Robin S. | last post by:
I've used phpinfo() to confirm settings for mySQL on our host server, and it's not returning accurate info. phpinfo() returns a mySQL client API version of 3.23.54 (uselss for me), where as a SELECT VERSION() query on the mySQL database returns version 5.0.27 (exactly what we need). I think there's something wrong with the mySQL library in PHP. Is there any more thurough method of seeing php's settings for mySQL? Obviously I don't...
0
9425
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10004
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8886
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7416
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5313
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5450
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3972
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2817
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.