แสดงกระทู้

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tawatchai4

หน้า: 1 2 [3]
101
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 05:41:33 AM »
อาจารย์ครับ แล้วผมจะไปตั้งค่ายังไงครับ

102
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 04:05:10 AM »
ดูตรงไหนครับ อาจารย์

103
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 03:49:32 AM »
อ.ครับตรวจสอบก็เป็นดั่งรูปครับ

104
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 03:28:30 AM »
อาจารย์ ครับยังเป็นเหมือนเดิมอยู่ครับให้ทำยังไงครับ

105
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 02:55:20 AM »
อ. ครับยังไม่ได้ครับทำยังไงต่อครับ

106
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 02:41:35 AM »
อ. ครับขอรบกวนด่วนด้วยนะครับ ขอบพระคุณมากครับ

107
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 02:35:06 AM »
ว่าไงครับ อ. ช่วยทีครับ

108
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 02:23:45 AM »
linux ครับ อาจารย์

109
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 02:14:41 AM »
ยังเข้าไม่ได้ครับมันขึ้น

110
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 01:48:20 AM »
อ.ครับ ว่าไงครับได้รึยังครับ รบกวนด้วยนะครับตอนระบใช้ไม่ได้เลยครับ

111
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 01:28:45 AM »

[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 384M
max_allowed_packet = 16M
table_cache = 512
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 2M
myisam_sort_buffer_size = 128M
thread_cache = 8
query_cache_size= 64M
nnodb_data_home_dir = /var/lib/mysql/
thread_concurrency = 8
default-character-set=tis620
skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'

innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_log_arch_dir = /var/lib/mysql/
innodb_buffer_pool_size = 400M
innodb_additional_mem_pool_size = 100M
innodb_log_file_size = 64M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

ตรงนี้ที่เปลี่ยนแล้วใช้ไม่ได้
 และ Ram 1 G

112
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 01:26:30 AM »
# Example MySQL config file for large systems.
#
# This is for a large system with memory = 512M where the system runs mainly
# MySQL.
#
# You can copy this file to
# /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is /var/lib/mysql) or
# ~/.my.cnf to set user-specific options.
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.

# The following options will be passed to all MySQL clients
[client]
#password   = your_password
port      = 3306
socket      = /var/lib/mysql/mysql.sock
default-character-set=tis620
# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 384M
max_allowed_packet = 16M
table_cache = 512
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 2M
myisam_sort_buffer_size = 128M
thread_cache = 8
query_cache_size= 64M
nnodb_data_home_dir = /var/lib/mysql/
thread_concurrency = 8
default-character-set=tis620
skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'

innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_log_arch_dir = /var/lib/mysql/
innodb_buffer_pool_size = 400M
innodb_additional_mem_pool_size = 100M
innodb_log_file_size = 64M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking

# Replication Master Server (default)
# binary logging is required for replication
#log-bin

# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id   = 1

# Replication Slave (comment out master section to use this)
#
# To configure this host as a replication slave, you can choose between
# two methods :
#
# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
#    the syntax is:
#
#    CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
#    MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
#
#    where you replace <host>, <user>, <password> by quoted strings and
#    <port> by the master's port number (3306 by default).
#
#    Example:
#
#    CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
#    MASTER_USER='joe', MASTER_PASSWORD='secret';
#
# OR
#
# 2) Set the variables below. However, in case you choose this method, then
#    start replication for the first time (even unsuccessfully, for example
#    if you mistyped the password in master-password and the slave fails to
#    connect), the slave will create a master.info file, and any later
#    change in this file to the variables' values below will be ignored and
#    overridden by the content of the master.info file, unless you shutdown
#    the slave server, delete master.info and restart the slaver server.
#    For that reason, you may want to leave the lines below untouched
#    (commented) and instead use CHANGE MASTER TO (see above)
#
# required unique id between 2 and 2^32 - 1
# (and different from the master)
# defaults to 2 if master-host is set
# but will not function as a slave if omitted
#server-id       = 2
#
# The replication master for this slave - required
#master-host     =   <hostname>
#
# The username the slave will use for authentication when connecting
# to the master - required
#master-user     =   <username>
#
# The password the slave will authenticate with when connecting to
# the master - required
#master-password =   <password>
#
# The port the master is listening on.
# optional - defaults to 3306
#master-port     =  <port>
#
# binary logging - not required for slaves, but recommended
#log-bin

# Point the following paths to different dedicated disks
#tmpdir      = /tmp/      
#log-update    = /path-to-dedicated-directory/hostname

# Uncomment the following if you are using BDB tables
#bdb_cache_size = 64M
#bdb_max_lock = 100000

# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_log_arch_dir = /var/lib/mysql/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 256M
innodb_additional_mem_pool_size = 20M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 64M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

[mysqldump]
quick
max_allowed_packet = 16M
allow-keywords

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

[isamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

หมายเหตุ สีแดงคือที่ผมเปลี่ยน
 Ram 1 G

113
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 01:19:50 AM »
# Example MySQL config file for large systems.
#
# This is for a large system with memory = 512M where the system runs mainly
# MySQL.
#
# You can copy this file to
# /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options (in this
# installation this directory is /var/lib/mysql) or
# ~/.my.cnf to set user-specific options.
#
# In this file, you can use all long options that a program supports.
# If you want to know which options a program supports, run the program
# with the "--help" option.

# The following options will be passed to all MySQL clients
[client]
#password   = your_password
port      = 3306
socket      = /var/lib/mysql/mysql.sock
default-character-set=tis620
# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 384M
max_allowed_packet = 16M
table_cache = 512
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 2M
myisam_sort_buffer_size = 128M
thread_cache = 8
query_cache_size= 64M
nnodb_data_home_dir = /var/lib/mysql/
thread_concurrency = 8
default-character-set=tis620
skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'

innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_log_arch_dir = /var/lib/mysql/
innodb_buffer_pool_size = 400M
innodb_additional_mem_pool_size = 100M
innodb_log_file_size = 64M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking

# Replication Master Server (default)
# binary logging is required for replication
#log-bin

# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id   = 1

# Replication Slave (comment out master section to use this)
#
# To configure this host as a replication slave, you can choose between
# two methods :
#
# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
#    the syntax is:
#
#    CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
#    MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
#
#    where you replace <host>, <user>, <password> by quoted strings and
#    <port> by the master's port number (3306 by default).
#
#    Example:
#
#    CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
#    MASTER_USER='joe', MASTER_PASSWORD='secret';
#
# OR
#
# 2) Set the variables below. However, in case you choose this method, then
#    start replication for the first time (even unsuccessfully, for example
#    if you mistyped the password in master-password and the slave fails to
#    connect), the slave will create a master.info file, and any later
#    change in this file to the variables' values below will be ignored and
#    overridden by the content of the master.info file, unless you shutdown
#    the slave server, delete master.info and restart the slaver server.
#    For that reason, you may want to leave the lines below untouched
#    (commented) and instead use CHANGE MASTER TO (see above)
#
# required unique id between 2 and 2^32 - 1
# (and different from the master)
# defaults to 2 if master-host is set
# but will not function as a slave if omitted
#server-id       = 2
#
# The replication master for this slave - required
#master-host     =   <hostname>
#
# The username the slave will use for authentication when connecting
# to the master - required
#master-user     =   <username>
#
# The password the slave will authenticate with when connecting to
# the master - required
#master-password =   <password>
#
# The port the master is listening on.
# optional - defaults to 3306
#master-port     =  <port>
#
# binary logging - not required for slaves, but recommended
#log-bin

# Point the following paths to different dedicated disks
#tmpdir      = /tmp/      
#log-update    = /path-to-dedicated-directory/hostname

# Uncomment the following if you are using BDB tables
#bdb_cache_size = 64M
#bdb_max_lock = 100000

# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_log_arch_dir = /var/lib/mysql/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 256M
innodb_additional_mem_pool_size = 20M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 64M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

[mysqldump]
quick
max_allowed_packet = 16M
allow-keywords

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

[isamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout


RAM 1 M

114
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 01:07:53 AM »
ช่วยบอกทีดิครับตอนนี้ใช้ไม่ได้ทั้งระบบเลยครับ

115
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 00:59:54 AM »
และตอนนี้จะแก้ไขยังไงครับ

116
แจ้งปัญหา / ขอความช่วยเหลือ / Re: InnoDB warning
« เมื่อ: กุมภาพันธ์ 22, 2007, 00:47:45 AM »
ผมทำตามแล้วแต่ทำไมระบบของผมถึงใช้ไม่ได้หมดเลย

117
ถ้า server เป็น linux เราต้องไปแก้ไขที่ตัว server ที่เป็น linux อย่างเดียวเลยรึเปล่าครับ

118
แจ้งปัญหา / ขอความช่วยเหลือ / เข้าไปแล้วครับ
« เมื่อ: กุมภาพันธ์ 21, 2007, 23:27:04 PM »
เมื่อเราเข้าไปที่ C:\WINDOWS\my.ini แล้วจะทำยังไงต่อครับ

119
จะทำการแก้ไขยังไงครับ

120
แจ้งปัญหา / ขอความช่วยเหลือ / hosxp บน windows vista
« เมื่อ: กุมภาพันธ์ 15, 2007, 03:24:24 AM »
อาจารย์ผมลองแล้วครับก็ยังไม่ได้ทำยังไงอีกครับช่วยบอกทีครับ

                            ขอบคุณครับ

121
แจ้งปัญหา / ขอความช่วยเหลือ / การใช้ hosxp บน windows vista
« เมื่อ: กุมภาพันธ์ 13, 2007, 23:08:27 PM »
อาจารย์ครับและการเปิด UAC เราจะต้องปิด UAC อย่างไรครับเพราะผมพึ่งเอา Vista มาลองใช้ครับ
ขอวิธีการเปิดด้วยครับ
                               ขอบคุณครับ

122
เมื่อเวลาผมต้องการที่จะดูประวัติที่เคยมาทำไมไม่มีอะไรขึ้นเลยครับทำไมเป้นหน้าว่าง

123
คือแบบว่าเมื่อเราจะไปดูประวัติที่เคยมารักษาทำไมไม่ขึ้นอะไรเลยมีใครเป็นแบบนี้รึป่าวครับและช่วยแก้ไขให้ด้วยน่ะครับ V.3 ครับ ขอบคุณครับ

หน้า: 1 2 [3]