ผู้เขียน หัวข้อ: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน  (อ่าน 11300 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« เมื่อ: พฤศจิกายน 30, 2007, 20:29:35 PM »
0
ผมได้ up version เป็น 50.11.29 แล้วทำการ update structure แต่ไม่ผ่านครับขึ้น message ดังนี้

จึงใช้คำสั่ง
mysql>grant all on *.* to sa@'%' identified by 'sa' with grant option ;
mysql>grant super on  *.* to sa@'%' identified by 'sa' ;
mysql>flush privileges

หลังจากนั้น ก็ทำการ update structure ใหม่อีกครั้ง ก็ยังเกิดปัญหาเดิมอีก
Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #1 เมื่อ: พฤศจิกายน 30, 2007, 20:33:17 PM »
0
EurekaLog 6.0.6

Application:
-------------------------------------------------------
  1.1 Start Date      : Fri, 30 Nov 2007 20:11:20 +0700
  1.2 Name/Description: HOSMy.exe
  1.3 Version Number  : 3.50.11.29
  1.4 Parameters      :
  1.5 Compilation Date: Thu, 29 Nov 2007 19:14:24 +0700
  1.6 Up Time         : 3 minutes, 15 seconds

Exception:
-------------------------------------------------------------------
  2.1 Date          : Fri, 30 Nov 2007 20:14:35 +0700
  2.2 Address       : 0140FE91
  2.3 Module Name   : HOSMy.exe
  2.4 Module Version: 3.50.11.29
  2.5 Type          : Exception
  2.6 Message       : Install trigger fail !!! operation abort !!!.
  2.7 ID            : 01BC
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

User:
-------------------------------------------------------
  3.1 ID        : Administrator
  3.2 Name      : iLLuSioN
  3.3 Email     :
  3.4 Company   : Microsoft Corporation
  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   : TCheckDBForm
  4.2 Form Text    : Check primary key nutrition_items
  4.3 Control Class: TSeSkinCheckBox
  4.4 Control Text :

Computer:
---------------------------------------------------------------------------------------
  5.1 Name          : CENTER
  5.2 Total Memory  : 1023 Mb
  5.3 Free Memory   : 316 Mb
  5.4 Total Disk    : 46.57 Gb
  5.5 Free Disk     : 22.33 Gb
  5.6 System Up Time: 12 hours, 3 minutes, 50 seconds
  5.7 Processor     : Intel(R) Pentium(R) 4 CPU 3.00GHz
  5.8 Display Mode  : 1024 x 768, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : NVIDIA GeForce 7300 SE/7200 GS (driver 6.14.11.6218 - RAM 512 MB)
  5.11 Printer      : Canon LBP2900 (driver 1.02)

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

Network:
---------------------------------------------------
  7.1 IP Address: 005.042.167.062 - 192.168.000.144
  7.2 Submask   : 255.000.000.000 - 255.255.255.000
  7.3 Gateway   : 000.000.000.000 - 192.168.000.111
  7.4 DNS 1     : 000.000.000.000 - 192.168.000.111
  7.5 DNS 2     : 000.000.000.000 - 203.113.127.199
  7.6 DHCP      : ON              - OFF           

Custom Information:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  8.1 Hospital Code            : 10919 [รพช. กาบเชิง]
  8.2 Database Type            : MySQL
  8.3 Database Protocol        : mysql-4.1 [5.0.22
                                 Database hos2 @ 192.168.0.251]
  8.4                          :
  8.5 No 1                     : select * from information_schema.triggers where  TRIGGER_SCHEMA = 'hos2'  and EVENT_OBJECT_TABLE = 'iptadm'
  8.6 No 2                     : create trigger iptadm_trigger3 before delete on iptadm for each row begin insert  into tmp_iptadm_repl set data_type='varchar', trigger_date = current_timestamp,sync_state =0, table_name = 'iptadm' ,pkname1 = 'an', pkvalue1 = OLD.an; end;
  8.7 No 3                     : create trigger iptadm_trigger2 before update on iptadm for each row begin  insert  into tmp_iptadm_repl set data_type='varchar', trigger_date = current_timestamp,sync_state =0, table_name = 'iptadm' ,pkname1 = 'an', pkvalue1 = OLD.an; end;
  8.8 DBMS Variables           :
  8.9                          :
  8.10 auto_increment_increment: 1
                                 auto_increment_offset = 1
                                 automatic_sp_privileges = ON
                                 back_log = 50
                                 basedir = /usr/
                                 bdb_cache_size = 8388600
                                 bdb_home = /var/lib/mysql/
                                 bdb_log_buffer_size = 131072
                                 bdb_logdir =
                                 bdb_max_lock = 10000
                                 bdb_shared_data = OFF
                                 bdb_tmpdir = /tmp/
                                 binlog_cache_size = 32768
                                 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 = OFF
                                 expire_logs_days = 0
                                 flush = OFF
                                 flush_time = 0
                                 ft_boolean_syntax = + -><()~*:""&|
                                 ft_max_word_len = 84
                                 ft_min_word_len = 4
                                 ft_query_expansion_limit = 20
                                 ft_stopword_file = (built-in)
                                 group_concat_max_len = 1024
                                 have_archive = NO
                                 have_bdb = YES
                                 have_blackhole_engine = NO
                                 have_compress = YES
                                 have_crypt = YES
                                 have_csv = NO
                                 have_example_engine = NO
                                 have_federated_engine = NO
                                 have_geometry = YES
                                 have_innodb = DISABLED
                                 have_isam = NO
                                 have_ndbcluster = NO
                                 have_openssl = DISABLED
                                 have_query_cache = YES
                                 have_raid = NO
                                 have_rtree_keys = YES
                                 have_symlink = YES
                                 init_connect = SET NAMES tis620
                                 init_file =
                                 init_slave =
                                 innodb_additional_mem_pool_size = 20971520
                                 innodb_autoextend_increment = 8
                                 innodb_buffer_pool_awe_mem_mb = 0
                                 innodb_buffer_pool_size = 268435456
                                 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_arch_dir = /var/lib/mysql/
                                 innodb_log_archive = OFF
                                 innodb_log_buffer_size = 8388608
                                 innodb_log_file_size = 67108864
                                 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_support_xa = ON
                                 innodb_sync_spin_loops = 20
                                 innodb_table_locks = ON
                                 innodb_thread_concurrency = 8
                                 innodb_thread_sleep_delay = 10000
                                 interactive_timeout = 28800
                                 join_buffer_size = 131072
                                 key_buffer_size = 268435456
                                 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
                                 license = GPL
                                 local_infile = ON
                                 locked_in_memory = OFF
                                 log = OFF
                                 log_bin = OFF
                                 log_bin_trust_function_creators = OFF
                                 log_error =
                                 log_slave_updates = OFF
                                 log_slow_queries = OFF
                                 log_warnings = 1
                                 long_query_time = 10
                                 low_priority_updates = OFF
                                 lower_case_file_system = OFF
                                 lower_case_table_names = 0
                                 max_allowed_packet = 16776192
                                 max_binlog_cache_size = 4294967295
                                 max_binlog_size = 1073741824
                                 max_connect_errors = 10
                                 max_connections = 100
                                 max_delayed_threads = 20
                                 max_error_count = 64
                                 max_heap_table_size = 16777216
                                 max_insert_delayed_threads = 20
                                 max_join_size = 4294967295
                                 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
                                 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 = 67108864
                                 myisam_stats_method = nulls_unequal
                                 net_buffer_length = 16384
                                 net_read_timeout = 30
                                 net_retry_count = 10
                                 net_write_timeout = 60
                                 new = OFF
                                 old_passwords = OFF
                                 open_files_limit = 1024
                                 optimizer_prune_level = 1
                                 optimizer_search_depth = 62
                                 pid_file = /var/run/mysqld/mysqld.pid
                                 prepared_stmt_count = 0
                                 port = 3306
                                 preload_buffer_size = 32768
                                 protocol_version = 10
                                 query_alloc_block_size = 8192
                                 query_cache_limit = 1048576
                                 query_cache_min_res_unit = 4096
                                 query_cache_size = 16777216
                                 query_cache_type = ON
                                 query_cache_wlock_invalidate = OFF
                                 query_prealloc_size = 8192
                                 range_alloc_block_size = 2048
                                 read_buffer_size = 1044480
                                 read_only = OFF
                                 read_rnd_buffer_size = 4190208
                                 relay_log_purge = ON
                                 relay_log_space_limit = 0
                                 rpl_recovery_rank = 0
                                 secure_auth = OFF
                                 server_id = 1
                                 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
                                 socket = /var/lib/mysql/mysql.sock
                                 sort_buffer_size = 1048568
                                 sql_mode =
                                 sql_notes = ON
                                 sql_warnings = ON
                                 storage_engine = MyISAM
                                 sync_binlog = 0
                                 sync_frm = ON
                                 system_time_zone = ICT
                                 table_cache = 256
                                 table_lock_wait_timeout = 50
                                 table_type = MyISAM
                                 thread_cache_size = 8
                                 thread_stack = 196608
                                 time_format = %H:%i:%s
                                 time_zone = SYSTEM
                                 timed_mutexes = OFF
                                 tmp_table_size = 33554432
                                 tmpdir =
                                 transaction_alloc_block_size = 8192
                                 transaction_prealloc_size = 4096
                                 tx_isolation = REPEATABLE-READ
                                 updatable_views_with_limit = YES
                                 version = 5.0.22
                                 version_bdb = Sleepycat Software:_Berkeley DB 4.1.24:_(May 25, 2006)
                                 version_comment = Source distribution
                                 version_compile_machine = i686
                                 version_compile_os = redhat-linux-gnu
                                 wait_timeout = 28800
Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

ออฟไลน์ manoi

  • Hero Member
  • *****
  • กระทู้: 8,669
  • Respect: +170
    • ดูรายละเอียด
    • HOSxP Community Center
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #2 เมื่อ: พฤศจิกายน 30, 2007, 20:55:14 PM »
0
ส่งผลลัพท์จากคำสั่งนี้เข้ามาด้วยครับ

select host,user from mysql.user
HOSxP Project Manager / Cheif Developer / BMS MD

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #3 เมื่อ: พฤศจิกายน 30, 2007, 21:01:51 PM »
0
EurekaLog 6.0.6

Application:
-------------------------------------------------------
  1.1 Start Date      : Fri, 30 Nov 2007 20:57:04 +0700
  1.2 Name/Description: HOSMy.exe
  1.3 Version Number  : 3.50.11.29
  1.4 Parameters      :
  1.5 Compilation Date: Thu, 29 Nov 2007 19:14:24 +0700
  1.6 Up Time         : 48 seconds

Exception:
-----------------------------------------------------------------------------------------------------
  2.1 Date          : Fri, 30 Nov 2007 20:57:53 +0700
  2.2 Address       : 006D2378
  2.3 Module Name   : HOSMy.exe
  2.4 Module Version: 3.50.11.29
  2.5 Type          : EOleException
  2.6 Message       : SQL Error: SELECT command denied to user 'sa'@'192.168.0.144' for table 'user'.
  2.7 ID            : 11E5
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

User:
-------------------------------------------------------
  3.1 ID        : Administrator
  3.2 Name      : iLLuSioN
  3.3 Email     :
  3.4 Company   : Microsoft Corporation
  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 :: - [HOS-XP SQL Query]
  4.3 Control Class: TwwDBRichEdit
  4.4 Control Text : select host,user from mysql.user

Computer:
---------------------------------------------------------------------------------------
  5.1 Name          : CENTER
  5.2 Total Memory  : 1023 Mb
  5.3 Free Memory   : 339 Mb
  5.4 Total Disk    : 46.57 Gb
  5.5 Free Disk     : 22.32 Gb
  5.6 System Up Time: 12 hours, 47 minutes, 4 seconds
  5.7 Processor     : Intel(R) Pentium(R) 4 CPU 3.00GHz
  5.8 Display Mode  : 1024 x 768, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : NVIDIA GeForce 7300 SE/7200 GS (driver 6.14.11.6218 - RAM 512 MB)
  5.11 Printer      : Canon LBP2900 (driver 1.02)

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

Network:
---------------------------------------------------
  7.1 IP Address: 005.042.167.062 - 192.168.000.144
  7.2 Submask   : 255.000.000.000 - 255.255.255.000
  7.3 Gateway   : 000.000.000.000 - 192.168.000.111
  7.4 DNS 1     : 000.000.000.000 - 192.168.000.111
  7.5 DNS 2     : 000.000.000.000 - 203.113.127.199
  7.6 DHCP      : ON              - OFF           

Custom Information:
-----------------------------------------------------------------------------------------------------
  8.1 Hospital Code            : 10919 [รพช. กาบเชิง]
  8.2 Database Type            : MySQL
  8.3 Database Protocol        : mysql-4.1 [5.0.22
                                 Database hos2 @ 192.168.0.251]
  8.4                          :
  8.5 No 1                     : select host,user from mysql.user
  8.6 No 2                     : show tables
  8.7 No 3                     : select accessright from opduser where loginname='admin'
  8.8 DBMS Variables           :
  8.9                          :
  8.10 auto_increment_increment: 1
                                 auto_increment_offset = 1
                                 automatic_sp_privileges = ON
                                 back_log = 50
                                 basedir = /usr/
                                 bdb_cache_size = 8388600
                                 bdb_home = /var/lib/mysql/
                                 bdb_log_buffer_size = 131072
                                 bdb_logdir =
                                 bdb_max_lock = 10000
                                 bdb_shared_data = OFF
                                 bdb_tmpdir = /tmp/
                                 binlog_cache_size = 32768
                                 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 = OFF
                                 expire_logs_days = 0
                                 flush = OFF
                                 flush_time = 0
                                 ft_boolean_syntax = + -><()~*:""&|
                                 ft_max_word_len = 84
                                 ft_min_word_len = 4
                                 ft_query_expansion_limit = 20
                                 ft_stopword_file = (built-in)
                                 group_concat_max_len = 1024
                                 have_archive = NO
                                 have_bdb = YES
                                 have_blackhole_engine = NO
                                 have_compress = YES
                                 have_crypt = YES
                                 have_csv = NO
                                 have_example_engine = NO
                                 have_federated_engine = NO
                                 have_geometry = YES
                                 have_innodb = DISABLED
                                 have_isam = NO
                                 have_ndbcluster = NO
                                 have_openssl = DISABLED
                                 have_query_cache = YES
                                 have_raid = NO
                                 have_rtree_keys = YES
                                 have_symlink = YES
                                 init_connect = SET NAMES tis620
                                 init_file =
                                 init_slave =
                                 innodb_additional_mem_pool_size = 20971520
                                 innodb_autoextend_increment = 8
                                 innodb_buffer_pool_awe_mem_mb = 0
                                 innodb_buffer_pool_size = 268435456
                                 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_arch_dir = /var/lib/mysql/
                                 innodb_log_archive = OFF
                                 innodb_log_buffer_size = 8388608
                                 innodb_log_file_size = 67108864
                                 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_support_xa = ON
                                 innodb_sync_spin_loops = 20
                                 innodb_table_locks = ON
                                 innodb_thread_concurrency = 8
                                 innodb_thread_sleep_delay = 10000
                                 interactive_timeout = 28800
                                 join_buffer_size = 131072
                                 key_buffer_size = 268435456
                                 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
                                 license = GPL
                                 local_infile = ON
                                 locked_in_memory = OFF
                                 log = OFF
                                 log_bin = OFF
                                 log_bin_trust_function_creators = OFF
                                 log_error =
                                 log_slave_updates = OFF
                                 log_slow_queries = OFF
                                 log_warnings = 1
                                 long_query_time = 10
                                 low_priority_updates = OFF
                                 lower_case_file_system = OFF
                                 lower_case_table_names = 0
                                 max_allowed_packet = 16776192
                                 max_binlog_cache_size = 4294967295
                                 max_binlog_size = 1073741824
                                 max_connect_errors = 10
                                 max_connections = 100
                                 max_delayed_threads = 20
                                 max_error_count = 64
                                 max_heap_table_size = 16777216
                                 max_insert_delayed_threads = 20
                                 max_join_size = 4294967295
                                 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
                                 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 = 67108864
                                 myisam_stats_method = nulls_unequal
                                 net_buffer_length = 16384
                                 net_read_timeout = 30
                                 net_retry_count = 10
                                 net_write_timeout = 60
                                 new = OFF
                                 old_passwords = OFF
                                 open_files_limit = 1024
                                 optimizer_prune_level = 1
                                 optimizer_search_depth = 62
                                 pid_file = /var/run/mysqld/mysqld.pid
                                 prepared_stmt_count = 0
                                 port = 3306
                                 preload_buffer_size = 32768
                                 protocol_version = 10
                                 query_alloc_block_size = 8192
                                 query_cache_limit = 1048576
                                 query_cache_min_res_unit = 4096
                                 query_cache_size = 16777216
                                 query_cache_type = ON
                                 query_cache_wlock_invalidate = OFF
                                 query_prealloc_size = 8192
                                 range_alloc_block_size = 2048
                                 read_buffer_size = 1044480
                                 read_only = OFF
                                 read_rnd_buffer_size = 4190208
                                 relay_log_purge = ON
                                 relay_log_space_limit = 0
                                 rpl_recovery_rank = 0
                                 secure_auth = OFF
                                 server_id = 1
                                 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
                                 socket = /var/lib/mysql/mysql.sock
                                 sort_buffer_size = 1048568
                                 sql_mode =
                                 sql_notes = ON
                                 sql_warnings = ON
                                 storage_engine = MyISAM
                                 sync_binlog = 0
                                 sync_frm = ON
                                 system_time_zone = ICT
                                 table_cache = 256
                                 table_lock_wait_timeout = 50
                                 table_type = MyISAM
                                 thread_cache_size = 8
                                 thread_stack = 196608
                                 time_format = %H:%i:%s
                                 time_zone = SYSTEM
                                 timed_mutexes = OFF
                                 tmp_table_size = 33554432
                                 tmpdir =
                                 transaction_alloc_block_size = 8192
                                 transaction_prealloc_size = 4096
                                 tx_isolation = REPEATABLE-READ
                                 updatable_views_with_limit = YES
                                 version = 5.0.22
                                 version_bdb = Sleepycat Software:_Berkeley DB 4.1.24:_(May 25, 2006)
                                 version_comment = Source distribution
                                 version_compile_machine = i686
                                 version_compile_os = redhat-linux-gnu
                                 wait_timeout = 28800
Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #4 เมื่อ: พฤศจิกายน 30, 2007, 21:04:15 PM »
0
Admin: นายจิรชาติ จันทร์ชื่น
รพ.กาบเชิง จ.สุรินทร์
Server : HP Proliant ML150G3 2.0 GHz Ram 2 GB , CenOS 5.0 , MySQL 5.0.22 , HOSxP v3.50.10.23
Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #5 เมื่อ: พฤศจิกายน 30, 2007, 21:10:42 PM »
0
ผลลัพธ์ จากคำสั่ง select host,user from mysql.user
Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

ออฟไลน์ manoi

  • Hero Member
  • *****
  • กระทู้: 8,669
  • Respect: +170
    • ดูรายละเอียด
    • HOSxP Community Center
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #6 เมื่อ: พฤศจิกายน 30, 2007, 21:16:44 PM »
0
ใช้คำสั่งใน terminal ครับ
HOSxP Project Manager / Cheif Developer / BMS MD

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #7 เมื่อ: ธันวาคม 01, 2007, 14:22:13 PM »
0
อาจารย์ครับ สั่งตรงไหนครับ ผ่าน Hosxp หรือ สั่งผ่าน mysql
Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

ออฟไลน์ nuttavut

  • Hero Member
  • *****
  • กระทู้: 2,634
  • Boom-Beam
  • Respect: +15
    • ดูรายละเอียด
    • โรงพยาบาลวิเชียรบุรี
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #8 เมื่อ: ธันวาคม 01, 2007, 15:22:41 PM »
0
ใช้คำสั่งใน terminal ของ Mysql ครับ
..Wichianburi Hospital  Phetchabun ..
Mr.Nuttavut   System Admin,Programer
Master:: HP DL380 G7 RAM 24GB Raid5 CentOS5.2  Percona 5.1.45
Slave::HP ProLiant ML150G3 Xeon Raid1  CentOS5.2   ,Percona 5.1.45
HOSxP 3.55.7.14, LIS (iLab),PACS
Tel. 0-5692-8169 ต่อ 180  | รพ. ขนาด 150+ เตียง |17 สอ. HOSxP_PCU |BMS Datacenter 18 node |
WWW : http://wichianhos.thaieasydns.com
|..ดูแลห่วงใย ใส่ใจบริการ รักษาได้มาตรฐาน พัฒนางานสู่ความเป็นเลิศ ..|   PDS Project  |  การนำเข้า Script คลิก

ออฟไลน์ manoi

  • Hero Member
  • *****
  • กระทู้: 8,669
  • Respect: +170
    • ดูรายละเอียด
    • HOSxP Community Center
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #9 เมื่อ: ธันวาคม 01, 2007, 18:00:05 PM »
0
terminal ในเครื่อง server ครับ
HOSxP Project Manager / Cheif Developer / BMS MD

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #10 เมื่อ: ธันวาคม 02, 2007, 14:19:47 PM »
0
ผลลัพธ์ จากคำสั่ง select host,user from mysql.user
Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

ออฟไลน์ nuttavut

  • Hero Member
  • *****
  • กระทู้: 2,634
  • Boom-Beam
  • Respect: +15
    • ดูรายละเอียด
    • โรงพยาบาลวิเชียรบุรี
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #11 เมื่อ: ธันวาคม 02, 2007, 16:02:08 PM »
0
ไม่ได้ใส่ ; หลังคำสั่ง   select host,user from mysql.user;
..Wichianburi Hospital  Phetchabun ..
Mr.Nuttavut   System Admin,Programer
Master:: HP DL380 G7 RAM 24GB Raid5 CentOS5.2  Percona 5.1.45
Slave::HP ProLiant ML150G3 Xeon Raid1  CentOS5.2   ,Percona 5.1.45
HOSxP 3.55.7.14, LIS (iLab),PACS
Tel. 0-5692-8169 ต่อ 180  | รพ. ขนาด 150+ เตียง |17 สอ. HOSxP_PCU |BMS Datacenter 18 node |
WWW : http://wichianhos.thaieasydns.com
|..ดูแลห่วงใย ใส่ใจบริการ รักษาได้มาตรฐาน พัฒนางานสู่ความเป็นเลิศ ..|   PDS Project  |  การนำเข้า Script คลิก

ออฟไลน์ SrWooD

  • Hero Member
  • *****
  • กระทู้: 1,024
  • Respect: +1
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #12 เมื่อ: ธันวาคม 02, 2007, 21:27:26 PM »
0

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


ลองพิมพ์ดูเลยครับ

แล้วลอง Upgrade Structure ดูใหม่ครับ
โรงพยาบาลโพธิ์ทอง จังหวัดอ่างทอง

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #13 เมื่อ: ธันวาคม 03, 2007, 08:56:50 AM »
0
ไม่ได้ใส่ ; หลังคำสั่ง   select host,user from mysql.user;

Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

ออฟไลน์ nuttavut

  • Hero Member
  • *****
  • กระทู้: 2,634
  • Boom-Beam
  • Respect: +15
    • ดูรายละเอียด
    • โรงพยาบาลวิเชียรบุรี
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #14 เมื่อ: ธันวาคม 03, 2007, 09:18:55 AM »
0
ได้ลอง Grant โดยใช้คำสังข้างล่างนี้หรือยัง

mysql>grant all on *.* to sa@'%' identified by 'sa' with grant option ;
mysql>grant super on  *.* to sa@'%' identified by 'sa' ;
mysql>flush privileges
..Wichianburi Hospital  Phetchabun ..
Mr.Nuttavut   System Admin,Programer
Master:: HP DL380 G7 RAM 24GB Raid5 CentOS5.2  Percona 5.1.45
Slave::HP ProLiant ML150G3 Xeon Raid1  CentOS5.2   ,Percona 5.1.45
HOSxP 3.55.7.14, LIS (iLab),PACS
Tel. 0-5692-8169 ต่อ 180  | รพ. ขนาด 150+ เตียง |17 สอ. HOSxP_PCU |BMS Datacenter 18 node |
WWW : http://wichianhos.thaieasydns.com
|..ดูแลห่วงใย ใส่ใจบริการ รักษาได้มาตรฐาน พัฒนางานสู่ความเป็นเลิศ ..|   PDS Project  |  การนำเข้า Script คลิก

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #15 เมื่อ: ธันวาคม 03, 2007, 09:31:11 AM »
0
ผมได้ up version เป็น 50.11.29 แล้วทำการ update structure แต่ไม่ผ่านครับขึ้น message ดังนี้

จึงใช้คำสั่ง
mysql>grant all on *.* to sa@'%' identified by 'sa' with grant option ;
mysql>grant super on  *.* to sa@'%' identified by 'sa' ;
mysql>flush privileges ;

หลังจากนั้น ก็ทำการ update structure ใหม่อีกครั้ง ก็ยังเกิดปัญหาเดิมอีก


ผมเพิ่งเปลี่ยน Server ตัวใหม่ ใช้ CentOS ส่วน Server ตัวเก่า ใช้ Redhat enterprise ก็ไม่มีปัญหานี้ครับ
Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

ออฟไลน์ sayun

  • Hero Member
  • *****
  • กระทู้: 571
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #16 เมื่อ: ธันวาคม 03, 2007, 10:27:46 AM »
0
ผมว่าลง centos และ mysql ใหม่ grant สิทธิ์ นำเข้าข้อมูล update struc ใหม่ เคยเจออาการนี้เหมือนกันผม ลอง grant ทุกอย่างก็ update struc ไม่ผ่าน  (แนะนำที่เครื่องสำรองก่อน) ค่อยลุย server จริง
สู้ๆๆๆๆๆ ครับ
สายัญ ธุนันทา จพ.เภสัชกรรมชำนาญงาน
Maste :
HOSxP + HOSxP_PCU

ออฟไลน์ nst

  • Jr. Member
  • **
  • กระทู้: 72
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #17 เมื่อ: ธันวาคม 03, 2007, 10:52:07 AM »
0
grant สิทธิเป็น super หรือยังครับแบบนี้

grant super on *.* to sa@'%' identified by 'sa';
Klongluang Hospital
30 หมู่ 7 ต.คลองหก อ.คลองหลวง
จ.ปทุมธานี  12120   02-9046446-9 
Sopon Sirisumpun
084-7264229

ออฟไลน์ border

  • Full Member
  • ***
  • กระทู้: 183
  • Respect: 0
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #18 เมื่อ: ธันวาคม 03, 2007, 13:56:55 PM »
0
กลัวตกกระทู้ ครับ อยากรู้ว่าเกิดจากสาเหตุใด และจะมีวิธีแก้ไขยังไง ครับ ตอนนี้ก็ยังเป็นปัญหาเหมือนเดิม
Kabchoeng hospital surin
Begin : 1 April 2007
Main : Linux Centos 5  Backup : Linux Redhat Enterprise
Mysql 5.0.22
HP Proliant ML150G3 Server
Intel Xeon 5130 Dual Core Processor 2 GHz
HDD 160 GB RAM 2 GB

doramon

  • บุคคลทั่วไป
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #19 เมื่อ: ธันวาคม 03, 2007, 17:06:15 PM »
0
ไม่ทราบว่าช่วยบอก spec เครื่องที่ใช้ด้วยครับ

และวิธีลง mysql ที่คุณทำครับ

เอามาจากไหน


ออฟไลน์ Khuad

  • Hero Member
  • *****
  • กระทู้: 3,778
  • .. นางฟ้า ตัวไม่น้อยแล้ว ..
  • Respect: +10
    • ดูรายละเอียด
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #20 เมื่อ: ธันวาคม 03, 2007, 23:46:53 PM »
0
..รบกวนคุณ border ช่วยตรวจสอบที่ ตั้งค่าการติดต่อกับฐานข้อมูล ตรงแท็ป connection นิดหนึ่งนะครับ...
..ที่ user กับ  password  ตามรูปนะครับ ว่าเป็น sa หรือเปล่าครับ...

..เพราะตามคำสั่งเราให้สิทธิกับ user ที่ชื่อ sa และใช้  password เป็น sa  กับฐานข้อมูลที่ชื่ออะไรก็ได้ทุกฐานข้อมูล  น่ะครับ(ของคุณ border ฐานข้อมูลชื่อ hos2) ... :D...
« แก้ไขครั้งสุดท้าย: ธันวาคม 04, 2007, 00:17:59 AM โดย Khuad »
โรงพยาบาลวังน้อย   พระนครศรีอยุธยา ( รพช.30 เตียง )
Server : ProLiant DL120G6  Xeon X3450  RDIMM 12 Gb  2x256GB SSD Raid 1
OS : CentOS 6.3  DB : Percona 5.5.21

Slave : ProLiant ML110G6  Xeon X3430  UDIMM 8 Gb  2x300GB SAS Raid 1
OS : CentOS 6.3  DB : Percona 5.5.32

HOSxP version  3.57.xx.xx    เริ่มระบบ  เมษายน 2549

ออฟไลน์ manoi

  • Hero Member
  • *****
  • กระทู้: 8,669
  • Respect: +170
    • ดูรายละเอียด
    • HOSxP Community Center
Re: grant สิทธิ์ แล้ว ก็ยัง update structure ไม่ผ่าน
« ตอบกลับ #21 เมื่อ: ธันวาคม 04, 2007, 07:44:11 AM »
0
จากรูปที่ส่งมาให้ เคย grant สิทธิ ให้ sa 2 ครั้งครับ คือ จาก % และ จาก 192.%  ลองใช้คำสั่ง grant นี้อีกครั้งครับ


grant all on *.* to sa@'192.%' identified by 'sa' with grant option;
HOSxP Project Manager / Cheif Developer / BMS MD