how to use?
〈? if(!isset($PHP_AUTH_USER)) { Header("W...
作者 袋鼠 发布于 2003-08-02 分类:php基础编程
安装已经成功,但MYSQL无法启动!
win2k
mysql4.0.13
已经作为一项系统服务,每次启动都显示:
本地计算机无法启动MYSQL服务。
错误1067:进程意外中止。
请问怎么回事?!
我在等着!谢谢先。
逛论坛交流:我的mysql无法启动!
应该是你的mysql没有按默认安装
你的解决办法是
1、复制mysql目录下的my-small到c盘根目录下,并重命名为my
2、使用编辑软件编辑这个文件,使相关的路径指向你的mysql的安装路径
是的。我把它装在了D:mysql
编辑软件?
是什么?
这文件我打不开看。
我打开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
请问改哪个路径?
取消basedir和datadir前面的#,并修改为你的mysql所在的文件夹
下面一大堆同样修改
不好意思,我点右键看到没有打开方式,就怕了:)
已复,见前面
多谢!已经好了!!!
8 条回复
回复