InfoQ

交流

讨论:我的mysql无法启动!

作者 袋鼠 发布于 2003-08-02 分类:php基础编程

安装已经成功,但MYSQL无法启动!
win2k
mysql4.0.13
已经作为一项系统服务,每次启动都显示:
本地计算机无法启动MYSQL服务。
错误1067:进程意外中止。

请问怎么回事?!
我在等着!谢谢先。



逛论坛交流我的mysql无法启动!

加入书签
digg+,
reddit+,
del.icio.us+,
dzone+

8 条回复

回复

应该是你的mysql没有按默认安装 你.. 发表人 冰流星 发表于 08月26日
是的。我把它装在了D:mysql 发表人 袋鼠 发表于 08月26日
编辑软件? 是什么? 这文件我打.. 发表人 袋鼠 发表于 08月26日
我打开my.cnf文件了: # Example mys.. 发表人 袋鼠 发表于 08月26日
取消basedir和datadir前面的#,并修改为.. 发表人 冰流星 发表于 08月26日
不好意思,我点右键看到没有打开方式,.. 发表人 袋鼠 发表于 08月26日
已复,见前面 发表人 冰流星 发表于 08月26日
多谢!已经好了!!! 发表人 袋鼠 发表于 08月26日
  1. 返回顶部

    Re: 我的mysql无法启动!

    2003年08月26日 发表人 冰流星

    应该是你的mysql没有按默认安装

    你的解决办法是
    1、复制mysql目录下的my-small到c盘根目录下,并重命名为my
    2、使用编辑软件编辑这个文件,使相关的路径指向你的mysql的安装路径

  2. 返回顶部

    Re: 我的mysql无法启动!

    2003年08月26日 发表人 袋鼠

    是的。我把它装在了D:mysql

  3. 返回顶部

    Re: 我的mysql无法启动!

    2003年08月26日 发表人 袋鼠

    编辑软件?
    是什么?

    这文件我打不开看。

  4. 返回顶部

    Re: 我的mysql无法启动!

    2003年08月26日 发表人 袋鼠

    我打开my.cnf文件了:
    # Example mysql config file.
    # Copy this file to c:my.cnf to set global options
    #
    # One can use all long options that the program supports.
    # Run the program with --help to get a list of available options

    # This will be passed to all mysql clients
    [client]
    #password=my_password
    port=3306
    #socket=MySQL

    # Here is entries for some specific programs
    # The following values assume you have at least 32M ram

    # The MySQL server
    [mysqld]
    port=3306
    #socket=MySQL
    skip-locking
    set-variable = key_buffer=16K
    set-variable = max_allowed_packet=1M
    set-variable = thread_stack=64K
    set-variable = table_cache=4
    set-variable = sort_buffer=64K
    set-variable = net_buffer_length=2K
    server-id = 1

    # Uncomment the following if you want to log updates
    #log-bin

    # Uncomment the following rows if you move the MySQL distribution to another
    # location
    #basedir = d:/mysql/
    #datadir = d:/mysql/data/


    # Uncomment the following if you are NOT using BDB tables
    #skip-bdb

    # Uncomment the following if you are using Innobase tables
    #innodb_data_file_path = ibdata1:100M
    #innodb_data_home_dir = c:ibdata
    #innodb_log_group_home_dir = c:iblogs
    #innodb_log_arch_dir = c:iblogs
    #set-variable = innodb_mirrored_log_groups=1
    #set-variable = innodb_log_files_in_group=3
    #set-variable = innodb_log_file_size=5M
    #set-variable = innodb_log_buffer_size=8M
    #innodb_flush_log_at_trx_commit=1
    #innodb_log_archive=0
    #set-variable = innodb_buffer_pool_size=16M
    #set-variable = innodb_additional_mem_pool_size=2M
    #set-variable = innodb_file_io_threads=4
    #set-variable = innodb_lock_wait_timeout=50

    [mysqldump]
    quick
    set-variable = max_allowed_packet=16M

    [mysql]
    no-auto-rehash
    # Remove the next comment character if you are not familiar with SQL
    #safe-updates

    [isamchk]
    set-variable = key_buffer=8M
    set-variable = sort_buffer=8M

    [myisamchk]
    set-variable = key_buffer=8M
    set-variable = sort_buffer=8M

    [mysqlhotcopy]
    interactive-timeout

    请问改哪个路径?

  5. 返回顶部

    Re: 我的mysql无法启动!

    2003年08月26日 发表人 冰流星

    取消basedir和datadir前面的#,并修改为你的mysql所在的文件夹
    下面一大堆同样修改

  6. 返回顶部

    Re: 我的mysql无法启动!

    2003年08月26日 发表人 袋鼠

    不好意思,我点右键看到没有打开方式,就怕了:)

  7. 返回顶部

    Re: 我的mysql无法启动!

    2003年08月26日 发表人 冰流星

    已复,见前面

  8. 返回顶部

    Re: 我的mysql无法启动!

    2003年08月26日 发表人 袋鼠

    多谢!已经好了!!!




  9. 我有话要讲:(可以匿名发表, 发广告的有多远请滚多远!!!)

    昵称: 请输入验证码:


抢着回答

how to use?

〈? if(!isset($PHP_AUTH_USER)) { Header("W...

phpMyAdmin的安全问题???.....

我将phpMyAdmin的配置文件中http改为config,结果出现一个HTTP的认...

哪位老大给个可下的Redhat地址我

哪位老大给个可下的Redhat地址我

phpmyadmin不能执行SQL,怪

我现在用的phpmyadmin是2.5.1,发现在它不执行sql了,我录入的任何...

how to back up the system

I have installed linux in two separated hard drives 5G + 5G ...

如何解密

我在网上下了个PHP的代码,那可恶的网站把代码用RAR加密了,让我...

主要 索引 唯一?~~~~~~~~~~~~~

还有 建表时  主要 索引 唯一  分别是什么意思?有什么区...

php怎样把unicode转化为gb2312

php怎样把unicode转化为gb2312

救急!!!sos!!

用jsp可不可以 获得上一页 传过来的值呢

SOS:help about cookie

初学菜鸟请教:(2000+Php+mysql)书中一个现成的例子通讯录,用...

[]