看我这张图,是不是才刚打开了一个服务器???
那我要怎么才能调用客户端,第一次用,高手别喷。  好像服务器是mysql-> 这样的
  而客户端是shell>mysql->这样的?

解决方案 »

  1.   

    客户端中没有这种命令。建议看下MYSQL官方免费手册的如下章节。
      

  2.   

    楼主,你进去了,不要进去。D:\>mysql --help
    mysql  Ver 14.14 Distrib 5.5.20, for Win64 (x86)
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trade of Oracle Corporation and/or its
    affiliates. Other names may be trades of their respective
    owners.Usage: mysql [OPTIONS] [database]
      -?, --help          Display this help and exit.
      -I, --help          Synonym for -?
      --auto-rehash       Enable automatic rehashing. One doesn't need to use
                          'rehash' to get table and field completion, but startup
                          and reconnecting may take a longer time. Disable with
                          --disable-auto-rehash.
                          (Defaults to on; use --skip-auto-rehash to disable.)
      -A, --no-auto-rehash
                          No automatic rehashing. One has to use 'rehash' to get
                          table and field completion. This gives a quicker start of
                          mysql and disables rehashing on reconnect.
    ………………………………
    default-auth                      (No default value)D:\>mysql --version
    mysql  Ver 14.14 Distrib 5.5.20, for Win64 (x86)