View previous topic :: View next topic |
Author |
Message |
Zatic n00b
Joined: 21 Oct 2003 Posts: 25
|
Posted: Sat Jan 20, 2007 2:58 pm Post subject: [solved] mysql-gui-tools without mysql? |
|
|
Hi community,
I want to merge mysql-gui-tools on my desktop to maintain Mysql on my home server. However, Mysql itself seems to be a dependency. But I want to avoid merging Mysql on the the desktop; Is it somehow possible to install the gui-tools without the server?
Or can someone recommend good GUI alternatives?
Thanks,
Eric
Last edited by Zatic on Sun Jan 21, 2007 4:57 pm; edited 1 time in total |
|
Back to top |
|
|
opentaka l33t
Joined: 18 Feb 2005 Posts: 840 Location: Japan
|
Posted: Sat Jan 20, 2007 6:41 pm Post subject: |
|
|
Did you ever read the portage manual?
--nodeps _________________ "Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
|
|
Back to top |
|
|
didymos Advocate
Joined: 10 Oct 2005 Posts: 4798 Location: California
|
Posted: Sun Jan 21, 2007 1:04 pm Post subject: |
|
|
Did you ever have a question and get a condescending, unhelpful answer? Did you ever read the portage manual, and pay attention? See how annoying that is?
Yeah, --nodeps might possibly work, as long as every other hard dependency has already been satisfied. In this case however, it won't, so you were a dick for absolutely no reason at all.
Zatic: at the very least, the tools need the mysql client libraries, which you can't get without emerging mysql. What you want is to add this to /etc/portage/package.use:
Code: |
dev-db/mysql minimal
|
which will skip all the server stuff. You may want to check around some more, but I think that should work. _________________ Thomas S. Howard |
|
Back to top |
|
|
sobers_2002 Veteran
Joined: 16 Mar 2004 Posts: 1128
|
Posted: Sun Jan 21, 2007 3:01 pm Post subject: |
|
|
I don't know about how this gui works, but if it can run without mysql being present on the system, you can remove the mysql dependency in the ebuild and put the new ebuild in overlay and then emerge it. Should work if the gui can function w/o mysql.
HTH,
Saurabh _________________ Pdict - dockable dictionary client for linux
FREE97WIN: Use this code on Dreamhost and you get $97 off !! |
|
Back to top |
|
|
Zatic n00b
Joined: 21 Oct 2003 Posts: 25
|
Posted: Sun Jan 21, 2007 4:57 pm Post subject: |
|
|
Thanks again, didymos! |
|
Back to top |
|
|
|