连接MYSQL
use study;
myisamchk students;   这个提示出错
myisamchk --help;这个提示出错总之都提示出错,请问怎么回事
ERROR 1064

解决方案 »

  1.   

    myisamchk  这是实在系统命令行下输入
    不是进来数据库后用的
      

  2.   

    E:\AppServ\MySQL\data\study>myisamchk students它提示我 myisamchk 是什么扩展命令,请先运行。请问是怎么回事,难道这个东西和mysqldump是一类,都属于mysql的客户程序吗?谢谢
      

  3.   

     mysqlcheck -h? -u? -p? dbname tablename
    这些都有写全了
      

  4.   

    这个是提示,'myisamchk' is not recognized as an internal or external command,
    operable program or batch file. 谢谢了
      

  5.   

    你可能没设置环境变量 加上路径试试
    E:\AppServ\MySQL\data\study>E:\AppServ\MySQL\bin\myisamchk students
      

  6.   

    可是朋友,有出线了这个问题E:\AppServ\MySQL\data\study>E:\AppServ\MySQL\bin\myisamchk students;
    'E:\AppServ\MySQL\bin\myisamchk' is not recognized as an internal or external co
    mmand,
    operable program or batch file.
      

  7.   

    搜索一下myisamchk的路径,在命令行里面切换到myisamchk所在的路径再执行看看。