แสดงกระทู้

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

หน้า: [1] 2 3
1
ได้คำตอบแล้วครับ เผื่อใครจะหาวิธีทำแบบนี้อยู่ครับ ให้ไว้เป็นแนวครับ
procedure TForm1.Button1Click(Sender: TObject);
VAR
num : integer ;
cid : string ;
count : integer ;
sex : string ;
begin
  num := 1 ;
  count := MyQuery1.RecordCount;
  ProgressBar1.Max := count;
  MyQuery1.First;

            while not MyQuery1.Eof do
            begin
              ProgressBar1.Position :=  ProgressBar1.Position + 1;
            //  Sleep(1);
              sex := myquery1.fieldbyname('sex').asstring;
              cid := myquery1.fieldbyname('cid').asstring;
            if sex = '1' then
              begin
              MyQuery2.Open;
              MyQuery2.Edit;
              MyQuery2.SQLUpdate.Text := 'Update person set lname = "1" where cid = '+'"'+cid+'"';
              MyQuery2.Post;
              end;
            if sex = '2' then
              begin
              MyQuery2.Open;
              MyQuery2.Edit;
              MyQuery2.SQLUpdate.Text := 'Update person set lname = "2" where cid = '+'"'+cid+'"';
              MyQuery2.Post;

              end;

              MyQuery1.Next;
            end;

end;

2
procedure TForm1.Button1Click(Sender: TObject);
VAR
num : integer ;
count : integer ;
sex : string ;
begin
  num := 1 ;

  count := MyQuery1.RecordCount;
  ProgressBar1.Max := count;
  MyQuery1.First;
            while not MyQuery1.Eof do
            begin
              ProgressBar1.Position :=  ProgressBar1.Position + 1;
            //  Sleep(1);
              sex := myquery1.fieldbyname('sex').asstring;
            if sex = '1' then
              begin


              end;
            if sex = '2' then
              begin


              end;

              MyQuery1.Next;
            end;

end;
////////////////////////////////////
       จากรูปแบบที่เขียนด้านบน หากต้องการให้มีการกระทำ โดยมีการดึงข้อมูลทีละ Record มาเก็บในตัวแปรแล้วทำการเปรียบเทียบ โดยในโปรแกรมหากต้องการตรวจสอบว่าตัวแปร Sex มีค่าเป็น 1 ให้ไปเปลี่ยนค่าในฟิวส์ lname เป็น 1 ด้วย หากSex มีค่าเป็น 2 ให้ไปเปลี่ยนค่าในฟิวส์ lname เป็น 2 ไม่ทราบว่าจะมีรูปแบบการเขียนแบบใดครับ ขอบคุณครับ

3
แก้ปัญหาได้บางส่วนครับ แต่ตอนนี้ผมว่าอาการน่าจะมาจาก Hardware ส่วนหนึ่งด้วยครับ

4
Error ดังกล่าวเกิดขึ้นตอนเข้า Menu ลงหัตถการบันทึกผลผู้ป่วยใน ครับ วันนี้ให้ทาง BMS Remote มาช่วยตรวจสอบ แต่ยังเงียบอยู่ยังไม่ได้รับการติดต่อกลับ ไม่ทราบว่ามีเพื่อนสมาชิกท่านใด เกิดเหตุการดังภาพบ้างครับ

5
แก้ไขตามรูปเลยครับ

6
คีสั่ง LAB แล้วมีปัญหาครับ BCDS1:Field ' order_computer_name ' not found รบกวนอาจารย์ช่วยตรวจสอบด้วยครับ

7
Development / Re: ของเล่นใหม่ HOSxP 21 File Export
« เมื่อ: สิงหาคม 29, 2012, 09:40:45 AM »
32 bit ตัวใหม่ โหลดมาได้แค่ 1.75 M เองครับ

เป็นเหมือนกันครับ ไม่สามารถ แตกไฟล์ ได้ครับ ลบกวนอาจารย์ช่วยแก้ไขด้วยครับ ขอบคุณครับ

8
แจ้งข้อผิดพลาดการทำงานของ HOSxP V3 / Re: hosxp v.3.55.8.14
« เมื่อ: สิงหาคม 15, 2012, 11:03:57 AM »
การเก็บค่าใช้จ่ายในครั้งนี้ จะมีการพัฒนาอะไรบ้างครับ เป็นคำถามที่ผมคิดว่าทุกคน ต้องนำไปตอบกับคณะกรรมการบริหารในแต่ละที่ครับ อยากให้อาจารย์ขึ้นกระทู้ใหม่ เพื่อให้ทุกท่านเหล่า ADmin ได้นำไปชี้แจงก่อนล่วงหน้า ครับ ขอบคุณครับ

9
มี properties กำหนด stretch อยู่ครับ เลือก true ก้อได้นะครับ


ทดสอบแล้วครับ "ได้เรื่อง" ครับผม ขอบคุณครับ -/\-

10
ขอความรู้ด้วยครับ

11
ผมต้องการเชื่อมข้อมูลรูปภาพจาก Server หลักครับ แต่มีปัญหาว่ารูปภาพมีขนาดใหญ่กว่าที่กำหนด  ภาพที่สามารถแสดงผลได้คือ (94x115) ไม่ทราบว่าผมต้องแก้ปัญหานี้อย่างไร Component ที่ใช้คือ JvDBImage ครับ หากสามารถทำให้เป็น Auto Resize เหมือนใน Hosxp จะดีมากๆ เลยครับ

12
MyQuery1.SQL.text:='select Log_status from login where user='+edit1.text;

จากคำสั่งด้านบนผมต้องการนำค่าที่ได้จาก Select มาทำการตรวจสอบค่าที่ได้เพื่อทำเงื่อนไข งะครับ ไม่ทราบว่าจะสามารถนำค่าที่ได้มาเก็บในตัวแปรได้อย่างไรครับ หรือมีวิธีการแบบอื่นอีกไหมครับ รบกวนทุกๆท่านด้วยครับ

13
หุหุ รอบนี้เทพไปกันเยอะจัง ได้มีโอกาสได้เจอคุณ บอยด่านมะขามเตี๋ย ด้วยไม่ทราบว่ายังจำ Config ที่ทำให้โรงพยาบาลดอนสักได้หรือป่าว ฮิฮิ

จำได้ครับ
Config ใช้แล้วเกิดปัญหาไหมครับ

ใช้งานจนถึงปัจจุบันไม่มีปัญหาแต่อย่างใดครับ ขอบคุณอีกครั้งครับ

14
หุหุ รอบนี้เทพไปกันเยอะจัง ได้มีโอกาสได้เจอคุณ บอยด่านมะขามเตี๋ย ด้วยไม่ทราบว่ายังจำ Config ที่ทำให้โรงพยาบาลดอนสักได้หรือป่าว ฮิฮิ

15
โรงพยาบาลดอนสัก จ.สุราษฎร์ธานี ขอสำรอง 1 ที่นั่งครับ

16
โรงพยาบาลดอนสัก สุราษฎร์ธานี จอง 2 ที่ครับ

17
กำลังจะขึ้นระบบ Xray ให้กับโรงพยาบาลครับ รบกวนขอตาราง Xray_type และ ตาราง Xray_item ด้วยครับ ขอพระคุณครับ

18
นอกเรื่อง / Re: การอบรมโปรแกรม HOSxP (4 ภาค)
« เมื่อ: กรกฎาคม 27, 2011, 10:22:15 AM »
รอลุ้นเช่นกันครับ กำลังตัดสินใจอยู่เหมือนกัน

19
MySQL / Re: แจก My.cnf
« เมื่อ: กรกฎาคม 13, 2011, 19:49:28 PM »
ได้รับแล้วครับ
  ผลการทดสอบ สามารถทำได้งานได้ดีครับ แต่ตอน Start service ขึ้นข้อความ Error แบบนี้ครับ

error: Found option without preceding group in config file: /etc/my.cnf at line: 1
Fatal error in defaults handling. Program aborted
error: Found option without preceding group in config file: /etc/my.cnf at line: 1
Fatal error in defaults handling. Program aborted
MySQL running (6578)[  OK  ]

   ไม่สามารถว่าจะมีผลต่อการทำงานโดยรวมหรือป่าวครับ หรือว่าต้องแก้ไขอย่างไรช่วยแนะนำด้วยครับ  ขอบคุณสำหรับ Config ดังกล่าวครับผม

   ป.ล. ข้อโทษที่มาตอบช้าครับ

20
MySQL / Re: แจก My.cnf
« เมื่อ: กรกฎาคม 12, 2011, 14:39:36 PM »
รบกวนกรุณาส่งมาที่เมลล์ด้วยครับ  kong-dsh@hotmail.com 

21
MySQL / Re: แจก My.cnf
« เมื่อ: กรกฎาคม 11, 2011, 23:07:16 PM »
ขอลองนำมาทดสอบครับ

22
MySQL / Re: แจก My.cnf
« เมื่อ: กรกฎาคม 11, 2011, 10:10:51 AM »
ไม่ทราบว่าใช้ระบบปฏิบัติการอะไรที่ใช้งานครับ

ขอแจมด้วยคน   ขอ My.cnf แรม 4 GB

---   สเปค  --
             Intel® Xeon® 3400 Series (quad-core) up to 3.06 GHz or Intel Celeron®,
             Pentium®orCore i3 (dual-core) up to 3.20 GHz
             RAM ECC 4 GB  (2GB x 2 Doble Rank)

---  จำนวนเครื่องลูก ----
             20 เครื่อง

----  จำนวน HUB และแบบการต่อ HUB ---
             ไม่เกิน 2 HOP ครับ

---- MySQL----
               MYSQL  5.4.2 

----  การขึ้นระบบ ---
               ขึ้นระบบ โดยทีม นวก สุราษฎร์ธานี ครับ

Cent OS 5.5 ครับ

23
MySQL / Re: แจก My.cnf
« เมื่อ: กรกฎาคม 11, 2011, 09:13:01 AM »
ขอแจมด้วยคน   ขอ My.cnf แรม 4 GB

---- ระบบปฎิบัติการ----
              Cent OS 5.5

---   สเปค  --
             Intel® Xeon® 3400 Series (quad-core) up to 3.06 GHz or Intel Celeron®,
             Pentium®orCore i3 (dual-core) up to 3.20 GHz
             RAM ECC 4 GB  (2GB x 2 Doble Rank)

---  จำนวนเครื่องลูก ----
             20 เครื่อง

----  จำนวน HUB และแบบการต่อ HUB ---
             ไม่เกิน 2 HOP ครับ

---- MySQL----
               MYSQL  5.4.2 

----  การขึ้นระบบ ---
               ขึ้นระบบ โดยทีม นวก สุราษฎร์ธานี ครับ

24
เค้าบอกว่าของเก่าๆ ดีนักแล ไม่เชื่ออย่าลบหลู่ นะเออออ

25
ยินดีต้อนรับ / Re: บรรยายกาศ อบรม report กจ.
« เมื่อ: กรกฎาคม 04, 2011, 12:37:12 PM »
อืมมม ..... นึกถึงบรรยายกาศตอนอบรม OP/PP น่าจัดไปอบรมที่ BMS สักโปรแกรม อิอิ..

26
อัพกระทู้นิดหนึ่งครับ เพราะยังไม่ได้รับคำชี้เเนะครับ ???

27
       ตอนนี้สามารถแก้ปัญหาได้แล้วครับ สาเหตุน่าจะเกิดจากย้ายฐานข้อมูล ไม่สมบูรณ์ ครับ โดยผมใช้ข้อมูลจากการ Backup แบบ Skip Log และ image ครับ เลยเกิด Error ตามมาเยอะเลยครับ ขอบคุณสำหรับทุกๆ คำตอบครับ

.................................................................. ;D ;D

ระวังหน่อย เพราะต่อไปปัญหาน่าจะเกิดมาขึ้น
ลองเปลี่ยน MySQL ด้วย ระบบจะได้เร็วขึ้น
เพราะMysql ที่ถูกพัฒนา จะมีแค่ 5.1xx,5.5.xx,5.6.xx ณ.เวลานี้


ขอบคุณครับ ผมก็กำลังพยายามพัฒนาตัวเอง จาก Network ----> System  ครับ ขอบคุณทุกๆ กระทู้แห่งความรู้ครับผม

28
สืบเนื่องจากปัญหาที่เกิดขึ้น จากกระทู้ http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=21108.0  ทำให้ตอนนี้ ผมประสบกับปัญหา คือ ต้องทำการย้ายข้อมูลทั้งหมดที่กระทำในวันที่ 1 มิถุนายน 2554 ทั้งหมด มาไว้อีก Server หนึ่ง ซึ่งมีข้อมูลถึงวันที่ 31 พ.ค. 2554 ครับ แต่กำลังใช้งานอยู่ ไม่ทราบว่าพอจะมีแนวทางย้ายข้อมูล จาก Server หนึ่ง ไปอีก Server หนึ่ง ยังไงครับ โดยเงื่อนไขคือต้องเอาไปเฉพาะ ทุกๆ ข้อมูลที่เกิดขึ้นในวันที่ 1 มิถุนายน เท่านั้นครับ ขอบคุณครับ


   ป.ล. ช่วงนี้งานเข้าเยอะครับ ผลกระทบจากฟ้าฝ่า รบกวนทุกท่านด้วยครับ

29
       ตอนนี้สามารถแก้ปัญหาได้แล้วครับ สาเหตุน่าจะเกิดจากย้ายฐานข้อมูล ไม่สมบูรณ์ ครับ โดยผมใช้ข้อมูลจากการ Backup แบบ Skip Log และ image ครับ เลยเกิด Error ตามมาเยอะเลยครับ ขอบคุณสำหรับทุกๆ คำตอบครับ

.................................................................. ;D ;D

30
ราตรีนี้อีกยาวไกล ฐานข้อมูล ยังไม่โอเค แต่พร่งนี้ตรวจ HA สุดดดโค่ยยยยย

31
ลองรีสตาทร์เครื่องสามารถอัพฐานข้อมูลได้ครับ เลยลองอัพ Version กลับมาเป็น HOSxP_3.54.2.2 ครับ

32
เพิ่มปัญหาอีก 1 ปัญหาครับคือว่าไม่สามารถบันทึก ในบันชี 2-3ได้ครับ ขึ้น Error ดังรูปที่ปรากฎ ครับ

34
5.2 Total Memory  : 3327 Mb
  5.3 Free Memory   : 2577 Mb
  5.4 Total Disk    : 244.14 Gb
  5.5 Free Disk     : 230.7 Gb
  5.6 System Up Time: 16 hours, 31 minutes, 58 seconds
  5.7 Processor     : Intel(R) Core(TM)2 Quad CPU    Q8400  @ 2.66GHz
  5.8 Display Mode  : 1280 x 720, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : NVIDIA GeForce 9400 GT (driver 6.14.12.6658 - RAM 1024 MB)
  5.11 Printer      : Microsoft XPS Document Writer (driver 6.0.6001.22204)


35
ขอแนวทางแก้ไขด้วยครับ หรือว่าต้องแก้ที่ my.cnf ครับ
IBM X3200 แรม 4 G ครับ

36
ไม่สามารถอัพ hosxp จาก Version   HOSxP_3.54.5.20 ไปเป็น HOSxP_3.54.6.1 ได้ครับ
 
EurekaLog 6.1.01

Application:
------------------------------------------------------
  1.1 Start Date      : Wed, 1 Jun 2011 11:23:36 +0700
  1.2 Name/Description: HOSMy.exe
  1.3 Version Number  : 3.54.6.1
  1.4 Parameters      :
  1.5 Compilation Date: Wed, 1 Jun 2011 07:42:41 +0700
  1.6 Up Time         : 3 minutes, 50 seconds

Exception:
----------------------------------------------------------------------
  2.1 Date          : Wed, 1 Jun 2011 11:27:26 +0700
  2.2 Address       : 008EC891
  2.3 Module Name   : HOSMy.exe
  2.4 Module Version: 3.54.6.1
  2.5 Type          : EZSQLException
  2.6 Message       : SQL Error: Out of memory (Needed 1047792 bytes).
  2.7 ID            : 07CB
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

User:
------------------------------------------------------
  3.1 ID        : Administrator
  3.2 Name      : Mr.KKD
  3.3 Email     :
  3.4 Company   : KKD 2011 v1
  3.5 Privileges: SeChangeNotifyPrivilege         - ON
                  SeCreateGlobalPrivilege         - ON
                  SeImpersonatePrivilege          - ON
                  SeUndockPrivilege               - ON
                  SeLoadDriverPrivilege           - ON

Active Controls:
-----------------------------------------
  4.1 Form Class   : TCheckDBForm
  4.2 Form Text    : ตรวจสอบระบบฐานข้อมูล
  4.3 Control Class: TSeSkinCheckBox
  4.4 Control Text :

Computer:
--------------------------------------------------------------------------------
  5.1 Name          : 9RV40H3PONUTBAT
  5.2 Total Memory  : 3327 Mb
  5.3 Free Memory   : 2577 Mb
  5.4 Total Disk    : 244.14 Gb
  5.5 Free Disk     : 230.7 Gb
  5.6 System Up Time: 16 hours, 31 minutes, 58 seconds
  5.7 Processor     : Intel(R) Core(TM)2 Quad CPU    Q8400  @ 2.66GHz
  5.8 Display Mode  : 1280 x 720, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : NVIDIA GeForce 9400 GT (driver 6.14.12.6658 - RAM 1024 MB)
  5.11 Printer      : Microsoft XPS Document Writer (driver 6.0.6001.22204)

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: 192.168.001.111 - 000.000.000.000
  7.2 Submask   : 255.255.255.000 - 000.000.000.000
  7.3 Gateway   : 192.168.001.001 - 000.000.000.000
  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      : OFF             - ON             

Custom Information:
---------------------------------------------------------------------------------------------------------------------------------------------
  8.1 Hospital Code            : 11358 [รพช. ดอนสัก]
  8.2 Database Type            : MySQL
  8.3 Database Protocol        : mysql-4.1 [5.4.2-beta
                                  Database hos @ 192.168.1.99]
  8.4                          :
  8.5 No 1                     : SHOW TABLES FROM hos LIKE '%'
  8.6 No 2                     : SET NAMES tis620
  8.7 No 3                     : CONNECT TO "hos" AS USER "sa"
  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 = 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 = /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 = 10
                                 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/localhost.log
                                 group_concat_max_len = 1024
                                 have_community_features = YES
                                 have_compress = YES
                                 have_crypt = YES
                                 have_csv = YES
                                 have_dynamic_loading = YES
                                 have_geometry = YES
                                 have_innodb = NO
                                 have_ndbcluster = NO
                                 have_openssl = DISABLED
                                 have_partitioning = YES
                                 have_query_cache = YES
                                 have_rtree_keys = YES
                                 have_ssl = DISABLED
                                 have_symlink = YES
                                 hostname = localhost.localdomain
                                 identity = 30969
                                 ignore_builtin_innodb = OFF
                                 init_connect = SET NAMES tis620
                                 init_file =
                                 init_slave =
                                 insert_id = 0
                                 interactive_timeout = 28800
                                 join_buffer_size = 131072
                                 keep_files_on_create = OFF
                                 key_buffer_size = 402653184
                                 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 = 30969
                                 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/localhost.localdomain.err
                                 log_output = FILE
                                 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 = 33554432
                                 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 = 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 = 2146435072
                                 myisam_recover_options = OFF
                                 myisam_repair_threads = 1
                                 myisam_sort_buffer_size = 134217728
                                 myisam_stats_method = nulls_unequal
                                 myisam_use_mmap = 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 = 5000
                                 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
                                 pid_file = /var/lib/mysql/localhost.localdomain.pid
                                 plugin_dir = /usr/lib/mysql/plugin
                                 port = 3306
                                 preload_buffer_size = 32768
                                 profiling = OFF
                                 profiling_history_size = 15
                                 protocol_version = 10
                                 pseudo_thread_id = 2293
                                 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 = 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
                                 skip_external_locking = ON
                                 skip_networking = OFF
                                 skip_show_database = OFF
                                 slave_compressed_protocol = OFF
                                 slave_exec_mode = STRICT
                                 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/localhost-slow.log
                                 socket = /var/lib/mysql/mysql.sock
                                 sort_buffer_size = 1048576
                                 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 = 400
                                 table_lock_wait_timeout = 50
                                 table_open_cache = 1000
                                 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 = 1306902279
                                 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.4.2-beta
                                 version_comment = MySQL Community Server (GPL)
                                 version_compile_machine = i686
                                 version_compile_os = pc-linux-gnu
                                 wait_timeout = 28800
                                 warning_count = 0

37
MySQL / Re: การ Upgrade MySQL จาก 4.1.x/5.0.x เป็น 5.1.30
« เมื่อ: พฤษภาคม 27, 2011, 10:28:06 AM »
จะทำสอบดู ครับ ได้ผลได้ จะนำมาเเจ้งให้ทราบอีกครั้งหนึ่งครับ

38
MySQL / Re: การ Upgrade MySQL จาก 4.1.x/5.0.x เป็น 5.1.30
« เมื่อ: พฤษภาคม 27, 2011, 09:54:55 AM »
ลงแบบ Base แล้วครับ เปิด SSE Port 22 ครับ เดี่ยวจาลองถอย Version Cent OS ดูครับ ส่งสัยเครื่องเก่า เกินไป ^^"

39
MySQL / Re: การ Upgrade MySQL จาก 4.1.x/5.0.x เป็น 5.1.30
« เมื่อ: พฤษภาคม 27, 2011, 08:00:42 AM »
CENT OS 5.6 ครับ ลองเล่นของสูง ครับ เพิ่มพูน ความรู้ครับ

40
MySQL / Re: การ Upgrade MySQL จาก 4.1.x/5.0.x เป็น 5.1.30
« เมื่อ: พฤษภาคม 26, 2011, 15:57:25 PM »
ติดตั้งเครื่องใหม่ครับ กำลังทดลองหาความรู้ครับ Mysql Version  5.0.77  แก้ที่ตรงไหนครับ

41
MySQL / Re: การ Upgrade MySQL จาก 4.1.x/5.0.x เป็น 5.1.30
« เมื่อ: พฤษภาคม 26, 2011, 15:45:12 PM »
ลองถอยเวอร์ชั่นเป็น 5.5 ก็ขึ้นคลายๆ กันครับ

............................................
[root@localhost ~]# rpm -Uvh MySQL-server-5.5.11-1.rhel5.i386.rpm --nodeps --force
Preparing...                ########################################### [100%]
ls: /var/lib/mysql/*.err: No such file or directory
ls: /var/lib/mysql/*.err: No such file or directory
   1:MySQL-server           ########################################### [100%]
110526 15:36:42 [ERROR] Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50077, now running 50511. Please use mysql_upgrade to fix this error.
ERROR: 1136  Column count doesn't match value count at row 1
110526 15:36:42 [ERROR] Aborting

110526 15:36:42 [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!

[root@localhost ~]# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.0.77 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.


.........................................................................
รบกวนขอความรู้ด้วยครับ

42
MySQL / Re: การ Upgrade MySQL จาก 4.1.x/5.0.x เป็น 5.1.30
« เมื่อ: พฤษภาคม 26, 2011, 15:25:51 PM »
ระบบ ก็มี mysql อยู่แล้วไม่ใช่หรือครับ
[root@localhost ~]# rpm -qa | grep -i '^mysql-'
MySQL-shared-5.6.2_m5-1.rhel5
MySQL-client-5.6.2_m5-1.rhel5
MySQL-devel-5.6.2_m5-1.rhel5
MySQL-test-5.6.2_m5-1.rhel5

ถ้าจะติดตั้งแบบ upgrade ให้ใช้ option
rpm -Uvh MySQL-server-5.6.2_m5-1.rhel5.i386.rpm --nodeps --force


ลองใช้คำสั่งตามที่บอกแล้วครับ ยังไม่ได้ครับ ผลเป็นดังนี้

Preparing...                ########################################### [100%]
   1:MySQL-client           ########################################### [100%]
[root@localhost ~]# rpm -ivh MySQL-shared-5.6.2_m5-1.rhel5.i386.rpm --nodeps --force
Preparing...                ########################################### [100%]
   1:MySQL-shared           ########################################### [100%]
[root@localhost ~]# rpm -Uvh MySQL-server-5.6.2_m5-1.rhel5.i386.rpm --nodeps --force
Preparing...                ########################################### [100%]
ls: /var/lib/mysql/*.err: No such file or directory
ls: /var/lib/mysql/*.err: No such file or directory
   1:MySQL-server           ########################################### [100%]
110526 15:15:50 [ERROR] Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50077, now running 50602. Please use mysql_upgrade to fix this error.
ERROR: 1136  Column count doesn't match value count at row 1
110526 15:15:51 [ERROR] Aborting

110526 15:15:51 [Note] Binlog end
110526 15:15:51 [Note] Shutting down plugin 'partition'
110526 15:15:51 [Note] Shutting down plugin 'BLACKHOLE'
110526 15:15:51 [Note] Shutting down plugin 'ARCHIVE'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_METRICS'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_CMPMEM'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_CMP_RESET'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_CMP'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_LOCKS'
110526 15:15:51 [Note] Shutting down plugin 'INNODB_TRX'
110526 15:15:51 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
110526 15:15:51 [Note] Shutting down plugin 'MEMORY'
110526 15:15:51 [Note] Shutting down plugin 'MyISAM'
110526 15:15:51 [Note] Shutting down plugin 'MRG_MYISAM'
110526 15:15:51 [Note] Shutting down plugin 'CSV'
110526 15:15:51 [Note] Shutting down plugin 'mysql_old_password'
110526 15:15:51 [Note] Shutting down plugin 'mysql_native_password'
110526 15:15:51 [Note] Shutting down plugin 'binlog'
110526 15:15:51 [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!

[root@localhost ~]# mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.0.77 Source distribution

43
MySQL / Re: การ Upgrade MySQL จาก 4.1.x/5.0.x เป็น 5.1.30
« เมื่อ: พฤษภาคม 26, 2011, 12:49:20 PM »
ทำไมผม Update Mysql Server แล้วมันขึ้น Error แบบนี้ครับ
.....................................................................
[root@localhost ~]# rpm -qa | grep -i '^mysql-'
MySQL-shared-5.6.2_m5-1.rhel5
MySQL-client-5.6.2_m5-1.rhel5
MySQL-devel-5.6.2_m5-1.rhel5
MySQL-test-5.6.2_m5-1.rhel5
[root@localhost ~]# rpm -ivh MySQL-server-5.6.2_m5-1.rhel5.i386.rpm --nodeps --force
Preparing...                ########################################### [100%]
ls: /var/lib/mysql/*.err: No such file or directory
ls: /var/lib/mysql/*.err: No such file or directory
   1:MySQL-server           ########################################### [100%]
110526 12:38:12 [ERROR] Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50077, now running 50602. Please use mysql_upgrade to fix this error.
ERROR: 1136  Column count doesn't match value count at row 1
110526 12:38:13 [ERROR] Aborting

110526 12:38:13 [Note] Binlog end
110526 12:38:13 [Note] Shutting down plugin 'partition'
110526 12:38:13 [Note] Shutting down plugin 'BLACKHOLE'
110526 12:38:13 [Note] Shutting down plugin 'ARCHIVE'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_METRICS'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_CMPMEM'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_CMP_RESET'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_CMP'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_LOCKS'
110526 12:38:13 [Note] Shutting down plugin 'INNODB_TRX'
110526 12:38:13 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
110526 12:38:13 [Note] Shutting down plugin 'MEMORY'
110526 12:38:13 [Note] Shutting down plugin 'MyISAM'
110526 12:38:13 [Note] Shutting down plugin 'MRG_MYISAM'
110526 12:38:13 [Note] Shutting down plugin 'CSV'
110526 12:38:13 [Note] Shutting down plugin 'mysql_old_password'
110526 12:38:13 [Note] Shutting down plugin 'mysql_native_password'
110526 12:38:13 [Note] Shutting down plugin 'binlog'
110526 12:38:13 [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!

[root@localhost ~]# Mysql
-bash: Mysql: command not found
[root@localhost ~]# mysql
-bash: /usr/bin/mysql: No such file or directory
[root@localhost ~]#


....................................................................................................
สเปคเครื่องครับ IBM System x3200 แรม 4 G ครับ CenOS 5 ครับ ช่วแนะนำด้วยครับ

44
ไม่สามารถอัพ structure  ได้เช่นกันครับ ขึ้น Error เหมือนกันเลยครับ

45
คือว่าจะอัพสตัทเจอร์ หรือว่า เช็ค serial ครับมันขึ้น error แบบรูปที่แนบมาด้วยครับ รบกวนช่วยด้วยครับ

46
Linux / Re: อยากทราบวิธีทำเครื่องslave
« เมื่อ: พฤษภาคม 02, 2011, 23:33:50 PM »
เขียนขออนุมัติในหลักการก่อนครับ

47
ทำมาย รายชื่อ โรงพยาบาลดอนสัก ยังไม่ขึ้นเป็นผู้สมัคร เข้าร่วมอบรมครับ ทั้งๆ ที่ Fax เอกสารการสมัครไปแล้วครับ ช่วยตรวจสอบด้วยครับ

48
ตอนนี้ที่โรงพยาบาล ตอบรับ ร่างพรบ ฉบับนี้แล้วครับ โดยการบังคับให้เครื่องคอมพิวเตอร์ทุกเครื่องในโรงพยาบาลใช้ระบบ แช่แข็ง HD โดยโปรแกรม Deepfreez ยกเลิก Proxy server ครับ ส่วนเครื่องที่ต้องการเก็บข้อมูลให้บันทึกใน Drive D แทน ครับ

49
โรงพยาบาลดอนสัก จอง 2 ที่ครับ

50
ส่งเอกสารให้ทางเมลล์ด้วยครับ
gx-force@hotmail.com

หน้า: [1] 2 3