BMS-HOSxP Community

HOSxP => ยินดีต้อนรับ => ข้อความที่เริ่มโดย: amnat ที่ กรกฎาคม 14, 2011, 23:49:18 PM

หัวข้อ: Mysql Monitor ตรงTab tables มี Error ครับ จะแก้ไขไงคร้บพี่ๆ
เริ่มหัวข้อโดย: amnat ที่ กรกฎาคม 14, 2011, 23:49:18 PM
รพท.อำนาจเจริญครับ

SQL Error: Access denied; you need the PROCESS privilege for this operation [Check Innodb status]
หัวข้อ: Re: Mysql Monitor ตรงTab tables มี Error ครับ จะแก้ไขไงคร้บพี่ๆ
เริ่มหัวข้อโดย: เข้ม ที่ กรกฎาคม 15, 2011, 00:43:20 AM
แสดงว่า user ที่ grant ไว้ ไม่มีสิทธิ PROCESS นี้ครับ
ก็ไป grant สิทธิใหม่ครับ

เข้า mysql console ก่อนครับ แล้ว

grant ALL on *.* to user@'%' identified by 'password' with grant option;
grant SUPER on *.* to user@'%' identified by 'password';
flush privileges;

ีuser หมายถึง sa หรือ ชื่ออื่น ๆที่เราใช้อยู่ครับ

หัวข้อ: Re: Mysql Monitor ตรงTab tables มี Error ครับ จะแก้ไขไงคร้บพี่ๆ
เริ่มหัวข้อโดย: มดตานอย ครับ.. ที่ กรกฎาคม 15, 2011, 00:49:43 AM
แสดงว่า user ที่ grant ไว้ ไม่มีสิทธิ PROCESS นี้ครับ
ก็ไป grant สิทธิใหม่ครับ

เข้า mysql console ก่อนครับ แล้ว

grant ALL on *.* to user@'%' identified by 'password' with grant option;
grant SUPER on *.* to user@'%' identified by 'password';
flush privileges;

ีuser หมายถึง sa หรือ ชื่ออื่น ๆที่เราใช้อยู่ครับ


ตาม อ.เข้มเลยครับ
หัวข้อ: Re: Mysql Monitor ตรงTab tables มี Error ครับ จะแก้ไขไงคร้บพี่ๆ
เริ่มหัวข้อโดย: amnat ที่ กรกฎาคม 15, 2011, 13:29:18 PM
ยังไม่ได้ครับพี    ใช้ Ram 16 G ครับ

[xtrabackup]
datadir = /var/lib/mysql
backupdir = /mysqlbackup


[client]
port      = 3306
socket      = /var/lib/mysql/mysql.sock
#basedir   = /var/lib/mysql
#datadir   = /var/lib/mysql/data
default-character-set=tis620

[mysqld]
port      = 3306
socket      = /var/lib/mysql/mysql.sock
skip-locking

key_buffer = 200M
max_allowed_packet = 256M
table_cache = 1500
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 1M
max_heap_table_size = 256M
myisam_sort_buffer_size = 256M
thread_cache = 8
query_cache_size= 128M

thread_concurrency = 8
default-character-set=tis620
skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
max_connections = 1000

######################################## 5.1.25--->X  cpu multicore
innodb_thread_concurrency = 0

########################################

innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/

#############################   mysql 5.1.X
#innodb_log_arch_dir = /var/lib/mysql/
#############################

#############################
# add rc.local  --->  ulimit -n 30000     
#############################
innodb_buffer_pool_size = 12G
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 256M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 2
innodb_lock_wait_timeout = 50
innodb_flush_method=O_DIRECT
innodb_doublewrite=0
innodb_support_xa = 0
innodb_open_files = 2000
innodb_locks_unsafe_for_binlog=1
join_buffer_size = 2M
concurrent_insert = 2
max_heap_table_size = 128M
innodb_fast_recovery=1
innodb_ibuf_active_contract=1
innodb_adaptive_checkpoint=estimate


[mysqldump]
quick
max_allowed_packet = 32M
allow-keywords

[mysql]
no-auto-rehash
default-character-set=tis620

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

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

[mysqlhotcopy]
interactive-timeout
หัวข้อ: Re: Mysql Monitor ตรงTab tables มี Error ครับ จะแก้ไขไงคร้บพี่ๆ
เริ่มหัวข้อโดย: มนตรี บอยรักยุ้ยคนเดียว ที่ กรกฎาคม 15, 2011, 15:12:04 PM
ยังไม่ได้ครับพี    ใช้ Ram 16 G ครับ

คุยทาง MSN แก้ไม่ยากครับ ใช้คำสั่งผมหายแน่นอน
หรือ tel o814344632 หลัง 3 ทุ่ม
หัวข้อ: Re: Mysql Monitor ตรงTab tables มี Error ครับ จะแก้ไขไงคร้บพี่ๆ
เริ่มหัวข้อโดย: amnat ที่ กรกฎาคม 15, 2011, 21:43:47 PM
ได้แล้วครับ   ขอบคุณ พี่มนตรี  เทพไพศาล มากๆครับ 
 
หัวข้อ: Re: Mysql Monitor ตรงTab tables มี Error ครับ จะแก้ไขไงคร้บพี่ๆ
เริ่มหัวข้อโดย: กรรมคือการกระทำ ที่ กรกฎาคม 16, 2011, 07:45:28 AM
ได้แล้วครับ   ขอบคุณ พี่มนตรี  เทพไพศาล มากๆครับ 
 


วิธีแสดงตัวว่าเป็นใครครับ
http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=4413.0
หัวข้อ: Re: Mysql Monitor ตรงTab tables มี Error ครับ จะแก้ไขไงคร้บพี่ๆ
เริ่มหัวข้อโดย: มนตรี บอยรักยุ้ยคนเดียว ที่ กรกฎาคม 16, 2011, 12:34:56 PM
ได้แล้วครับ   ขอบคุณ พี่มนตรี  เทพไพศาล มากๆครับ 
 


ยินดีครับ

 ;D ;D ;D ;D ;D ;D

รพท.อำนาจเจริญครับ

SQL Error: Access denied; you need the PROCESS privilege for this operation [Check Innodb status]

หัวข้อ: Re: Mysql Monitor ตรงTab tables มี Error ครับ จะแก้ไขไงคร้บพี่ๆ
เริ่มหัวข้อโดย: เข้ม ที่ กรกฎาคม 16, 2011, 19:51:08 PM
ได้แล้วครับ   ขอบคุณ พี่มนตรี  เทพไพศาล มากๆครับ 
 


ยินดีครับ

 ;D ;D ;D ;D ;D ;D

รพท.อำนาจเจริญครับ

SQL Error: Access denied; you need the PROCESS privilege for this operation [Check Innodb status]




แล้ว อ. บอย จะไม่บอกวิธีแก้ไขให้เป็นความรู้กับพวกผมบ้างเลยหรือครับ ...  ;D ;D