[РЕШЕНО] проблема с установкой CMS

indeviral
закоментируйте
так а что это за файлы?
/usr/share/mysql/my-default.cnf
/etc/security/limits.conf
Арчи ~]$ ...as always want ready-made solutions that would make even tastier
ларчик просто открывался
explicit_defaults_for_timestamp = 1
поставил над
# Recommended in standard MySQL setup
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
а не в конце, т.е. после
и сразу
mysql> show global variables like 'explicit_defaults_for_timestamp';
+---------------------------------+-------+
| Variable_name                   | Value |
+---------------------------------+-------+
| explicit_defaults_for_timestamp | ON    |
+---------------------------------+-------+
1 row in set (0.00 sec)
Арчи ~]$ ...as always want ready-made solutions that would make even tastier
/usr/share/mysql/my-default.cnf дефолтный конфиг
/etc/security/limits.conf эт для задания лимитов
palpalych
ларчик просто открывался
ну что, это что нибудь дало?)
Ошибки в тексте-неповторимый стиль автора©
indeviral
ну что, это что нибудь дало?)
та-дам
150606 20:02:03 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2015-06-06 20:02:05 0 [Note] /usr/bin/mysqld (mysqld 5.6.24-72.2) starting as process 554 ...
2015-06-06 20:02:05 554 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-06-06 20:02:05 554 [Note] InnoDB: The InnoDB memory heap is disabled
2015-06-06 20:02:05 554 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2015-06-06 20:02:05 554 [Note] InnoDB: Memory barrier is not used
2015-06-06 20:02:05 554 [Note] InnoDB: Compressed tables use zlib 1.2.8
2015-06-06 20:02:05 554 [Note] InnoDB: Using Linux native AIO
2015-06-06 20:02:05 554 [Note] InnoDB: Using CPU crc32 instructions
2015-06-06 20:02:05 554 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2015-06-06 20:02:05 554 [Note] InnoDB: Completed initialization of buffer pool
2015-06-06 20:02:06 554 [Note] InnoDB: Highest supported file format is Barracuda.
2015-06-06 20:02:08 554 [Note] InnoDB: 128 rollback segment(s) are active.
2015-06-06 20:02:08 554 [Note] InnoDB: Waiting for purge to start
2015-06-06 20:02:08 554 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.24-72.2 started; log sequence number 84317432
2015-06-06 20:02:08 554 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
2015-06-06 20:02:08 554 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
2015-06-06 20:02:08 554 [Note] Server hostname (bind-address): '*'; port: 3306
2015-06-06 20:02:08 554 [Note] IPv6 is available.
2015-06-06 20:02:08 554 [Note]   - '::' resolves to '::';
2015-06-06 20:02:08 554 [Note] Server socket created on IP: '::'.
2015-06-06 20:02:08 554 [Note] Event Scheduler: Loaded 0 events
2015-06-06 20:02:08 554 [Note] /usr/bin/mysqld: ready for connections.
Version: '5.6.24-72.2'  socket: '/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
нет, ничего не дало, падлаааа.....
Что-то мне кажется дело в InnoDB как сделать базу в MyISAM?
Арчи ~]$ ...as always want ready-made solutions that would make even tastier
palpalych
indeviral
ну что, это что нибудь дало?)
та-дам
150606 20:02:03 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2015-06-06 20:02:05 0 [Note] /usr/bin/mysqld (mysqld 5.6.24-72.2) starting as process 554 ...
2015-06-06 20:02:05 554 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-06-06 20:02:05 554 [Note] InnoDB: The InnoDB memory heap is disabled
2015-06-06 20:02:05 554 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2015-06-06 20:02:05 554 [Note] InnoDB: Memory barrier is not used
2015-06-06 20:02:05 554 [Note] InnoDB: Compressed tables use zlib 1.2.8
2015-06-06 20:02:05 554 [Note] InnoDB: Using Linux native AIO
2015-06-06 20:02:05 554 [Note] InnoDB: Using CPU crc32 instructions
2015-06-06 20:02:05 554 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2015-06-06 20:02:05 554 [Note] InnoDB: Completed initialization of buffer pool
2015-06-06 20:02:06 554 [Note] InnoDB: Highest supported file format is Barracuda.
2015-06-06 20:02:08 554 [Note] InnoDB: 128 rollback segment(s) are active.
2015-06-06 20:02:08 554 [Note] InnoDB: Waiting for purge to start
2015-06-06 20:02:08 554 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.24-72.2 started; log sequence number 84317432
2015-06-06 20:02:08 554 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
2015-06-06 20:02:08 554 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
2015-06-06 20:02:08 554 [Note] Server hostname (bind-address): '*'; port: 3306
2015-06-06 20:02:08 554 [Note] IPv6 is available.
2015-06-06 20:02:08 554 [Note] - '::' resolves to '::';
2015-06-06 20:02:08 554 [Note] Server socket created on IP: '::'.
2015-06-06 20:02:08 554 [Note] Event Scheduler: Loaded 0 events
2015-06-06 20:02:08 554 [Note] /usr/bin/mysqld: ready for connections.
Version: '5.6.24-72.2' socket: '/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
нет, ничего не дало, падлаааа.....
Что-то мне кажется дело в InnoDB как сделать базу в MyISAM?
http://phpclub.ru/mysql/doc/innodb-start.html
я так думаю нужно было логи nginx и php-fpm смотреть, чего сделано не было, но в любом случае нашлись люди которые побороли ситуацию, решение
location ~ \.php$ {

                try_files $uri = 404;
                fastcgi_pass unix:/var/run/php5-fpm.sock;
                fastcgi_index index.php;
                fastcgi_temp_file_write_size 10m;
                fastcgi_busy_buffers_size 512k;
                fastcgi_buffer_size 512k;
                fastcgi_buffers 16 512k;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                include fastcgi_params;
                fastcgi_read_timeout 300;
        }
а также "благодаря" такой засаде, днем ранее я для себя открыл PrestaShop Cloud, полная халява, VDS стал ненужен, блин бывают же случаи в жизни...
Арчи ~]$ ...as always want ready-made solutions that would make even tastier
 
Зарегистрироваться или войдите чтобы оставить сообщение.