MySQL Forums
Forum List  »  MySQL Administrator

Re: How to install Mysql GUI Tool on Linux?
Posted by: XU Wei
Date: October 23, 2008 11:02PM

http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-gui-tools-5.0r12.tar.gz/from/pick

sudo aptitude install libpcre3-dev libmysqlclient15-dev libglib2.0-dev libxml2-dev
libglade2-dev libgtkmm-2.4-dev g++


cd mysql-gui-common
./configure
make
sudo make install
cd ../mysql-administrator
./configure
make
sudo make install

Options: ReplyQuote


Subject
Written By
Posted
Re: How to install Mysql GUI Tool on Linux?
October 23, 2008 11:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.