Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

mysqladmin do not start

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
hakwes
Posts: 27
Joined: 2006-01-09 23:55
Location: Alnon, Sweden

mysqladmin do not start

#1 Post by hakwes »

I am trying to install and run MySQL Administrator.

"MySQL Administrator is a powerful visual administration tool that makes it easy to administer and monitor MySQL environment."

http://dev.mysql.com/doc/administrator/ ... linux.html

I installed MySQL Administrator and run this command:


shell> tar --directory=/opt -xzvf mysql-administrator-1.1.5-linux-i386.tar.gz


This installs the application binary in /opt/mysql-administrator/bin. I change into that directory and run mysql-administrator to start the application.


But get: command not found

I can se the file (mysql-administrator ) ...

Somebody have som tips??

User avatar
kink
Debian Developer, Site Admin
Debian Developer, Site Admin
Posts: 248
Joined: 2006-01-02 16:47
Location: Utrecht, The Netherlands
Been thanked: 1 time

#2 Post by kink »

try:

Code: Select all

./mysql-administrator
Unlike in MSDOS, your current working directory is not by default in your PATH.

User avatar
kink
Debian Developer, Site Admin
Debian Developer, Site Admin
Posts: 248
Joined: 2006-01-02 16:47
Location: Utrecht, The Netherlands
Been thanked: 1 time

#3 Post by kink »

or even better:

Code: Select all

apt-get install mysql-admin
instead of installing it yourself, use the packaged version from Debian which allows you to run mysql-administrator from any directory.

User avatar
hakwes
Posts: 27
Joined: 2006-01-09 23:55
Location: Alnon, Sweden

#4 Post by hakwes »

100 Thank´s !!

apt-get install mysql-admin

did it... result:

from any directory: mysql-admin

very nice :-)

User avatar
kink
Debian Developer, Site Admin
Debian Developer, Site Admin
Posts: 248
Joined: 2006-01-02 16:47
Location: Utrecht, The Netherlands
Been thanked: 1 time

#5 Post by kink »

Debian contains nearly all useful software as long as it's free. I'd recommend always some searching for exising packages, e.g. by "apt-cache search", or http://packages.debian.org

Guest

#6 Post by Guest »

Nice tips!

I tried
apt-get install mysql-administrator

No luck…
(to many characters)

In the MySql-admin package from Mysql AB, there was a nice little “start up”-icon to use on Gnome desktop -can’t find it in the Debian version.

But the little nice icon didn’t work – so what :-)

User avatar
hakwes
Posts: 27
Joined: 2006-01-09 23:55
Location: Alnon, Sweden

Nice Little icon

#7 Post by hakwes »

In Gnome, Program/Demianmenu, I fond MySQL Administrator icon.

path: Program/Debianmenu/apps /Databases/MySQL Administrator

left-click and chose "Add this programstarter to top-panel"

Then the nice little icon show up in the top-panel.

Now You can "click-drag" the icon to the desk-top.

And the the best of all -nice little icon WORKS.

:lol:

Post Reply