在Ubuntu 7.04版本中,下面這個版本的mysql-gui使用時將出現如下錯誤,這是我在mysql官方提供的參考,具地址如下http://bugs.mysql.com/bug.php?id=28959,這裡提供瞭解決辦法,也就是你需要自己編譯才能使用這個工具。錯誤報表:
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
編譯:
| 【內容導航】 |
| 第1頁:自己編譯解決ubuntu 7.04下mysql-gui的錯誤問題 |
第2頁:自己編譯ubuntu 7.04下使用mysql-gui |