Installing the MySQL GUI tools are pretty easy on Linux (Fedora - 2.6.18-1.2798.fc6) but there are a few prerequisites for setting them up. The following listed RPMs are required. I did a google search and then performed a quick download of them.
- libsigc++20-2.0.6-1.i386.rpm
- glibmm-2.4.7-1.rhfc3.nr.i386.rpm
- gtkmm24-2.8.5-1.i386.rpm
# rpm -i libsigc++20-2.0.6-1.i386.rpm
# rpm -i glibmm-2.4.7-1.rhfc3.nr.i386.rpm
# rpm -i gtkmm24-2.8.5-1.i386.rpm
# rpm mysql-gui-tools-5.0r12-1fc5.i386.rpm
# rpm mysql-administrator-5.0r12-1fc5.i386.rpm
Go to the Desktop Applications Menu and select the Programming Tab. You will see the MySQL Administor Icon. Select this icon and it will startup up MySQL Administrator in a windows environment. Then have fun! :)
3 comments:
More easy and sexy way:
$ yum localinstall mysql-gui-tools-5.0r12-1fc5.i386.rpm mysql-administrator-5.0r12-1fc5.i386.rpm
This was a good add, thanks! :)
Hey thanks for your comments it was very use full really i found amazing compatible database management tool. bUt check this sqlyog just for free community version runs on all Windows version from 98SE to Vista. Runs on Linux with WINE. highly recommendable
Post a Comment