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
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
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
02-12-2004 01:53 AM
02-12-2004 01:53 AM
RPM's
First i did "rpm -i MySQL-bench-4.0.17-0.i386.rpm" and i get a warning about a V3 DSA signature: NOKEY, key id 5072e1f5 ... Then i get 2 failed dependencies saying MySQL-client is needed by MySQL-bench ... Anybody have any ideas? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:06 AM
02-12-2004 02:06 AM
Re: RPM's
rpm -Uvh mysql*
should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:11 AM
02-12-2004 02:11 AM
Re: RPM's
Kyle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:29 AM
02-12-2004 02:29 AM
Re: RPM's
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:48 AM
02-12-2004 02:48 AM
Re: RPM's
100% agree with Bruce :
rpm -ivh mysql*
It will also solve the problem where a needs b and b needs a...
rpm -whatrequires package name will get you the list and order, but why bother ?...
hth
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:48 AM
02-12-2004 02:48 AM
Re: RPM's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:59 AM
02-12-2004 02:59 AM
Re: RPM's
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 03:02 AM
02-12-2004 03:02 AM
Re: RPM's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 03:05 AM
02-12-2004 03:05 AM
Re: RPM's
10 mn could be possible, but trying on my 2.4 Ghz took for the same packages aroung 4 mn...
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 03:13 AM
02-12-2004 03:13 AM
Re: RPM's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 03:27 AM
02-12-2004 03:27 AM
Re: RPM's
hth,
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 03:30 AM
02-12-2004 03:30 AM
Re: RPM's
what you really need is the server and the client part. Bench really is only required if you want to benchmark your own system and compare how well e.g. Oracle does against MySQL.
10 min for the installation seems to be too long. Try to install server alone and see how this works. Then go on with client and the rest.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 03:30 AM
02-12-2004 03:30 AM
Re: RPM's
Another headache with mysql is that some older packages were called MySQL, whereas newer ones are named mysql. I recall finding both MySQL and mysql installed on one of my servers after upgrading from RH 7.2 to RH 8. That happened during the RedHat installation itself. I don't know what would occur if you tried the same thing directly using the rpm program. The RH installers often turn off quite a bit of dependency checking during the installation of rpm packages.
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 04:00 AM
02-12-2004 04:00 AM
Re: RPM's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 05:02 AM
02-12-2004 05:02 AM
Re: RPM's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 05:16 AM
02-12-2004 05:16 AM
Re: RPM's
Kyle