Да, это помогло спс!
Установил 10.2 но чето не вижу там обещенной RocksDB
Ну чтож, сенодня ночью переведу 4 сайта на джумле на Рок дб... посмотрим ...
Переустановил мастер мунин и все заработало.
Причину кажется нашел - мунин мастер перестал рисовать графики 1,5 дня назад, как замерло все.
Как понять почему?
На ноде запускаю
правила фаервола на ноде стандартные
---------- Добавлено 09.09.2017 в 17:49 ---------- Если на ВПС мастера делаю
то запрос проходит и в логе Ноды появляется запись об успешном конекте.
Не пойму че ж не появляются данные по новому ВПС ?
Итого опять с нуля активировал ВПС с Дебиан 9
1.
далее установил Марию 10.1
2.
установил пхпмайадмин
3.
apt-get install munin munin-node
4.
munin-node-configure --suggest | grep mysql
5.
apt-get install libipc-sharelite-perl
perl -MCPAN -eshell
install IPC::ShareLite
ln -s /usr/share/munin/plugins/mysql_* /etc/munin/plugins
6.
mysql> CREATE USER `munin` @`localhost` IDENTIFIED BY 'somepassword';
mysql> GRANT SUPER ON *.* TO `munin` @`localhost`;
mysql> FLUSH PRIVILEGES;
7.
Edit /etc/munin/plugin-conf.d/munin-node file and find [mysql*] section:
[mysql*]
user root
env.mysqlopts --defaults-file=/etc/mysql/debian.cnf
env.mysqluser munin
8.
/etc/init.d/apache2 restart
/etc/init.d/munin-node restart
9.
10.
apt-get install libcache-cache-perl
11.
apt-get install libmariadbclient18
Что дальше?
dpkg -l | grep maria
---------- Добавлено 09.09.2017 в 13:02 ----------Задолбался я мучать Дебиан, установил Убунту и все заработало :)
поставил версию Марии 10.1 - с мунином та же проблема и так же ошибка :(((
Буду рад любым идеям
Да.. так и есть, откачусь на 10.1
результата команда не показала
# The MariaDB configuration file
#
[client-server]
# Import all .cnf files from configuration directory
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mariadb.conf.d/
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
[mysqld_safe]
nice = 0
[mysqld]
# * Basic Settings
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
low-priority-updates
skip-name-resolve = 1
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
#bind-address = 127.0.0.1
# * Fine Tuning
default-time-zone = "+03:00"
max_allowed_packet = 16M
thread_stack = 192K
thread_concurrency = 4
thread_cache_size = 32
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
max_connections = 64
table_open_cache = 2048
table_definition_cache = 1024
tmp_table_size = 64M
max_heap_table_size = 64M
key_buffer_size = 1M
join_buffer_size = 8M
sort_buffer_size = 8M
read_rnd_buffer_size = 8M
# * Query Cache Configuration
query_cache_limit = 6M
query_cache_size = 64M
# * Logging and Replication
#general_log_file = /var/log/mysql/mysql.log
#general_log = 1
# Error log - should be very few entries.
log_error = /var/log/mysql/error.log
# Here you can see queries with especially long duration
slow_query_log_file = /var/log/mysql/mysql-slow.log
slow_query_log = 1
long_query_time = 1
#log_queries_not_using_indexes
# * InnoDB
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
innodb_flush_method = O_DIRECT
innodb_buffer_pool_size = 1024M
innodb_log_file_size = 256M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 2
innodb_thread_concurrency = 4
innodb_file_per_table = 1
innodb_open_files = 2048
[mysqldump]
quick
quote-names
[mysql]
#no-auto-rehash # faster start of mysql but no tab completition
[isamchk]
key_buffer = 16M ---------- Добавлено 07.09.2017 в 19:55 ---------- все - вопрос снят. Создал нового юзера, дал ему все права и подключение прошло нормально. Какой-то глюк с рутом был