hi i manage to solve the prob but i not able to start running the sql gui.
this is what have done
install the sql with this command which i get from the mysql page
MySQL AB :: MySQL Administrator :: 3.3.1 Installing the Generic Tarball tar --directory=/usr/local/mysqlGUI -xzvf mysql-gui-tools-5.0r12.tar.gz
now i start running the gui it give this error.
DellCM:/opt/mysql-gui-tools-5.0r12 # ./mysql-administrator
bash: ./mysql-administrator: is a directory
Actually i never see any executable to run the gui. How do i start it? The above commands are reference from
MySQL AB :: MySQL Administrator :: 6.2 Running Under Linux.
These are the files after i input the command in the terminal for installing:
DellCM:/opt/mysql-gui-tools-5.0r12 # ls
mysql-administrator mysql-migration-tool mysql-workbench
mysql-gui-common mysql-query-browser
DellCM:/opt/mysql-gui-tools-5.0r12 #
All of them are directories. Anyone have any idea how to go about it... Thanks