แสดงกระทู้

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 - vampire

หน้า: 1 2 [3]
101
ยัง Error เหมือนเดิมเลยครับ ??? ??? ???

++++++++++

[root@server3 ~]# useradd mysql
[root@server3 ~]# service mysql stop
mysql: unrecognized service
[root@server3 ~]# rm -fr /var/lib/mysql
[root@server3 ~]# rm -f /etc/init.d/mysql*
[root@server3 ~]# cp my2G-e.cnf /etc/my.cnf
[root@server3 ~]# chmod 744 /etc/my.cnf
[root@server3 ~]# rpm -ivh Percona-Server-shared-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm --nodeps --force
warning: Percona-Server-shared-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID cd2efd2a
Preparing...                ########################################### [100%]
   1:Percona-Server-shared-5########################################### [100%]
[root@server3 ~]# rpm -ivh Percona-Server-client-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm --nodeps --force
warning: Percona-Server-client-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID cd2efd2a
Preparing...                ########################################### [100%]
   1:Percona-Server-client-5########################################### [100%]
[root@server3 ~]# rpm -ivh Percona-Server-server-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm --nodeps --force
warning: Percona-Server-server-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID cd2efd2a
Preparing...                ########################################### [100%]
   1:Percona-Server-server-5########################################### [100%]
110924 17:59:42 [Note] Flashcache bypass: disabled
110924 17:59:42 [Note] Flashcache setup error is : ioctl failed

110924 17:59:43 [Note] Flashcache bypass: disabled
110924 17:59:43 [Note] Flashcache setup error is : ioctl failed


PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h  password 'new-password'

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the manual for more instructions.

Please report any problems with the /usr/bin/mysqlbug script!

Percona recommends that all production deployments be protected with a support
contract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime,
be eligible for hot fixes, and boost your team's productivity.
Percona Server is distributed with several useful UDF (User Defined Function) from Maatkit.
Run the following commands to create these functions:
mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'"
mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'"
mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'"
See http://code.google.com/p/maatkit/source/browse/trunk/udf for more details


หรือว่าผมลงผิดขั้นตอนครับผมลงตามนี้ครับ
++++++++++++++++++++++++++++++++

useradd mysql
service mysql stop

rm -fr /var/lib/mysql
rm -f /etc/init.d/mysql*


cp my2G-e.cnf /etc/my.cnf
chmod 744 /etc/my.cnf



rpm -ivh Percona-Server-shared-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm --nodeps --force
rpm -ivh Percona-Server-client-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm --nodeps --force
rpm -ivh Percona-Server-server-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm --nodeps --force
rpm -ivh xtrabackup-1.6.2-274.rhel5.x86_64.rpm --nodeps --force

service mysql stop

service mysql start
mysql -e "drop database if exists hos"
mysql -e "create database hosxp_pcu"
mysql -e "grant all privileges on hos.* to sa@'%' identified by 'sa'"
mysql -e "grant all privileges on *.* to sa@'%' identified by 'sa' with grant option"

/////////////////////////////////////////////////////////////////////////////////////////////////////////////

mysql

mysql>grant all on *.* to sa@'%' identified by 'sa' with grant option ;
mysql>grant super on  *.* to sa@'%' identified by 'sa' ;
mysql>flush privileges ;

exit

echo 'ulimit -n 30000' >> /etc/rc.conf

+++++++++++++++++++++++++++++++++

102
ขอบคุณครับ เดียวลองลงใหม่เลยครับ ได้ผลอย่างไรจะแจ้งให้ทราบครับ ;D ;D ;D

103
ลองทำตามบอกแล้วยังไม่ได้ครับ
ขึ้นตามนี้ครับ

[root@server3 mysql]# service mysql start
Starting MySQL (Percona Server)..................The server quit without updating PID file (/var/lib/mysql/server3.pid).
innodb_adaptive_checkpoint=1


เอาข้างบนออก  ใน my.cnf แล้ว

service mysql restart





104
ผมลงแล้วติดตัว Percona-Server-server-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm ครับ
Ram 2G+CentOS 5.6 (64bit) ครับ



++++++++++++++++++++++++++++++++

[root@server3 ~]# useradd mysql
useradd: user mysql exists
[root@server3 ~]# service mysql stop
MySQL (Percona Server) PID file could not be found!        [FAILED]
[root@server3 ~]# rm -fr /var/lib/mysql
[root@server3 ~]# rm -f /etc/init.d/mysql*
[root@server3 ~]# cp my2G.cnf /etc/my.cnf
cp: overwrite `/etc/my.cnf'? y
[root@server3 ~]# chmod 744 /etc/my.cnf
[root@server3 ~]# rpm -ivh Percona-Server-client-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm --nodeps --force
warning: Percona-Server-client-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID cd2efd2a
Preparing...                ########################################### [100%]
   1:Percona-Server-client-5########################################### [100%]
[root@server3 ~]# rpm -ivh Percona-Server-shared-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm --nodeps --force
warning: Percona-Server-shared-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID cd2efd2a
Preparing...                ########################################### [100%]
   1:Percona-Server-shared-5########################################### [100%]
[root@server3 ~]# rpm -ivh Percona-Server-server-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm --nodeps --force
warning: Percona-Server-server-55-5.5.15-rel21.0.158.rhel5.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID cd2efd2a
Preparing...                ########################################### [100%]
   1:Percona-Server-server-5########################################### [100%]
110924  1:09:52 [Note] Flashcache bypass: disabled
110924  1:09:52 [Note] Flashcache setup error is : ioctl failed

110924  1:09:52 [ERROR] /usr/sbin/mysqld: unknown variable 'innodb_adaptive_checkpoint=1'
110924  1:09:52 [ERROR] Aborting

110924  1:09:52 [Note] /usr/sbin/mysqld: Shutdown complete


Installation of system tables failed!  Examine the logs in
/var/lib/mysql for more information.

You can try to start the mysqld daemon with:

    shell> /usr/sbin/mysqld --skip-grant &

and use the command line tool /usr/bin/mysql
to connect to the mysql database and look at the grant tables:

    shell> /usr/bin/mysql -u root mysql
    mysql> show tables

Try 'mysqld --help' if you have problems with paths.  Using --log
gives you a log in /var/lib/mysql that may be helpful.

Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS.  Another information source are the
MySQL email archives available at http://lists.mysql.com/.

Please check all of the above before mailing us!  And remember, if
you do mail us, you MUST use the /usr/bin/mysqlbug script!

Percona Server is distributed with several useful UDF (User Defined Function) from Maatkit.
Run the following commands to create these functions:
mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'"
mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'"
mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'"
See http://code.google.com/p/maatkit/source/browse/trunk/udf for more details


+++++++++++++++++++++++++++++
ผมแนบตัว config มาด้วยครับ
ท่าน อ. ทุกท่านมีแนวทางแก้ไขอย่างไรครับ  (นั่งทำมา 4 วันแล้วครับ.........)

105
ก่อนนี้หน้านี้ คือพิมพ์ออกทั้งเลย  แต่รูปใบ LAB มีรูปเดียวครับ

อยากให้ LAB-FORM-REQUEST-1 อยากให้ระบบส่งค่า lab_order_number ให้ด้วยได้ไหมครับผมใช้ในการสั่งพิมพ์ใบสัง Lab ครับ  ตอนนี้มีปัญหาคือ
          1.พิพม์ออกทุกใบ (ต้องการพิมพ์ใบสั่ง lab ที่ต้องครับ)
          2.เลข lab_order_number ออกมาเป็นตัวแรกตัวเดียวครับ

ขอบคุณครับ  ตอนนี้ใช้ v.  3.54.2.8 ครับ

106
ลอง initial  ข้อมูล ไป Slave ยังครับ.. :D


ทำแล้วครับผม   ใช้เวลา  1 ชม. 45 นาที แต่นำเข้าตาราง ksklog ไม่ผ่านขึ้น max_allowed_packet at row 1851968 ครับ

107
ผมทำตามขั้นตอนแล้วยัง error อยู่ครับ แนบไฟล์ config มาด้วยครับ อ. ต้องปรับส่วนไหนอีกครับผม

108
แจ้งปัญหา / ขอความช่วยเหลือ / Re: V.3.54.8.29 Uploading...
« เมื่อ: กันยายน 01, 2011, 15:44:30 PM »
 ส่ง call stack ทำอย่างไรครับ รบกวนบอกวิธีด้วยครับ ท่าน อ. ครับ
................



ทราบสาเหตุแล้วครับ   เนื่องจากเครื่องผมได้เลือกเรียกคิวที่จุดซักประวัติไว้
พอมาเข้า ซักประวัติที่ห้อง ER เลยเกิด ERROR มาครับ  ลองทดสอบดูครับ

109
แจ้งปัญหา / ขอความช่วยเหลือ / Re: V.3.54.8.29 Uploading...
« เมื่อ: กันยายน 01, 2011, 14:02:01 PM »
call stack ครับ อ.ชัยพร

110
แจ้งปัญหา / ขอความช่วยเหลือ / Re: V.3.54.8.29 Uploading...
« เมื่อ: กันยายน 01, 2011, 11:44:21 AM »
ทดสอบระบบแล้วห้อง ER เข้าหน้าซักประวัติแล้ว Error ครับ

111
เอางันเลยหรอครับ งันต้องหาทดสอบระบบครับ  ขอบคุณครับ

112
ผมลง CentOS 5.6 (64bit) + percona 51-5.1.54 + RAM 2G  แล้วครับกำลังทดสอบระบบอยู่ครับ
อยากถามท่าน อ.ทุกท่าน ครับ ว่าควรจะทดสอบกับเครื่องลูกสักกี่เครื่องดีครับ
ตอนนี้ทดสอบอยู่ที่ 4 เครื่องครับ

113
แจ้งข้อผิดพลาดการทำงานของ HOSxP V3 / Re: Daily build - 3.54.8.6
« เมื่อ: สิงหาคม 08, 2011, 08:30:55 AM »
ทดสอบเบื้องต้นตอนผ่านบัตรขึ้นเช่นนี้

System Message
SQL Error: Table 'hos.tmp_incoth_repl' doesn't exist
select * from incoth where vn='540807193450' and paidst = '02'

SQL Error: Table 'hos.tmp_incoth_repl' doesn't exist
select * from incoth where vn='540807193450' and income='12' and paidst='02'

ไม่ทราบว่าเป็นเพราะเหตุใดครับ  อ.ท่านใด มีแนวทางแก้ไข รบกวนด้วยนะครับ


ขั้นตอนไหนครับ

ทดสอบ   -  ตอนผ่านบัตรที่ห้องบัตร
               - ห้องตรวจ

114
แจ้งข้อผิดพลาดการทำงานของ HOSxP V3 / Re: Daily build - 3.54.8.6
« เมื่อ: สิงหาคม 07, 2011, 19:42:00 PM »
ทดสอบเบื้องต้นตอนผ่านบัตรขึ้นเช่นนี้

System Message
SQL Error: Table 'hos.tmp_incoth_repl' doesn't exist
select * from incoth where vn='540807193450' and paidst = '02'

SQL Error: Table 'hos.tmp_incoth_repl' doesn't exist
select * from incoth where vn='540807193450' and income='12' and paidst='02'

ไม่ทราบว่าเป็นเพราะเหตุใดครับ  อ.ท่านใด มีแนวทางแก้ไข รบกวนด้วยนะครับ


115
วิธีใช้ทำอย่างไรบ้างครับ อ.อ็อด

116
ลองแล้วครับ ลงได้สักพักเครื่องขึ้น error
"bin/bash:line 1: 2820 Bus error   /usr/sbin/httpd"

ไม่ทราบว่าเกิดจากโปรแกรม หรือ ว่าเครื่อง server ครับ

117
ลองใหม่อีกครั้งครับ ขอบคุณมากๆครับ

118
ครับ อ. เปิด service ได้ทุกตัวครับ ตามรูปแนบครับ

119
ทำแล้วยังไม่ได้ครับ ผมยังไม่เข้าใจระบบดีเท่าไหร่เลยครับ
 1.ต้องตั้งค่ายังไร พอเข้าเว็บให้ขึ้นหน้า login นะครับ
 2.สมัครสมาชิกแล้ว ใช่ไม่ได้ครับ (popup ไม่ขึ้นครับ)

ท่าน อ. ครับ มีแบบ step-by-step หรือเปล่าครับ ความรู้น้อยครับ
ส่งเข้าเมล์ผมก็ได้ครับ somsak_taree@hotmail.com

120
เดียวคืนลองใหม่ ลงตั้งแต่ clearos5.2 เลยครับ ขอบคุณ อ.ทุกๆท่านที่ให้คำแนะนำได้ผลอย่างไรจะมารายงานครับ

121
ขอบคุณครับ เดียวจะลองดูครับ

122
ตรวจสอบหน้า admin login เข้าไปดู สถานทำงาน อยู่ครับ

123
Smile Authentication Server บน ClearOS 5.2 แล้ว restart กลับมาเข้าหน้า login ของผู้ใช้ไม่ได้ครับ
ขึ้นคำนี้ที่หน้า login ครับ
 Login must be performed through ChilliSpot daemon!
ต้องทำอย่างไรครับท่าน อ.
พอดี SERVER NET ที่ใช้อยู่มันแฮงบ่อยเลยจะเปลี่ยนใช้ตัวนี้ครับ

124
 :'( :'( ผม Up v. 3.54.2.8 สั่ง Xray ไม่ได้ ที่จุดซักประวัติกับห้องแพทย์ ครับ แต่ที่ห้อง xray เองสั่งได้ครับ
มีวิธีแก้ไขอย่างไรครับ

System Message
SQL Error: Duplicate entry '19080' for key 'PRIMARY'
select * from xray_report where vn='540307053609' and xray_items_code=78

ขอความช่วยเหลือด้วยนะครับ ขอบคุณครับ อ. ทุกท่านไว้ล่วงหน้าครับ

125
ผมเจอปัญหานี้เช่นกันครับ แก้ไขสิทธิ์แล้วทั้ง OPD และ IPD ก็ยังไม่หายเลยแก้ไขเฉพาะหน้าไปก่อนครับ
โดย เข้าไปที่ตางราง opitemrece_trx ครับ หาย AN ที่ต้องการแก้ไขครับ เช่น
เปลี่ยนจาก '01' เป็น '03'
update opitemrece_trx  set  paidst='03'  where  an='54xxxxxxx'
รวบกวนท่าน อ. แก้ไขด้วยนะครับ

126
ผมลองทำตามที่ท่าน อ.manoi และ อ.machos แนะนำแล้วครับ แต่ขึ้น ERROR ขึ้นมาครับ

error ที่แสดงครับ
EurekaLog 6.1.01

Application:
-------------------------------------------------------
  1.1 Start Date      : Wed, 16 Feb 2011 19:10:38 +0700
  1.2 Name/Description: HOSMy.exe
  1.3 Version Number  : 3.54.2.8
  1.4 Parameters      :
  1.5 Compilation Date: Tue, 8 Feb 2011 12:34:11 +0700
  1.6 Up Time         : 9 minutes, 32 seconds

Exception:
-----------------------------------------------------------------------------------------------------------
  2.1 Date          : Wed, 16 Feb 2011 19:20:10 +0700
  2.2 Address       : 021D294C
  2.3 Module Name   : HOSMy.exe
  2.4 Module Version: 3.54.2.8
  2.5 Type          : EAccessViolation
  2.6 Message       : Access violation at address 021D294C in module 'HOSMy.exe'. Read of address 00000000.
  2.7 ID            : 8B62
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

User:
-------------------------------------------------------
  3.1 ID        : somsak10868
  3.2 Name      : somsak10868
  3.3 Email     :
  3.4 Company   :
  3.5 Privileges: SeIncreaseQuotaPrivilege        - OFF
                  SeSecurityPrivilege             - OFF
                  SeTakeOwnershipPrivilege        - OFF
                  SeLoadDriverPrivilege           - OFF
                  SeSystemProfilePrivilege        - OFF
                  SeSystemtimePrivilege           - OFF
                  SeProfileSingleProcessPrivilege - OFF
                  SeIncreaseBasePriorityPrivilege - OFF
                  SeCreatePagefilePrivilege       - OFF
                  SeBackupPrivilege               - OFF
                  SeRestorePrivilege              - OFF
                  SeShutdownPrivilege             - OFF
                  SeDebugPrivilege                - OFF
                  SeSystemEnvironmentPrivilege    - OFF
                  SeChangeNotifyPrivilege         - ON
                  SeRemoteShutdownPrivilege       - OFF
                  SeUndockPrivilege               - OFF
                  SeManageVolumePrivilege         - OFF
                  SeImpersonatePrivilege          - ON
                  SeCreateGlobalPrivilege         - ON
                  SeIncreaseWorkingSetPrivilege   - OFF
                  SeTimeZonePrivilege             - OFF
                  SeCreateSymbolicLinkPrivilege   - OFF

Active Controls:
-----------------------------------------------------
  4.1 Form Class   : TPCUExport18FileNHSO2554Form
  4.2 Form Text    : ส่งออกข้อมูล PCU 18 แฟ้ม มาตรฐาน
  4.3 Control Class: TJvDirectoryEdit
  4.4 Control Text :

Computer:
--------------------------------------------------------------------------------
  5.1 Name          : SOMSAK10868
  5.2 Total Memory  : 1973 Mb
  5.3 Free Memory   : 1106 Mb
  5.4 Total Disk    : 164.64 Gb
  5.5 Free Disk     : 115.18 Gb
  5.6 System Up Time: 23 minutes, 6 seconds
  5.7 Processor     : Intel(R) Core(TM) i5 CPU       M 430  @ 2.27GHz
  5.8 Display Mode  : 1366 x 768, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : NVIDIA GeForce GT 330M (driver 8.16.11.8886 - RAM 1024 MB)
  5.11 Printer      : Canon iP1600 (driver 1.90.2.21)

Operating System:
-----------------------------------
  6.1 Type    : Microsoft Windows 7
  6.2 Build # : 7600
  6.3 Update  :
  6.4 Language: Thai
  6.5 Charset : 222

Network:
---------------------------------------------------
  7.1 IP Address: 192.168.001.114 - 000.000.000.000
  7.2 Submask   : 255.255.255.000 - 000.000.000.000
  7.3 Gateway   : 192.168.001.001 - 010.001.001.005
  7.4 DNS 1     : 192.168.001.001 - 000.000.000.000
  7.5 DNS 2     : 000.000.000.000 - 000.000.000.000
  7.6 DHCP      : ON              - OFF           

Custom Information:
---------------------------------------------------------------------------------------------------------------------------------------------
  8.1 Hospital Code            : 10868 [รพช. วังน้ำเย็น]
  8.2 Database Type            : MySQL
  8.3 Database Protocol        : mysql-4.1 [5.1.39-maria-beta
                                  Database hos @ 127.0.0.1]
  8.4                          :
  8.5 No 1                     : select count(*) as cc from drugitems where fp_drug='Y'
  8.6 No 2                     : SHOW KEYS FROM hos.drugitems
  8.7 No 3                     : select icode from drugitems where fp_drug='Y'
  8.8 DBMS Variables           :
  8.9                          :
  8.10 auto_increment_increment: 1
                                 auto_increment_offset = 1
                                 autocommit = ON
                                 automatic_sp_privileges = ON
                                 back_log = 50
                                 basedir = C:\Program Files\HOSxP\MySQL\
                                 big_tables = ON
                                 binlog_cache_size = 32768
                                 binlog_format = STATEMENT
                                 bulk_insert_buffer_size = 8388608
                                 character_set_client = tis620
                                 character_set_connection = tis620
                                 character_set_database = tis620
                                 character_set_filesystem = binary
                                 character_set_results = tis620
                                 character_set_server = tis620
                                 character_set_system = utf8
                                 character_sets_dir = C:\Program Files\HOSxP\MySQL\share\charsets\
                                 collation_connection = tis620_thai_ci
                                 collation_database = tis620_thai_ci
                                 collation_server = tis620_thai_ci
                                 completion_type = 0
                                 concurrent_insert = 2
                                 connect_timeout = 10
                                 datadir = C:\Program Files\HOSxP\MySQL\data\
                                 date_format = %Y-%m-%d
                                 datetime_format = %Y-%m-%d %H:%i:%s
                                 deadlock_search_depth_long = 15
                                 deadlock_search_depth_short = 4
                                 deadlock_timeout_long = 50000000
                                 deadlock_timeout_short = 10000
                                 default_week_format = 0
                                 delay_key_write = ON
                                 delayed_insert_limit = 100
                                 delayed_insert_timeout = 300
                                 delayed_queue_size = 1000
                                 div_precision_increment = 4
                                 engine_condition_pushdown = ON
                                 error_count = 0
                                 event_scheduler = OFF
                                 expire_logs_days = 0
                                 extra_max_connections = 1
                                 extra_port = 0
                                 flush = OFF
                                 flush_time = 1800
                                 foreign_key_checks = ON
                                 ft_boolean_syntax = + -><()~*:""&|
                                 ft_max_word_len = 84
                                 ft_min_word_len = 4
                                 ft_query_expansion_limit = 20
                                 ft_stopword_file = (built-in)
                                 general_log = OFF
                                 general_log_file = C:\Program Files\HOSxP\MySQL\data\somsak10868.log
                                 group_concat_max_len = 1024
                                 have_community_features = YES
                                 have_compress = YES
                                 have_crypt = NO
                                 have_csv = YES
                                 have_dynamic_loading = YES
                                 have_geometry = YES
                                 have_innodb = YES
                                 have_ndbcluster = NO
                                 have_openssl = DISABLED
                                 have_partitioning = YES
                                 have_query_cache = YES
                                 have_rtree_keys = YES
                                 have_ssl = DISABLED
                                 have_symlink = YES
                                 hostname = somsak10868
                                 identity = 97292604
                                 ignore_builtin_innodb = OFF
                                 init_connect =
                                 init_file =
                                 init_slave =
                                 innodb_adaptive_checkpoint = estimate
                                 innodb_adaptive_flushing = OFF
                                 innodb_adaptive_hash_index = ON
                                 innodb_additional_mem_pool_size = 20971520
                                 innodb_autoextend_increment = 8
                                 innodb_autoinc_lock_mode = 1
                                 innodb_buffer_pool_size = 134217728
                                 innodb_change_buffering = inserts
                                 innodb_checksums = ON
                                 innodb_commit_concurrency = 0
                                 innodb_concurrency_tickets = 500
                                 innodb_data_file_path = ibdata1:100M:autoextend
                                 innodb_data_home_dir =
                                 innodb_dict_size_limit = 0
                                 innodb_doublewrite = OFF
                                 innodb_enable_unsafe_group_commit = 0
                                 innodb_expand_import = 0
                                 innodb_extra_rsegments = 0
                                 innodb_extra_undoslots = OFF
                                 innodb_fast_recovery = ON
                                 innodb_fast_shutdown = 1
                                 innodb_file_format = Antelope
                                 innodb_file_format_check = Antelope
                                 innodb_file_io_threads = 4
                                 innodb_file_per_table = ON
                                 innodb_flush_log_at_trx_commit = 2
                                 innodb_flush_method =
                                 innodb_flush_neighbor_pages = 1
                                 innodb_force_recovery = 0
                                 innodb_ibuf_accel_rate = 100
                                 innodb_ibuf_active_contract = 1
                                 innodb_ibuf_max_size = 67108864
                                 innodb_io_capacity = 200
                                 innodb_lock_wait_timeout = 50
                                 innodb_locks_unsafe_for_binlog = ON
                                 innodb_log_buffer_size = 8388608
                                 innodb_log_file_size = 134217728
                                 innodb_log_files_in_group = 2
                                 innodb_log_group_home_dir = .\
                                 innodb_max_dirty_pages_pct = 75
                                 innodb_max_purge_lag = 0
                                 innodb_mirrored_log_groups = 1
                                 innodb_open_files = 300
                                 innodb_overwrite_relay_log_info = OFF
                                 innodb_read_ahead = linear
                                 innodb_read_ahead_threshold = 56
                                 innodb_read_io_threads = 4
                                 innodb_replication_delay = 0
                                 innodb_rollback_on_timeout = OFF
                                 innodb_show_locks_held = 10
                                 innodb_show_verbose_locks = 0
                                 innodb_spin_wait_delay = 6
                                 innodb_stats_auto_update = 1
                                 innodb_stats_method = nulls_equal
                                 innodb_stats_on_metadata = ON
                                 innodb_stats_sample_pages = 8
                                 innodb_stats_update_need_lock = 1
                                 innodb_strict_mode = OFF
                                 innodb_support_xa = OFF
                                 innodb_sync_spin_loops = 30
                                 innodb_table_locks = ON
                                 innodb_thread_concurrency = 0
                                 innodb_thread_concurrency_timer_based = OFF
                                 innodb_thread_sleep_delay = 10000
                                 innodb_use_purge_thread = OFF
                                 innodb_use_sys_malloc = ON
                                 innodb_version = 1.0.4-8
                                 innodb_write_io_threads = 4
                                 insert_id = 0
                                 interactive_timeout = 28800
                                 join_buffer_size = 1048576
                                 keep_files_on_create = OFF
                                 key_buffer_size = 134217728
                                 key_cache_age_threshold = 300
                                 key_cache_block_size = 1024
                                 key_cache_division_limit = 100
                                 language = C:\Program Files\HOSxP\MySQL\share\english\
                                 large_files_support = ON
                                 large_page_size = 0
                                 large_pages = OFF
                                 last_insert_id = 97292604
                                 lc_time_names = en_US
                                 license = GPL
                                 local_infile = ON
                                 log = OFF
                                 log_bin = OFF
                                 log_bin_trust_function_creators = OFF
                                 log_bin_trust_routine_creators = OFF
                                 log_error = C:\Program Files\HOSxP\MySQL\data\somsak10868.err
                                 log_output = FILE
                                 log_queries_not_using_indexes = OFF
                                 log_slave_updates = OFF
                                 log_slow_filter =
                                 log_slow_queries = OFF
                                 log_slow_rate_limit = 1
                                 log_slow_time = 10.000000
                                 log_slow_verbosity =
                                 log_warnings = 1
                                 long_query_time = 10.000000
                                 low_priority_updates = OFF
                                 lower_case_file_system = ON
                                 lower_case_table_names = 1
                                 maria_block_size = 8192
                                 maria_checkpoint_interval = 30
                                 maria_force_start_after_recovery_failures = 0
                                 maria_log_file_size = 1073741824
                                 maria_log_purge_type = immediate
                                 maria_max_sort_file_size = 9223372036853727232
                                 maria_page_checksum = ON
                                 maria_pagecache_age_threshold = 300
                                 maria_pagecache_buffer_size = 8384512
                                 maria_pagecache_division_limit = 100
                                 maria_recover = OFF
                                 maria_repair_threads = 1
                                 maria_sort_buffer_size = 8388608
                                 maria_stats_method = nulls_unequal
                                 maria_sync_log_dir = NEWFILE
                                 maria_used_for_temp_tables = ON
                                 max_allowed_packet = 268435456
                                 max_binlog_cache_size = 4294963200
                                 max_binlog_size = 1073741824
                                 max_connect_errors = 10
                                 max_connections = 1000
                                 max_delayed_threads = 20
                                 max_error_count = 64
                                 max_heap_table_size = 67108864
                                 max_insert_delayed_threads = 20
                                 max_join_size = 18446744073709551615
                                 max_length_for_sort_data = 1024
                                 max_prepared_stmt_count = 16382
                                 max_relay_log_size = 0
                                 max_seeks_for_key = 4294967295
                                 max_sort_length = 1024
                                 max_sp_recursion_depth = 0
                                 max_tmp_tables = 32
                                 max_user_connections = 0
                                 max_write_lock_count = 4294967295
                                 min_examined_row_limit = 0
                                 multi_range_count = 256
                                 myisam_data_pointer_size = 6
                                 myisam_max_sort_file_size = 2146435072
                                 myisam_recover_options = OFF
                                 myisam_repair_threads = 1
                                 myisam_sort_buffer_size = 134217728
                                 myisam_stats_method = nulls_unequal
                                 myisam_use_mmap = OFF
                                 named_pipe = OFF
                                 net_buffer_length = 16384
                                 net_read_timeout = 30
                                 net_retry_count = 10
                                 net_write_timeout = 60
                                 new = OFF
                                 old = OFF
                                 old_alter_table = OFF
                                 old_passwords = OFF
                                 open_files_limit = 2048
                                 optimizer_prune_level = 1
                                 optimizer_search_depth = 62
                                 optimizer_switch = index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on
                                 pbxt_auto_increment_mode = 0
                                 pbxt_checkpoint_frequency = 28MB
                                 pbxt_data_file_grow_size = 2MB
                                 pbxt_data_log_threshold = 64MB
                                 pbxt_garbage_threshold = 50
                                 pbxt_index_cache_size = 32MB
                                 pbxt_log_buffer_size = 256K
                                 pbxt_log_cache_size = 16MB
                                 pbxt_log_file_count = 3
                                 pbxt_log_file_threshold = 32MB
                                 pbxt_max_threads = 1007
                                 pbxt_offline_log_function = 0
                                 pbxt_record_cache_size = 32MB
                                 pbxt_row_file_grow_size = 256K
                                 pbxt_sweeper_priority = 0
                                 pbxt_transaction_buffer_size = 1MB
                                 pid_file = C:\Program Files\HOSxP\MySQL\data\somsak10868.pid
                                 plugin_dir = C:\Program Files\HOSxP\MySQL\lib/plugin
                                 port = 3306
                                 preload_buffer_size = 32768
                                 profiling = OFF
                                 profiling_history_size = 15
                                 protocol_version = 10
                                 pseudo_thread_id = 1
                                 query_alloc_block_size = 8192
                                 query_cache_limit = 1048576
                                 query_cache_min_res_unit = 4096
                                 query_cache_size = 67108864
                                 query_cache_type = ON
                                 query_cache_wlock_invalidate = OFF
                                 query_prealloc_size = 8192
                                 rand_seed1 =
                                 rand_seed2 =
                                 range_alloc_block_size = 4096
                                 read_buffer_size = 1048576
                                 read_only = OFF
                                 read_rnd_buffer_size = 1048576
                                 relay_log =
                                 relay_log_index =
                                 relay_log_info_file = relay-log.info
                                 relay_log_purge = ON
                                 relay_log_space_limit = 0
                                 report_host =
                                 report_password =
                                 report_port = 3306
                                 report_user =
                                 rpl_recovery_rank = 0
                                 secure_auth = OFF
                                 secure_file_priv =
                                 server_id = 0
                                 shared_memory = OFF
                                 shared_memory_base_name = MYSQL
                                 skip_external_locking = ON
                                 skip_networking = OFF
                                 skip_show_database = OFF
                                 slave_compressed_protocol = OFF
                                 slave_exec_mode = STRICT
                                 slave_load_tmpdir = C:\Windows\TEMP
                                 slave_net_timeout = 3600
                                 slave_skip_errors = OFF
                                 slave_transaction_retries = 10
                                 slow_launch_time = 2
                                 slow_query_log = OFF
                                 slow_query_log_file = C:\Program Files\HOSxP\MySQL\data\somsak10868-slow.log
                                 sort_buffer_size = 1048576
                                 sql_auto_is_null = ON
                                 sql_big_selects = ON
                                 sql_big_tables = ON
                                 sql_buffer_result = OFF
                                 sql_log_bin = ON
                                 sql_log_off = OFF
                                 sql_log_update = ON
                                 sql_low_priority_updates = OFF
                                 sql_max_join_size = 18446744073709551615
                                 sql_mode =
                                 sql_notes = ON
                                 sql_quote_show_create = ON
                                 sql_safe_updates = OFF
                                 sql_select_limit = 18446744073709551615
                                 sql_slave_skip_counter =
                                 sql_warnings = OFF
                                 ssl_ca =
                                 ssl_capath =
                                 ssl_cert =
                                 ssl_cipher =
                                 ssl_key =
                                 storage_engine = MyISAM
                                 sync_binlog = 0
                                 sync_frm = ON
                                 system_time_zone = SE Asia Standard Time
                                 table_definition_cache = 256
                                 table_lock_wait_timeout = 50
                                 table_open_cache = 512
                                 table_type = MyISAM
                                 thread_cache_size = 0
                                 thread_handling = one-thread-per-connection
                                 thread_pool_size = 20
                                 thread_stack = 294912
                                 time_format = %H:%i:%s
                                 time_zone = SYSTEM
                                 timed_mutexes = OFF
                                 timestamp = 1297858323
                                 tmp_table_size = 16777216
                                 tmpdir = C:\Windows\TEMP
                                 transaction_alloc_block_size = 8192
                                 transaction_prealloc_size = 4096
                                 tx_isolation = REPEATABLE-READ
                                 unique_checks = ON
                                 updatable_views_with_limit = YES
                                 version = 5.1.39-maria-beta
                                 version_comment = Source distribution
                                 version_compile_machine = ia32
                                 version_compile_os = Win32
                                 wait_timeout = 28800
                                 warning_count = 0

127
Development / Re: HOSxP 3.53.7.8 ออกแล้ว
« เมื่อ: กรกฎาคม 10, 2010, 18:01:52 PM »
ผมลองตรวจสอบค่า rw แล้วขึ้น ERROR ครับ ต้องทำอย่างไรต่อครับ ผมใช้ v.3.53.7.1 ครับ มาลองปรับเป็น v.3.53.7.8 ก็ยังไม่ขึ้นครับ

128
แจ้งข้อผิดพลาดการทำงานของ HOSxP V3 / Re: Error ของ UE
« เมื่อ: พฤษภาคม 24, 2010, 18:13:43 PM »
เช่นกันครับตอนนี้ UE ไม่ขึ้นข้อมูลเดิมที่ลงข้อมูลไปแล้วครับแล้วครับ ท่าน อาจารย์ครับ ท่านใดมีวิธีแก้ รบกวนบอกวิธีด้วยนะครับ ผมใช้ 3.53.5.4 ครับ

129
ตามที่ ท่าน SoRnKuNg  บอกละครับ ผมคงบอกตามต้องการไม่ชัดเจน
ได้ข้อมูลแล้วครับ ขอบคุณมากเลยครับ ท่าน อ. ทุกท่าน ;D ;D

130
ทำใน varible ครับอยากให้ count(hn) แล้ว Group by hn ด้วย แต่ออก 1 ครับ

Value := GetSQLDoubleData('select count(hn) from ovst '+
'where vstdate between "'+ISO2Date(GetUserParameter(0),'yyyy-mm-dd')+'" and " '+ISO2Date(GetUserParameter(1),'yyyy-mm-dd')+'"  '+
'Group by hn');

ต้องแก้อย่างไรครับ ท่าน อาจารย์ครับ

131
เพิ่ม วัคซีน เด็ก 0-1 ปี แล้วรายงานไม่ขึ้นครับ HBV4,HBV5  ไม่ทราบว่าถูกหรือเปล่า

132
นำมูลจาก STAT เข้า Hosxp แล้วได้ข้อมูลผู้ป่วย ที่โดนลบไปแล้ว เช่น HN 000001234 ซึ่งเป็นโรค เบาหวาน และโดนลบไปแล้วใน STAT แต่พอนำเข้าและใช้ HosXP พอมาถึง HN 000001234 และผู้ป่วยไม่เคยเป็น เบาหวานเลยแต่กลับมีโรคนี้มาด้วย
   ขอถามว่าผมต้องแก้ไขอย่างไรครับ รบกวน อาจารย์ทุกท่านด้วยนะครับ

133
ขอบคุณครับ ถ้ามีตัวอย่าง รายงาน ก็ดีนะครับ เพื่อศึกษานะครับ

134
อยากเขียนรายให้มีการเลือก แพทย์ เลือก แผนก เป็นต้น ต้องเขียนด้วย Mysql หรือ Pascal ครับ

135
ผมได้แก้ไข้แล้วครับ ยังไม่ได้ครับ แล้วยัง error ตามรูปครับ

แล้วผมใช้ หน้าต่าง Show SQL  Track Windows จะได้ผลตามข้างล่างนี้ครับ
Date Time   Type   Exec Time   SQL Text

52-02-11 21:54:30.077   SQL    0   select h.lab_order_number,h.lis_order_no,v.pcode,a.pcode as apcode, h.lab_receive_number,h.vn,h.hn,h.order_date ,h.order_time, h.lock_result,h.receive_time as service13,h.report_time as service14 ,h.confirm_report,d.name as doctor_name, concat(pt.pname,pt.fname,' ',pt.lname) as ptname , h.form_name ,v.rcpt_money as opaid,a.rcpt_money as ipaid , v.age_y as vage_y,a.age_y as aage_y ,h.department,concat(w.name,' - ',adm.bedno) as ward_name , k.department as department_name ,sp.name as spclty_name,lp.lab_perform_status_name,h.anonymous_request from lab_head h
left outer join patient pt on pt.hn=h.hn
left outer join doctor d on d.code=h.doctor_code
left outer join vn_stat v on v.vn=h.vn
left outer join spclty sp on sp.spclty = h.spclty
left outer join an_stat a on a.an=h.vn
left outer join kskdepartment k on k.depcode = h.order_department
left outer join ward w on w.ward = a.ward
left outer join iptadm adm on adm.an = a.an
left outer join lab_perform_status lp on lp.lab_perform_status_id = h.lab_perform_status_id
where h.vn= 511201072837 and h.lab_order_number =
order by h.lab_order_number = ,h.order_date,h.order_time

ผมใส่ h.lab_order_number ="4882" แต่ไม่มีค่านี้มา
ครับ

136
ผมสั่งพิมพ์ใบ lab แล้วไม่ออกครับ ขึ้นข้อผิดพลาดมาตามรูอที่แนบครับ รบกวน อ. ทุกท่านด้วยนะครับ

คำสั่งที่ใช้

select h.lab_order_number,h.lis_order_no,v.pcode,a.pcode as apcode, h.lab_receive_number,h.vn,h.hn,h.order_date ,h.order_time,  h.lock_result,h.receive_time as service13,h.report_time as service14 ,h.confirm_report,d.name as doctor_name,  concat(pt.pname,pt.fname,'  ',pt.lname) as ptname ,  h.form_name ,v.rcpt_money as opaid,a.rcpt_money as ipaid   , v.age_y as vage_y,a.age_y as aage_y ,h.department,concat(w.name,' - ',adm.bedno) as ward_name  , k.department as department_name ,sp.name as spclty_name,lp.lab_perform_status_name,h.anonymous_request  from lab_head h

 left outer join patient pt on pt.hn=h.hn 
 left outer join doctor d on d.code=h.doctor_code
 left outer join vn_stat v on v.vn=h.vn 
 left outer join spclty sp on sp.spclty = h.spclty
 left outer join an_stat a on a.an=h.vn 
 left outer join kskdepartment k on k.depcode = h.order_department 
 left outer join ward w on w.ward = a.ward 
 left outer join iptadm adm on adm.an = a.an 
 left outer join lab_perform_status lp on lp.lab_perform_status_id = h.lab_perform_status_id 
 where h.vn= 511201072837
  order by h.lab_order_number = 4882,h.order_date,h.order_time



137
ลงข้อมูลในบัญชี้1 พอเปลี่ยนภาษาไทย แล้วโปรแกรมแฮ้งครับ v.3.52.1.19
ตรงคำนำหน้านะครับ

138
EurekaLog 6.0.18

Application:
-------------------------------------------------------
  1.1 Start Date      : Thu, 22 Jan 2009 19:03:34 +0700
  1.2 Name/Description: HOSMy.exe
  1.3 Version Number  : 3.52.1.21
  1.4 Parameters      :
  1.5 Compilation Date: Wed, 21 Jan 2009 12:09:49 +0700
  1.6 Up Time         : 1 minute, 31 seconds

Exception:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  2.1 Date          : Thu, 22 Jan 2009 19:05:05 +0700
  2.2 Address       : 0101F361
  2.3 Module Name   : HOSMy.exe
  2.4 Module Version: 3.52.1.21
  2.5 Type          : EZSQLException
  2.6 Message       : SQL Error:_You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'declare @bd datetime
                      declare @ed datetime
                      set @bd='2009-01-22'
                      set @ed='2009-' at line 1.
  2.7 ID            : DFD0
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

User:
-------------------------------------------------------
  3.1 ID        : somsak10868
  3.2 Name      : somsak10868
  3.3 Email     :
  3.4 Company   :
  3.5 Privileges: SeChangeNotifyPrivilege         - ON
                  SeSecurityPrivilege             - OFF
                  SeBackupPrivilege               - OFF
                  SeRestorePrivilege              - OFF
                  SeSystemtimePrivilege           - OFF
                  SeShutdownPrivilege             - OFF
                  SeRemoteShutdownPrivilege       - OFF
                  SeTakeOwnershipPrivilege        - OFF
                  SeDebugPrivilege                - OFF
                  SeSystemEnvironmentPrivilege    - OFF
                  SeSystemProfilePrivilege        - OFF
                  SeProfileSingleProcessPrivilege - OFF
                  SeIncreaseBasePriorityPrivilege - OFF
                  SeLoadDriverPrivilege           - ON
                  SeCreatePagefilePrivilege       - OFF
                  SeIncreaseQuotaPrivilege        - OFF
                  SeUndockPrivilege               - ON
                  SeManageVolumePrivilege         - OFF
                  SeImpersonatePrivilege          - ON
                  SeCreateGlobalPrivilege         - ON

Active Controls:
--------------------------------
  4.1 Form Class   : TMainForm
  4.2 Form Text    : :: HOSxP ::
  4.3 Control Class: MDIClient
  4.4 Control Text :

Computer:
---------------------------------------------------------------------------------------------------
  5.1 Name          : SOMSAK100868
  5.2 Total Memory  : 1526 Mb
  5.3 Free Memory   : 866 Mb
  5.4 Total Disk    : 21.87 Gb
  5.5 Free Disk     : 4.05 Gb
  5.6 System Up Time: 1 hour, 54 minutes, 47 seconds
  5.7 Processor     : Intel(R) Celeron(R) M processor         1.50GHz
  5.8 Display Mode  : 1280 x 800, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : Mobile Intel(R) 915GM/GMS,910GML Express Chipset Family (driver 6.14.10.4384)
  5.11 Printer      : Canon iP1600 (driver 1.90.2.20)

Operating System:
------------------------------------
  6.1 Type    : Microsoft Windows XP
  6.2 Build # : 2600
  6.3 Update  : Service Pack 3
  6.4 Language: Thai
  6.5 Charset : 222

Network:
---------------------------------------------------
  7.1 IP Address: 010.001.001.051 - 010.001.001.030
  7.2 Submask   : 255.255.255.000 - 255.255.255.000
  7.3 Gateway   : 010.001.001.001 - 010.001.001.001
  7.4 DNS 1     : 202.069.137.137 - 202.069.137.137
  7.5 DNS 2     : 202.069.137.138 - 202.069.137.138
  7.6 DHCP      : ON              - OFF           

Custom Information:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
  8.1 Hospital Code            : 10868 [รพช. วังน้ำเย็น]
  8.2 Database Type            : MySQL
  8.3 Database Protocol        : mysql-4.1 [5.1.22-rc
                                  Database hos @ 10.1.1.2]
  8.4                          :
  8.5 No 1                     : declare @bd datetime
                                 declare @ed datetime
                                 set @bd='2009-01-22'
                                 set @ed='2009-01-22'
                                 select @bd as bdate,@ed as edate,rtrim(pt.pname)+' '+rtrim(pt.fname)+' '+rtrim(pt.lname) ptname,rc.name rfrname,icd.name dxname,ov.*,
                                 rtrim(hc.hosptype)+rtrim(hc.name) ohname
                                 from ovst ov
                                 left outer join patient pt on pt.hn=ov.hn
                                 left outer join rfrcs rc on rc.rfrcs=ov.rfrocs
                                 left outer join hospcode hc on hc.hospcode=ov.rfrolct
                                 left outer join ovstdiag dx on dx.hn=ov.hn and dx.vstdate=ov.vstdate and dx.vsttime=ov.vsttime and dx.diagtype='1'
                                 left outer join icd101 icd on icd.code=dx.icd10
                                 where ov.vstdate>=@bd and ov.vstdate<=@ed
                                 and ov.pttype in ('42','45','46','47','48','50','51','52','61','62','63','64')
                                 and ov.rfrolct='2009-01-22'
                                 order by ov.vstdate,pt.fname
  8.6 No 2                     : select script_dfm from reporttemplate where name = 'OPD Detail Refer Report'
  8.7 No 3                     : select * from reporttemplate where name='OPD Detail Refer Report'
  8.8 DBMS Variables           :
  8.9                          :
  8.10 auto_increment_increment: 1
                                 auto_increment_offset = 1
                                 autocommit = ON
                                 automatic_sp_privileges = ON
                                 back_log = 50
                                 basedir = /
                                 big_tables = OFF
                                 binlog_cache_size = 32768
                                 binlog_format = MIXED
                                 bulk_insert_buffer_size = 8388608
                                 character_set_client = tis620
                                 character_set_connection = tis620
                                 character_set_database = tis620
                                 character_set_filesystem = binary
                                 character_set_results = tis620
                                 character_set_server = tis620
                                 character_set_system = utf8
                                 character_sets_dir = /usr/share/mysql/charsets/
                                 collation_connection = tis620_thai_ci
                                 collation_database = tis620_thai_ci
                                 collation_server = tis620_thai_ci
                                 completion_type = 0
                                 concurrent_insert = 1
                                 connect_timeout = 5
                                 datadir = /var/lib/mysql/
                                 date_format = %Y-%m-%d
                                 datetime_format = %Y-%m-%d %H:%i:%s
                                 default_week_format = 0
                                 delay_key_write = ON
                                 delayed_insert_limit = 100
                                 delayed_insert_timeout = 300
                                 delayed_queue_size = 1000
                                 div_precision_increment = 4
                                 engine_condition_pushdown = ON
                                 error_count = 0
                                 event_scheduler = OFF
                                 expire_logs_days = 0
                                 flush = OFF
                                 flush_time = 0
                                 foreign_key_checks = ON
                                 ft_boolean_syntax = + -><()~*:""&|
                                 ft_max_word_len = 84
                                 ft_min_word_len = 4
                                 ft_query_expansion_limit = 20
                                 ft_stopword_file = (built-in)
                                 general_log = OFF
                                 general_log_file = /var/lib/mysql/HOSxp1.log
                                 group_concat_max_len = 1024
                                 have_compress = YES
                                 have_crypt = YES
                                 have_csv = YES
                                 have_dynamic_loading = YES
                                 have_geometry = YES
                                 have_innodb = YES
                                 have_ndbcluster = NO
                                 have_openssl = NO
                                 have_partitioning = YES
                                 have_query_cache = YES
                                 have_rtree_keys = YES
                                 have_ssl = NO
                                 have_symlink = YES
                                 hostname = HOSxp1
                                 identity = 12792777
                                 init_connect = SET NAMES tis620
                                 init_file =
                                 init_slave =
                                 innodb_additional_mem_pool_size = 20971520
                                 innodb_autoextend_increment = 8
                                 innodb_autoinc_lock_mode = 1
                                 innodb_buffer_pool_size = 1073741824
                                 innodb_checksums = ON
                                 innodb_commit_concurrency = 0
                                 innodb_concurrency_tickets = 500
                                 innodb_data_file_path = ibdata1:10M:autoextend
                                 innodb_data_home_dir = /var/lib/mysql/
                                 innodb_doublewrite = ON
                                 innodb_fast_shutdown = 1
                                 innodb_file_io_threads = 4
                                 innodb_file_per_table = ON
                                 innodb_flush_log_at_trx_commit = 1
                                 innodb_flush_method =
                                 innodb_force_recovery = 0
                                 innodb_lock_wait_timeout = 50
                                 innodb_locks_unsafe_for_binlog = OFF
                                 innodb_log_buffer_size = 8388608
                                 innodb_log_file_size = 5242880
                                 innodb_log_files_in_group = 2
                                 innodb_log_group_home_dir = /var/lib/mysql/
                                 innodb_max_dirty_pages_pct = 90
                                 innodb_max_purge_lag = 0
                                 innodb_mirrored_log_groups = 1
                                 innodb_open_files = 300
                                 innodb_rollback_on_timeout = OFF
                                 innodb_support_xa = ON
                                 innodb_sync_spin_loops = 20
                                 innodb_table_locks = ON
                                 innodb_thread_concurrency = 8
                                 innodb_thread_sleep_delay = 10000
                                 insert_id = 0
                                 interactive_timeout = 28800
                                 join_buffer_size = 131072
                                 keep_files_on_create = OFF
                                 key_buffer_size = 1073741824
                                 key_cache_age_threshold = 300
                                 key_cache_block_size = 1024
                                 key_cache_division_limit = 100
                                 language = /usr/share/mysql/english/
                                 large_files_support = ON
                                 large_page_size = 0
                                 large_pages = OFF
                                 last_insert_id = 12792777
                                 lc_time_names = en_US
                                 license = GPL
                                 local_infile = ON
                                 locked_in_memory = OFF
                                 log = OFF
                                 log_bin = OFF
                                 log_bin_trust_function_creators = OFF
                                 log_bin_trust_routine_creators = OFF
                                 log_error = /var/lib/mysql/HOSxp1.err
                                 log_output = TABLE
                                 log_queries_not_using_indexes = OFF
                                 log_slave_updates = OFF
                                 log_slow_queries = OFF
                                 log_warnings = 1
                                 long_query_time = 10.000000
                                 low_priority_updates = OFF
                                 lower_case_file_system = OFF
                                 lower_case_table_names = 0
                                 max_allowed_packet = 33553408
                                 max_binlog_cache_size = 4294967295
                                 max_binlog_size = 1073741824
                                 max_connect_errors = 10
                                 max_connections = 1000
                                 max_delayed_threads = 20
                                 max_error_count = 64
                                 max_heap_table_size = 134217728
                                 max_insert_delayed_threads = 20
                                 max_join_size = 18446744073709551615
                                 max_length_for_sort_data = 1024
                                 max_prepared_stmt_count = 16382
                                 max_relay_log_size = 0
                                 max_seeks_for_key = 4294967295
                                 max_sort_length = 1024
                                 max_sp_recursion_depth = 0
                                 max_tmp_tables = 32
                                 max_user_connections = 0
                                 max_write_lock_count = 4294967295
                                 min_examined_row_limit = 0
                                 multi_range_count = 256
                                 myisam_data_pointer_size = 6
                                 myisam_max_sort_file_size = 2147483647
                                 myisam_recover_options = OFF
                                 myisam_repair_threads = 1
                                 myisam_sort_buffer_size = 134217728
                                 myisam_stats_method = nulls_unequal
                                 myisam_use_mmap = OFF
                                 ndb_autoincrement_prefetch_sz = 32
                                 ndb_cache_check_time = 0
                                 ndb_connectstring =
                                 ndb_extra_logging = 0
                                 ndb_force_send = ON
                                 ndb_index_stat_cache_entries = 32
                                 ndb_index_stat_enable = OFF
                                 ndb_index_stat_update_freq = 20
                                 ndb_report_thresh_binlog_epoch_slip = 3
                                 ndb_report_thresh_binlog_mem_usage = 10
                                 ndb_use_copying_alter_table = OFF
                                 ndb_use_exact_count = ON
                                 ndb_use_transactions = ON
                                 net_buffer_length = 16384
                                 net_read_timeout = 30
                                 net_retry_count = 10
                                 net_write_timeout = 60
                                 new = OFF
                                 old = OFF
                                 old_alter_table = OFF
                                 old_passwords = OFF
                                 open_files_limit = 5000
                                 optimizer_prune_level = 1
                                 optimizer_search_depth = 62
                                 pid_file = /var/lib/mysql/HOSxp1.pid
                                 plugin_dir = /usr/lib/mysql
                                 port = 3306
                                 preload_buffer_size = 32768
                                 protocol_version = 10
                                 pseudo_thread_id = 45246
                                 query_alloc_block_size = 8192
                                 query_cache_limit = 1048576
                                 query_cache_min_res_unit = 4096
                                 query_cache_size = 268435456
                                 query_cache_type = ON
                                 query_cache_wlock_invalidate = OFF
                                 query_prealloc_size = 8192
                                 rand_seed1 =
                                 rand_seed2 =
                                 range_alloc_block_size = 2048
                                 read_buffer_size = 1044480
                                 read_only = OFF
                                 read_rnd_buffer_size = 1044480
                                 relay_log_purge = ON
                                 relay_log_space_limit = 0
                                 rpl_recovery_rank = 0
                                 secure_auth = OFF
                                 secure_file_priv =
                                 server_id = 0
                                 skip_external_locking = ON
                                 skip_networking = OFF
                                 skip_show_database = OFF
                                 slave_compressed_protocol = OFF
                                 slave_load_tmpdir = /tmp
                                 slave_net_timeout = 3600
                                 slave_skip_errors = OFF
                                 slave_transaction_retries = 10
                                 slow_launch_time = 2
                                 slow_query_log = OFF
                                 slow_query_log_file = /var/lib/mysql/HOSxp1-slow.log
                                 socket = /var/lib/mysql/mysql.sock
                                 sort_buffer_size = 1048568
                                 sql_auto_is_null = ON
                                 sql_big_selects = ON
                                 sql_big_tables = OFF
                                 sql_buffer_result = OFF
                                 sql_log_bin = ON
                                 sql_log_off = OFF
                                 sql_log_update = ON
                                 sql_low_priority_updates = OFF
                                 sql_max_join_size = 18446744073709551615
                                 sql_mode =
                                 sql_notes = ON
                                 sql_quote_show_create = ON
                                 sql_safe_updates = OFF
                                 sql_select_limit = 18446744073709551615
                                 sql_slave_skip_counter =
                                 sql_warnings = OFF
                                 ssl_ca =
                                 ssl_capath =
                                 ssl_cert =
                                 ssl_cipher =
                                 ssl_key =
                                 storage_engine = MyISAM
                                 sync_binlog = 0
                                 sync_frm = ON
                                 system_time_zone = ICT
                                 table_definition_cache = 128
                                 table_lock_wait_timeout = 50
                                 table_open_cache = 1500
                                 table_type = MyISAM
                                 thread_cache_size = 8
                                 thread_handling = one-thread-per-connection
                                 thread_stack = 196608
                                 time_format = %H:%i:%s
                                 time_zone = SYSTEM
                                 timed_mutexes = OFF
                                 timestamp = 1232625854
                                 tmp_table_size = 16777216
                                 tmpdir = /tmp
                                 transaction_alloc_block_size = 8192
                                 transaction_prealloc_size = 4096
                                 tx_isolation = REPEATABLE-READ
                                 unique_checks = ON
                                 updatable_views_with_limit = YES
                                 version = 5.1.22-rc
                                 version_comment = MySQL Community Server (GPL)
                                 version_compile_machine = i686
                                 version_compile_os = redhat-linux-gnu
                                 wait_timeout = 28800
                                 warning_count = 0

139
รายงาน refer error ครับ

หน้า: 1 2 [3]