แสดงกระทู้

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

หน้า: [1] 2
1
functional คีย์ไม่ได้ต้องทำไงรบกวนด้วยครับ 3.57.2.25f

2
MySQL / Re: up percona 5.1 to 5.5
« เมื่อ: พฤศจิกายน 13, 2013, 15:03:37 PM »
ไม่ได้เมหือนเดิมครับ รบกวน remote ด้วย pm ไปแล้ว

3
MySQL / Re: up percona 5.1 to 5.5
« เมื่อ: พฤศจิกายน 13, 2013, 10:53:58 AM »
แก้แล้ว แต่ก็เหมือนเดิม

4
MySQL / Re: up percona 5.1 to 5.5
« เมื่อ: พฤศจิกายน 13, 2013, 09:20:42 AM »
131113  9:46:14 [Warning] Using unique option prefix character-set-client instead of character-set-client-handshake is deprecated and will be removed in a future release. Please use the full name instead.
131113  9:46:14 [Warning] /usr/sbin/mysqld: ignoring option '--character-set-client-handshake' due to invalid value 'tis620'
131113  9:46:14 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
131113  9:46:14 [Warning] option 'max_allowed_packet': unsigned value 3221225472 adjusted to 1073741824
131113  9:46:14 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
131113  9:46:14 [Warning] option 'max_allowed_packet': unsigned value 3221225472 adjusted to 1073741824
131113  9:46:14 [Note] Plugin 'FEDERATED' is disabled.
131113  9:46:14 InnoDB: The InnoDB memory heap is disabled
131113  9:46:14 InnoDB: Mutexes and rw_locks use GCC atomic builtins
131113  9:46:14 InnoDB: Compressed tables use zlib 1.2.3
131113  9:46:14 InnoDB: Using Linux native AIO
131113  9:46:14 InnoDB: Initializing buffer pool, size = 384.0M
131113  9:46:14 InnoDB: Completed initialization of buffer pool
InnoDB: Error: data file /var/lib/mysql/ibdata1 is of a different size
InnoDB: 1152 pages (rounded down to MB)
InnoDB: than specified in the .cnf file 128000 pages!
131113  9:46:14 InnoDB: Could not open or create data files.
131113  9:46:14 InnoDB: If you tried to add new data files, and it failed here,
131113  9:46:14 InnoDB: you should now edit innodb_data_file_path in my.cnf back
131113  9:46:14 InnoDB: to what it was, and remove the new ibdata files InnoDB created
131113  9:46:14 InnoDB: in this failed attempt. InnoDB only wrote those files full of
131113  9:46:14 InnoDB: zeros, but did not yet use them in any way. But be careful: do not
131113  9:46:14 InnoDB: remove old data files which contain your precious data!
131113  9:46:14 [ERROR] Plugin 'InnoDB' init function returned error.
131113  9:46:14 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
131113  9:46:14 [ERROR] /usr/sbin/mysqld: unknown option '--skip-locking'
131113  9:46:14 [ERROR] Aborting

131113  9:46:14 [Note] /usr/sbin/mysqld: Shutdown complete

131113 09:46:14 mysqld_safe mysqld from pid file /var/lib/mysql/slavehosxp.pid ended

5
MySQL / Re: up percona 5.1 to 5.5
« เมื่อ: พฤศจิกายน 13, 2013, 08:41:10 AM »
ยังไม่ได้เลยครับ ไม่ทราบว่าต้องทำไง

6
MySQL / Re: up percona 5.1 to 5.5
« เมื่อ: พฤศจิกายน 12, 2013, 21:29:11 PM »
พอดีจะอัพตัว master ด้วยอะครับ
slave กับ master ใช้ percona เหมือนกัน

ขอ my.cnf  percona 5.5 
ram 5 gb
ram 1 gb
ขอบคุณล่วงหน้าครับ

7
MySQL / Re: up percona 5.1 to 5.5
« เมื่อ: พฤศจิกายน 12, 2013, 21:01:54 PM »
my.cnf


[client]
#password   = your_password
port      = 3306
socket      = /var/lib/mysql/mysql.sock
default-character-set=tis620

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port      = 3306
socket      = /var/lib/mysql/mysql.sock
#skip-locking
key_buffer = 384M
max_allowed_packet = 3072M
table_cache = 512
sort_buffer_size = 2M
read_buffer_size = 2M
read_rnd_buffer_size = 8M
myisam_sort_buffer_size = 64M
thread_cache_size = 8
query_cache_size = 32M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8
default-character-set=tis620
innodb_file_per_table



log-bin=mysql-bin


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

[mysqldump]
quick
max_allowed_packet = 16M

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

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

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

[mysqlhotcopy]
interactive-timeout

8
MySQL / Re: up percona 5.1 to 5.5
« เมื่อ: พฤศจิกายน 12, 2013, 20:20:36 PM »
start mysql ไม่ขึ้นอะครับ

131112 20:43:38 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
131112 20:43:38 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
131112 20:43:38 [Warning] option 'max_allowed_packet': unsigned value 3221225472 adjusted to 1073741824
131112 20:43:38 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
131112 20:43:38 [Warning] option 'max_allowed_packet': unsigned value 3221225472 adjusted to 1073741824
131112 20:43:38 [Note] Plugin 'FEDERATED' is disabled.
131112 20:43:38 InnoDB: The InnoDB memory heap is disabled
131112 20:43:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins
131112 20:43:38 InnoDB: Compressed tables use zlib 1.2.3
131112 20:43:38 InnoDB: Using Linux native AIO
131112 20:43:38 InnoDB: Initializing buffer pool, size = 384.0M
131112 20:43:38 InnoDB: Completed initialization of buffer pool
InnoDB: Error: data file /var/lib/mysql/ibdata1 is of a different size
InnoDB: 640 pages (rounded down to MB)
InnoDB: than specified in the .cnf file 128000 pages!
131112 20:43:38 InnoDB: Could not open or create data files.
131112 20:43:38 InnoDB: If you tried to add new data files, and it failed here,
131112 20:43:38 InnoDB: you should now edit innodb_data_file_path in my.cnf back
131112 20:43:38 InnoDB: to what it was, and remove the new ibdata files InnoDB created
131112 20:43:38 InnoDB: in this failed attempt. InnoDB only wrote those files full of
131112 20:43:38 InnoDB: zeros, but did not yet use them in any way. But be careful: do not
131112 20:43:38 InnoDB: remove old data files which contain your precious data!
131112 20:43:38 [ERROR] Plugin 'InnoDB' init function returned error.
131112 20:43:38 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
131112 20:43:38 [ERROR] /usr/sbin/mysqld: unknown option '--skip-locking'
131112 20:43:38 [ERROR] Aborting

131112 20:43:38 [Note] /usr/sbin/mysqld: Shutdown complete

131112 20:43:38 mysqld_safe mysqld from pid file /var/lib/mysql/slavehosxp.pid ended

9
MySQL / up percona 5.1 to 5.5
« เมื่อ: พฤศจิกายน 12, 2013, 19:41:08 PM »
ขึ้นให้สร้าง function ต้องทำยังงัยต่อครับ

10
ขอด้วยคนนะคร๊าบ :o :D ;D  paitoon_wong@hotmail.com

11
วันที่ admit กับวันที่ dch เป็นวันเดียวกัน

12
เปลี่ยน charset database เป็น tis 620 ครับ
alter database hos character set tis620

13
ไม่แสดงข้อมูลในหน้านี้

14
ส่วนผมก็ทั้ง map
ทั้งเพิ่มใน icd9cm1
ให้เค้าทำหลายๆอย่างเลย

15
ดันกระทู้ ลงอย่างไรช่วยบอกด้วยครับ

16
hosxp ลงข้อมูลยังไงครับ
ใครทราบรบกวนด้วยครับ

17
แจ้งปัญหา / ขอความช่วยเหลือ / Re: upgrad_error 3.54.12.7
« เมื่อ: ธันวาคม 22, 2011, 15:30:42 PM »
ยังเหมือนเดิมครับ
ช่วยหน่อยครับจะ remote ก็ได้นะครับจะเป็นพระคุณยิ่ง
085-0076410
หรือทิ้งเบอร์ไว้ก็ได้

18
แจ้งปัญหา / ขอความช่วยเหลือ / Re: upgrad_error 3.54.12.7
« เมื่อ: ธันวาคม 22, 2011, 09:50:32 AM »
ยังไม่ได้เหมือนเดิมครับ

19
แจ้งปัญหา / ขอความช่วยเหลือ / Re: upgrad_error 3.54.12.7
« เมื่อ: ธันวาคม 21, 2011, 23:23:47 PM »
อีกอันครับ

20
แจ้งปัญหา / ขอความช่วยเหลือ / upgrad_error 3.54.12.7
« เมื่อ: ธันวาคม 21, 2011, 23:14:15 PM »
ครัยก็ได้ช่วยทีครับ upgrade แล้ว error

21
ลงทะเบียน กด save เป็นเลยครับ

22
ช่วยหน่อยครับลงทะเบียนใหม่ไม่ได้เลย

23
Development / Re: HOSxP 3.54.11.2 Stable ครับ
« เมื่อ: พฤศจิกายน 07, 2011, 21:40:31 PM »
อาจารย์ขยันปล่อยผมก็จะขยันอัพเหมือนกัน อิอิ

24
ใช้เมนู  drop trigger ครับ..แล้วค่อย กดปุ่ม Upgrade Structure ใหม่.. :D
ยังไม่ได้เลยครับ
55 ผมต้องทำยังงัยต่อครับ

26
รบกวนทุกท่านด้วยครับ
พอดีผม upgrade จาก 3.54.8.19-->3.54.10.27  เสร็จประมาณ 6 ทุ่ม ตอนเช้าเขาแจ้งว่าใช้ไม่ได้
พอไหดูมันแจ้งตาราง person หาย up 3 เครื่อง เป็นเครื่องเดียว
ไม่ทราบว่าจะต้องแก้ไขยังงัยครับ
ผมว่าจะ restore เฉพาะ person
ขอความคิดเห็นหน่อยครับ
ขอบคุณครับ


restore person แล้ว อัพไม่ผ่าน
Safe alter table start for table person command add index ix_father_cid  (father_cid)
Install Trigger on person
Clone table person -> tmp_person
SQL Error: Can't create table 'hos.tmp_person' (errno: -1)
SQL Error: Table 'hos.tmp_person' doesn't exist
SQL Error: Table 'hos.tmp_person' doesn't exist
Execute command  add index ix_father_cid  (father_cid)
SQL Error: Table 'hos.tmp_person' doesn't exist
Enabling keys
SQL Error: Table 'hos.tmp_person' doesn't exist
Synchronize table  person
Synchronize row data done.

27
ต้องดูที่แฟ้ม procedure ว่าได้ปรับเป็นโครงสร้างของปี 55 ยังครับ
รหัสประจำตัวผู้ให้บริการด้านแพทย์แผนไทย ยังไม่ออกครับ

28
นอกเรื่อง / Re: server ตัวใหม่ ช่วยที
« เมื่อ: ตุลาคม 05, 2011, 13:33:06 PM »
แหล่มเลยครับ

29
นอกเรื่อง / Re: server ตัวใหม่ ช่วยที
« เมื่อ: ตุลาคม 05, 2011, 10:32:52 AM »
ผมก็อยากได้แบบอาจารย์manoi
รบกวนอาจารย์ช่วยบอกรายละเอียดของอุปกรณ์แต่ละตัวได้มั๊ยครับ
ขอบคุณครับ

30
นอกเรื่อง / server ตัวใหม่ ช่วยที
« เมื่อ: ตุลาคม 05, 2011, 08:57:44 AM »
พอดีผมอยากซื้อ server ใหม่ซักตัวครับ แต่ไม่มีความรู้เรื่องนี้ ก็เลยขอความช่วยเหลือหน่อยครับ
ต้องซื้อรุ่นไหนยังงัยที่ต้องใช้ได้อีกประมาณซัก6-7ปีแล้วไม่อืดครับ
ตอนนี้ backup hosxp ประมาณ 1.5 gb visit 250-300 ครั้ง/วัน
ตอนนี้ใช้ ibm 3200m2 แรม 4 gb
ขอบคุณมากครับ

31
ขอบคุณมากครับคุณพี่

32
ไม่มีครับ
ทำไงต่อครับ

33
ส่งออก op แฟ้ม diag รหัสที่มี 5 หลัก โปรแกรมไม่ส่งออกให้เลยครับ เช่น M6544 เป็นต้น
แก้อย่างไรขอบคุณล่วงหน้าครับ

34
นอกเรื่อง / Re: Goodbye HOSxP
« เมื่อ: สิงหาคม 01, 2011, 09:27:45 AM »
ยินดีกับประสบการณ์ใหม่ๆที่จะได้เจอครับ

35
นอกเรื่อง / Re: หลักสูตร Delphi Part I รุ่น 2
« เมื่อ: สิงหาคม 01, 2011, 09:23:18 AM »
ถ้ายังไม่เต็มขอด้วยคนนะครับ

36
Delphi / Pascal / ขอ turbo hosxp มาศึกษาหน่อยได้มั๊ยครับ
« เมื่อ: กรกฎาคม 27, 2011, 22:12:16 PM »
อยากลองศึกษา turbo hosxp
ผมรบกวนขอ หน่อยได้มั๊ยครับ

37
ขอแสดงความยินดีด้วยเช่นกันครับ

38
ขอบคุณมากครับที่ให้ความกระจ่าง

39
จะต้องทำยังงัยในการกำหนดรหัสสิทธิ์ใหม่

40
Networking / Re: ใช้ pfsense ร่วมกับ hosxp
« เมื่อ: มิถุนายน 21, 2011, 13:13:52 PM »
pfsense v อะไรหร๋อครับ

41
HOSxP Web Services / Re: ออกให้ทดสอบครับ computer service 2011 by armds
« เมื่อ: เมษายน 29, 2011, 11:53:40 AM »
ขอด้วยคนครับ paitoon_wong@hotmail.com ขอบคุณครับ

42
พอดีผมอยากไปอบรบ hosxp dephi part 1,2 แต่ไม่รู้จาเขียนยังงัย
ครัยมีบ้างครับ ผมขอหน่อยนะครับ  ขอบคุณล่วงหน้า

43
add chart คนใข้ครับมันจะกระโดดครับสำหรับหัวสติกเกอร์

44
Networking / Re: อยากได้โปรแกรม ประชุมทางเน็ต
« เมื่อ: เมษายน 26, 2011, 12:12:30 PM »
เข้าท่าครับ

46
Networking / Re: เรื่องจำกัดการเล่นเน็ต
« เมื่อ: เมษายน 26, 2011, 12:08:16 PM »
ขอบคุณกับความรู้ที่ให้มาครับ

47
ได้ึความรู้เยอะดี ขอบคุณมากครับ

48
ขอบคุณมากครับ

49
Networking / Re: ใครใช้ pfsense บ้างครับ
« เมื่อ: เมษายน 26, 2011, 11:40:05 AM »
ขอบคุณครับ

50
Networking / Re: ใช้ pfsense ร่วมกับ hosxp
« เมื่อ: เมษายน 26, 2011, 11:38:11 AM »
ถ้าจะบล็อค mac address ต้องทำยังงัยครับ

หน้า: [1] 2