Dato che ho neccessità di questo tool di casa Sun ho provato ad installarlo su ubuntu (ho la 8.04).
Peccato non riesco a capire cosa debba fare dopo aver installato le librerie richieste e aver scaricato e spacchettato WB. ::)
La guida che si trova a questo indirizzo http://dev.mysql.com/workbench/?page_id=152 dice questo:
L'aiuto di chi ha già installato WB o è in grado darmi una mano sarà ben accetto chiaramenteBuild the packages
extract source package to a location of your choice (i.e. ~/workbench-src)
create output folder (optional)
i.e. ~/mysql-workbench
goto wb source base folder
start build configuration by running autogen
./autogen.sh
start building the packages by invoking the make command
make install DESTDIR=/home//mysql-workbench
you can use param -jX to improve build-speed by using multible build-threads (where X is the number of parallel threads to be used)
Starting it up
Inside the output directory you’l find the subdir usr/local/bin. change to that dir and run the startscript for MySQL Workbench 5.1 Linux:
./mysql_workbench
