Folks, I'm having a few difficulties with a new installation of Navicat playing nicely with my MySQL5 MacPorts installation. One of the recommended actions from the Navicat site is a command called "mysqladmin", which I can't find anywhere (I've also tried "mysql5admin"). Is this an old instruction that has been deprecated and dropped? Or is this part of another package I need to install? Or are they just way out in left field over at the Navicat site? Thanks for any help you can give me. In A Chord, Tom Condon Bass, Agate Passage Quartet Bass & Proud Member, Kitsap Chordsmen Dir. Music Education, Evergreen District, BHS
On 2008-03-26 , at 06:08 , Thomas Condon wrote:
I'm having a few difficulties with a new installation of Navicat playing nicely with my MySQL5 MacPorts installation. One of the recommended actions from the Navicat site is a command called "mysqladmin", which I can't find anywhere (I've also tried "mysql5admin"). Is this an old instruction that has been deprecated and dropped? Or is this part of another package I need to install? Or are they just way out in left field over at the Navicat site?
How about /opt/local/bin/mysqladmin5 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM
Chris Janton wrote:
On 2008-03-26 , at 06:08 , Thomas Condon wrote:
I'm having a few difficulties with a new installation of Navicat playing nicely with my MySQL5 MacPorts installation. One of the recommended actions from the Navicat site is a command called "mysqladmin", which I can't find anywhere (I've also tried "mysql5admin"). Is this an old instruction that has been deprecated and dropped? Or is this part of another package I need to install? Or are they just way out in left field over at the Navicat site?
How about
/opt/local/bin/mysqladmin5
Aha! Thanks, Chris. Don't know why the spotlight function couldn't find anything with mysqladmin in it. In A Chord, Tom Condon Bass, Agate Passage Quartet Bass & Proud Member, Kitsap Chordsmen Dir. Music Education, Evergreen District, BHS
On 2008-03-26 , at 23:41 , Thomas Condon wrote:
How about
/opt/local/bin/mysqladmin5
Aha! Thanks, Chris. Don't know why the spotlight function couldn't find anything with mysqladmin in it.
Spotlight should have found "mysqladmin" (it did on my system). It won't find mysqladmin5 - that's a symbolic link to the actual executable file in /opt/local/lib/mysql5/bin/ Since you may already be at the command line mac 5 # find /opt/local -name '*mysqladmin*' /opt/local/bin/mysqladmin5 /opt/local/lib/mysql5/bin/mysqladmin /opt/local/share/man/man1/mysqladmin.1.gz 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM
participants (2)
-
Chris Janton
-
Thomas Condon