In Ubuntu 7.04, the following error will occur when using mysql-gui in the following version, which is my reference on mysql official, with the address of the following http://bugs.mysql.com/bug.php? Id = 28959. Here we provide a solution, that is, you need to compile it yourself to use this tool. Error Report:
Tar zxvf mysql-gui-tools-5.0r12-linux-i386.tar.gz
Cd mysql-gui-tools-5.0r11b-linux-i386
./Mysql-administrator -- update-paths
# You get prompted to do this if you run./mysql-administrator directly
./Mysql-administrator
# Supply "Server Hostname", "Username", and "Password" then click "Connect" button.
# Observe the follow messages in the console:
(Mysql-administrator-bin: 17941): Gtk-WARNING **: Unable to locate theme engine in
Module_path: "ubuntulooks ",
Fontconfig warning: line 32: unknown element "cachedir"
Fontconfig warning: line 33: unknown element "cachedir"
Fontconfig warning: "/etc/fonts/conf. d/80-delicious.conf", line 18: invalid match target
"Scan"
./Mysql-administrator-bin: symbol lookup error:/usr/lib/libbonoboui-2.so.0: undefined
Symbol: g_type_register_static_simpl
Compile:
[Content navigation] |
Page 1st: Self-compiled to solve the problem of mysql-gui errors in ubuntu 7.04 |
Page 2nd: compile your own ubuntu 7.04 using mysql-gui |