MySQL Workbench
First time used MySQL Workbenc on my Win7, it's more suitable for me... everything in 1 form, it provides DBAs and developers an integrated tools environment for :
- Database Administration (replacing MySQL Administrator)
- SQL Development (replacing MySQL Query Browser)
- Database Design & Modeling
some steps I took to install MySQL Workbench :
I used "yum" command to install it from "remi" repo, so :
# wget http://rpms.famillecollet.com/remi-release-12.rpm
then execute downloaded rpm file with :
# rpm -Uvh remi-release-12.rpm
the last, install the workbenc with command :
# yum --enablerepo=remi install mysql-workbench
if you saw this in your terminal, then your MySQL workbench is ready to use!
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB has been altered since the last yum transaction.
Installing : mysql-connector-c++-1.1.0-0.1.bzr818.fc12.remi.i586 1/5
Installing : 1:python-sqlite2-2.3.5-2.fc12.i686 2/5
Installing : ctemplate-0.95-2.fc12.i686 3/5
Installing : python-paramiko-1.7.6-1.fc12.noarch 4/5
Installing : mysql-workbench-5.2.21-1.fc12.remi.i586 5/5Installed:
mysql-workbench.i586 0:5.2.21-1.fc12.remiDependency Installed:
ctemplate.i686 0:0.95-2.fc12
mysql-connector-c++.i586 0:1.1.0-0.1.bzr818.fc12.remi
python-paramiko.noarch 0:1.7.6-1.fc12
python-sqlite2.i686 1:2.3.5-2.fc12Complete!
[root@localhost Downloads]#
owh yeah! one more thing, I use Linux Fedora 12 :)



0 comments:
Post a Comment
Post a Comment