这两个在Windows中怎么应用啊?举个例子就行
我的不能用 一用就卡机了 为什么啊
mysqld 后面能不能加参数啊?
mysqld_safe 后面都有很多参数的 我的系统怎么找不到这个啊?

解决方案 »

  1.   

    mysqld --verbose --help 就能看到其的参数详细说明了
    mysqld_safe 这个在windows下没有哦
      

  2.   

    举个例子吧
    >mysqld -W 怎么用?
      

  3.   

    示例1:
    D:\>mysqld --skip-grant-tables
    090814 11:36:12 [Warning] Changed limits: max_open_files: 2048  max_connections:
     2038  table_cache: 64示例2:
    D:\>mysqld --defaults-file="D:\Program Files\MySQL\MySQL Server 5.0\my.ini"
    090814 11:37:35 [Warning] Changed limits: max_open_files: 2048  max_connections:
     2038  table_cache: 64......
      

  4.   

    C:\Program Files\MySQL\MySQL Server 5.1\bin>mysqld --skip-grant-tables
    |
    为什我的就卡死了 ?知道是什么原因吗?就是出现上面的情况不动了