[前][次][番号順一覧][スレッド一覧]

mysql:6958

From: "加藤 英明" <"加藤 英明" <hkatou@xxxxxxxxxx>>
Date: Tue, 11 Feb 2003 11:56:54 +0900
Subject: [mysql 06958] MySQL に接続できません。

加藤です。早速、確認をしてみました。が、
前回はサービスから開始をすることができたのですが、今日は
「ローカルコンピュータのMysql サービスを開始できません。
  エラー:1067 プロセスを途中で強制終了しました。」
というメッセージが出て、サービスを開始できませんでした。

前回接続できなかったときのdataフォルダの下に、mysql.errは作成されていません
でした。

インストール手順は以下のとおりです。
①mysql-3.23.55-win.zipを解凍して、Setup.exeを起動して、TypicalでD:\mysqlに
インストールしました。
(本はC:\mysqlにインストールしていましたが...)
②Windows2000 のサービスとして登録するため、 mysqld-nt --installを実行して、
サービスに登録され
ていることも確認しました。
③D:\mysql\my-smallをC:\Windowsにコピーして、my.iniにリネームした後、my.ini
を編集しました。
 以下、my.iniの抜粋です

# 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]
default-character-set=sjis             ←追加しました
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]
default-character-set=sjis              ←追加しました

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

④この後、rootユーザにパスワードを設定しようとして、起動しようとしたら、
D:\mysql\bin>mysql -u root -p
Enter password: *****
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)

という形でエラーになりました。
この手順は、日経ソフトウェア3月号を見て、行いました。

インストールしなおしてみますが、 また何かありましたら、よろしくお願いしま
す。




[前][次][番号順一覧][スレッド一覧]

->    6958 2003-02-11 11:56 ["加藤 英明" <hkatou] MySQL に接続できません。                
      6960 2003-02-11 13:16 ┣[IWASAKI Dai <dai@xxx]                                       
      6961 2003-02-11 13:18 ┣[Nobuhiro Shimura <ts]                                       
      6963 2003-02-11 15:47 ┣[Hiroshi Moriyama <mt]                                       
      6967 2003-02-11 22:22 ┗["MIYATSU Kazunari" <]