abstract 发表于 2005-6-30 21:29:01

求教:如何进入mysql界面

就是进入
mysql>那个界面,我用mysql-standard-4.0.24-pc-linux-gnu-i686.tar.gz包,应该一切没问题,据资料说./bin/mysqladmin -u -root -p就行,但我这出来一段:
./mysqladmin Ver 8.40 Distrib 4.0.24, for pc-linux-gnu on i686
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license

Administration program for the mysqld daemon.
Usage: ./mysqladmin command command....
-c, --count=# Number of iterations to make. This works with -i
(--sleep) only
-#, --debug[=name] Output debug log. Often this is 'd:t,filename'
-f, --force Don't ask for confirmation on drop database; with
multiple commands, continue even if an error occurs.
-C, --compress Use compression in server/client protocol
--character-sets-dir=name
Directory where character sets are.
-?, --help Display this help and exit.
-h, --host=name Connect to host
-p, --password[=name]
Password to use when connecting to server. If password is
not given it's asked from the tty.
(以下略)
说明命令有误,输入./bin/mysqladmin --help出来同样结果,难道-p是改密码的?(我已设root密码}用./bin/mysqlshow -p等命令都可执行,/bin/mysqladmin -V等也能看版本,但我想进界面,有高手知道如何操作么?

jiangtao9999 发表于 2005-6-30 21:34:33

直接运行 mysql

abstract 发表于 2005-6-30 22:03:33

直接?

...
有法直接么?

abstract 发表于 2005-6-30 22:20:28

Re: 直接?

别回帖了,解决,是我自己傻,大家bs我.
页: [1]
查看完整版本: 求教:如何进入mysql界面