Mysql GUI mysql-query-broswer

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
chrwhy
帖子: 233
注册时间: 2007-11-17 19:51

Mysql GUI mysql-query-broswer

#1

帖子 chrwhy » 2009-08-17 10:20

在装好了Mysql后就在Mysql官网上下载了一个图形界面 mysql-gui,可是在运行mysql-query-broswer的时候却出现问题了,可以连上,可是在连上之后,query-broswer右边的数据库窗口可以显示当前的数据库,但是当一旦点击数据库,GUI立刻卡住,然后就无响应。不知道这是为什么
人之初, 性本善
不作恶, 共分享
hda
帖子: 25
注册时间: 2008-06-08 21:21

Re: Mysql GUI mysql-query-broswer

#2

帖子 hda » 2009-08-17 11:23

My laptop is OK with this

代码: 全选

sudo apt-get install mysql-query-broswer
chrwhy
帖子: 233
注册时间: 2007-11-17 19:51

Re: Mysql GUI mysql-query-broswer

#3

帖子 chrwhy » 2009-08-17 12:26

hda 写了:My laptop is OK with this

代码: 全选

sudo apt-get install mysql-query-broswer


The same time i had try this way,it works well
I just want to know what is the reason?
and whether any other people encountered the same problem
人之初, 性本善
不作恶, 共分享
头像
venusdoom
帖子: 24
注册时间: 2009-07-23 1:39
联系:

Re: Mysql GUI mysql-query-broswer

#4

帖子 venusdoom » 2009-08-17 12:31

呵呵,交交我怎么连接mysql啊,我还不会,那个MYSQL-administartor的hostname 是填什么额?192.168.1.2?127.0.0.1?还是venusdoom我电脑的名字?我怎么都连接不了?
In the end,it doesn't matter!
main()
{
int day;
printf("Venusdoom,you'll be the next myth,trust yourself\n");
for(day=10;day<32;day++)
printf("Never Give Up,Trust yourself,Learn it by your soul!\n");
}
chrwhy
帖子: 233
注册时间: 2007-11-17 19:51

Re: Mysql GUI mysql-query-broswer

#5

帖子 chrwhy » 2009-08-17 14:03

venusdoom 写了:呵呵,交交我怎么连接mysql啊,我还不会,那个MYSQL-administartor的hostname 是填什么额?192.168.1.2?127.0.0.1?还是venusdoom我电脑的名字?我怎么都连接不了?
127.0.0.1 或者localhost
你都试试,也可以在命令行下看看mysql.user表中的记录
连不了,莫非mysql服务没启动
用户名记得填:root

参考http://www.haishui.net/view.php?id=483&tid=30
人之初, 性本善
不作恶, 共分享
头像
venusdoom
帖子: 24
注册时间: 2009-07-23 1:39
联系:

Re: Mysql GUI mysql-query-broswer

#6

帖子 venusdoom » 2009-08-17 16:12

:em06
3Q,
it works.
my procedure:

代码: 全选

sudo apt-get install apache2
sudo apt-get install libapache2-mod-php5 php5
sudo apt-get install mysql-server-5.0 mysql-common mysql-admin
sudo apt-get install php5-mysql
In the end,it doesn't matter!
main()
{
int day;
printf("Venusdoom,you'll be the next myth,trust yourself\n");
for(day=10;day<32;day++)
printf("Never Give Up,Trust yourself,Learn it by your soul!\n");
}
头像
arvan
帖子: 190
注册时间: 2005-08-02 18:04
来自: Lanzhou
联系:

Re: Mysql GUI mysql-query-broswer

#7

帖子 arvan » 2009-08-20 22:00

是不是编译的时候,参数少了呢?

我用的是apt安装的,用起来很正常。
Jonathan Swift - "May you live every day of your life."
chrwhy
帖子: 233
注册时间: 2007-11-17 19:51

Re: Mysql GUI mysql-query-broswer

#8

帖子 chrwhy » 2009-08-20 22:56

我用apt安装的也很正常
人之初, 性本善
不作恶, 共分享
回复