- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: MYSQL installation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 05:47 PM
тАО05-11-2005 05:47 PM
MYSQL installation
Iam facing problem in installing MYSQL from a
linux 9 CD
First of all Iam not able to mount the CD
using mount -r -t iso9660 /dev/cdrom /mnt/cdrom
Can any body help me to install MYSQL from
Linux CD
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 06:12 PM
тАО05-11-2005 06:12 PM
Re: MYSQL installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 06:32 PM
тАО05-11-2005 06:32 PM
Re: MYSQL installation
And may I ask why do you want to install it from linux 9 CD? It's probably a very old version. MySQL has two licenses, GPL and Commercial, it means that you can download a free lates version of MySQL for almost every platform from their site:
http://dev.mysql.com/downloads/index.html
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 07:14 PM
тАО05-11-2005 07:14 PM
Re: MYSQL installation
What does your syslog say about the mount request? (see /var/log/messages)
Cheers,
Renarios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 07:19 PM
тАО05-11-2005 07:19 PM
Re: MYSQL installation
Here in our office they want it from
CD so I copied folloing RPMs from CD
rwxrwxrwx 1 binuv users 259771 May 12 06:31 httpd_de.rpm
-rwxrwxrwx 1 binuv users 55272 May 12 06:31 myodbc_2.rpm
-rwxrwxrwx 1 binuv users 5247012 May 12 06:31 mysql_3_.rpm
-rwxrwxrwx 1 binuv users 580038 May 12 06:31 mysql_de.rpm
-rwxrwxrwx 1 binuv users 92549 May 12 06:31 mysql_py.rpm
-rwxrwxrwx 1 binuv users 1119094 May 12 06:31 mysql_se.rpm
From her her how can I install Mysql..
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 08:09 PM
тАО05-11-2005 08:09 PM
Re: MYSQL installation
if you really dont worry about the space then install all packages starting with mysql :)
you dont have to install httpd and myodbc rpms.
you can decide which one to install by finding out each rpm's purpose. run rpm -qpi
rpm -ivh
ofcourse installation of an package might require anoter package to be installed, in which case you have to install that also.
just to do installation of all mysql rpms in one shot which will take care of dependencies within it, execute:
rpm -ivh mysql*.rpm
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2005 08:17 PM
тАО05-11-2005 08:17 PM
Re: MYSQL installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2005 08:29 PM
тАО05-12-2005 08:29 PM
Re: MYSQL installation
# up2date -ui
as root to patch the system afterwards. If I remember right, the RH 9.0 also had problems running up2date after RedHat updated their certificates a year ago. See https://rhn.redhat.com/help/latest-up2date.pxt for fix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2005 08:40 PM
тАО05-12-2005 08:40 PM
Re: MYSQL installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-13-2005 03:55 AM
тАО05-13-2005 03:55 AM
Re: MYSQL installation
MySQL 3.23.xx is the old, stable series. It's currently up to sub-version 58 as RPM releases for both RHE and FC.
v4.1.x is the current version, but it isn't all that widely distributed at this stage. Whilst it's listed as the current release series, it's still under heavy development, with features constantly evolving (yay! stored procs and triggers are finally here! So is MySQL's Cluster solution.. really quite interesting implementation! :).
v5.0.x is the bleeding-edge development.
RH9 is distributed with 3.23.54a-11 (available through their FTP as well if needed), but is up to eratta 3.23.58-1.9.
If you want to get RH9 release RPM's, I suggest you download the following files:
ftp://ftp.redhat.com/pub/redhat/linux/updates/9/en/os/i386/mysql-3.23.58-1.9.i386.rpm ftp://ftp.redhat.com/pub/redhat/linux/updates/9/en/os/i386/mysql-devel-3.23.58-1.9.i386.rpm ftp://ftp.redhat.com/pub/redhat/linux/updates/9/en/os/i386/mysql-server-3.23.58-1.9.i386.rpm
If you intend to use PHP or Perl's DBI or Python to access the MySQL databases, then also update the appropraite packages.