![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mysql | email-lalit | Linux | 2 | 06-06-2008 10:35 AM |
| MySQL article - Sun and MySQL: How It Stacks Up for Developers | iBot | UNIX and Linux RSS News | 0 | 02-28-2008 07:20 PM |
| mysql would not start: missing mysql.sock | xnightcrawl | UNIX for Advanced & Expert Users | 2 | 05-26-2006 07:06 AM |
| Mysql | kisoun | UNIX for Advanced & Expert Users | 3 | 09-12-2005 03:54 AM |
| MySQL problem >> missing mysql.sock | _hp_ | UNIX for Advanced & Expert Users | 8 | 11-03-2002 10:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
MySQL conflicts with mysql-3.23.58-16.RHEL3.1
I am tring to install mysql 5.0 on redhat linux3.
In this server mysql 3 is already installed and hence while I install mysql 5 it gives the following error. How I can install mysql 5 with out affect previous installation? bash-2.05b# rpm -i MySQL-server-community-5.0.41-0.rhel3.i386.rpm error: Failed dependencies: MySQL conflicts with mysql-3.23.58-16.RHEL3.1 bash-2.05b# |
| Forum Sponsor | ||
|
|
|
|||
|
Do not install by RPM. Use binary tarball releases from mysql.com. Just extract in a directory of your choosing and set up a my.cnf file in the directory to override the bind port (change to something other than 3306) and other needed configuration.
For details, please read the mysql reference manual. http://dev.mysql.com/doc/refman/5.0/...ion-files.html |
|
|||
|
I'm just curious of why you want 3.23 still hanging around anyway - regardless of whether or not you have your own separate version. That version's got to be 4 or 5 years old by now - isn't it time to upgrade?
|
|||
| Google The UNIX and Linux Forums |