سلام
چرا ران نمی شه؟

Server Information :
کد:
Processor Name    Intel(R) Xeon(R) CPU E3-1271 v3 @ 3.60GHz
Vendor ID    GenuineIntel
Processor Speed (MHz)    3987.140
Total Memory    32508484 kB
کد:
[mysqldump]
quick
max_allowed_packet = 16M

[client]
port = 3306
#socket = /var/lib/mysql/mysql.sock

[mysqld]
port = 3306
#socket = /var/lib/mysql/mysql.sock

local-infile=0
innodb_file_per_table

query_cache_limit = 2M
query_cache_size = 8M
query_cache_type = 1
query_prealloc_size = 163840
query_alloc_block_size = 32768
sort_buffer_size = 2M
read_rnd_buffer_size = 256K
tmp_table_size = 16M
max_heap_table_size = 16M
thread_cache_size = 8
table_open_cache = 400
performance_schema
performance_schema_events_waits_history_size=20
performance_schema_events_waits_history_long_size=15000
innodb_buffer_pool_size = 170M
innodb_log_file_size =64M


user                           = mysql
default-storage-engine         = InnoDB
socket                         = /var/lib/mysql/mysql.sock
pid-file                       = /var/lib/mysql/mysql.pid

# MyISAM #
key-buffer-size                = 32M
myisam-recover                 = FORCE,BACKUP

# SAFETY #
max-allowed-packet             = 16M
max-connect-errors             = 1000000

# DATA STORAGE #
datadir                        = /var/lib/mysql/

# BINARY LOGGING #
log-bin                        = /var/lib/mysql/mysql-bin
expire-logs-days               = 14
sync-binlog                    = 1

# CACHES AND LIMITS #
tmp-table-size                 = 32M
max-heap-table-size            = 32M
query-cache-type               = 0
query-cache-size               = 0
max-connections                = 500
thread-cache-size              = 50
open-files-limit               = 65535
table-definition-cache         = 4096
table-open-cache               = 10240

# INNODB #
innodb-flush-method            = O_DIRECT
innodb-log-files-in-group      = 2
innodb-log-file-size           = 512M
innodb-flush-log-at-trx-commit = 1
innodb-file-per-table          = 1
innodb-buffer-pool-size        = 20G

# LOGGING #
log-error                      = /var/lib/mysql/mysql-error.log
log-queries-not-using-indexes  = 1
slow-query-log                 = 1
slow-query-log-file            = /var/lib/mysql/mysql-slow.log