[Á°][¼¡][ÈÖ¹æ½ç°ìÍ÷][¥¹¥ì¥Ã¥É°ìÍ÷]

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)

¤È¤¤¤¦·Á¤Ç¥¨¥é¡¼¤Ë¤Ê¤ê¤Þ¤·¤¿¡£
¤³¤Î¼ê½ç¤Ï¡¢Æü·Ð¥½¥Õ¥È¥¦¥§¥¢£³·î¹æ¤ò¸«¤Æ¡¢¹Ô¤¤¤Þ¤·¤¿¡£

¥¤¥ó¥¹¥È¡¼¥ë¤·¤Ê¤ª¤·¤Æ¤ß¤Þ¤¹¤¬¡¢ ¤Þ¤¿²¿¤«¤¢¤ê¤Þ¤·¤¿¤é¡¢¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ
¤¹¡£




[Á°][¼¡][ÈÖ¹æ½ç°ìÍ÷][¥¹¥ì¥Ã¥É°ìÍ÷]

->    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" <]