Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 7 matches
- Wed Dec 16, 2015 9:24 am
- Forum: Database Server
- Topic: Mysql crash after some hours even i have 8gb Ram
- Replies: 35
- Views: 64272
Re: Mysql crash after some hours even i have 8gb Ram
in my case i just enabled "I'm Under Attack" in CloudFlare and all problems gone...
maybe someone (or group) try to down my website...
but as long this feature working my website good..
and if i disabled it problems returns...
for me, enabled "I'm Under Attack" in CloudFlare doesn't solve the ...
maybe someone (or group) try to down my website...
but as long this feature working my website good..
and if i disabled it problems returns...
for me, enabled "I'm Under Attack" in CloudFlare doesn't solve the ...
- Sun Dec 06, 2015 6:39 pm
- Forum: Database Server
- Topic: Mysql crash after some hours even i have 8gb Ram
- Replies: 35
- Views: 64272
Re: Mysql crash after some hours even i have 8gb Ram
yup.. this my VestaCP Firewall screenshot.tomer628 wrote:do you mean 3306,5432 ports ?

- Sat Dec 05, 2015 8:27 pm
- Forum: Database Server
- Topic: Mysql crash after some hours even i have 8gb Ram
- Replies: 35
- Views: 64272
Re: Mysql crash after some hours even i have 8gb Ram
recently i have this problem too..
# 1GB ram VPS, CentOS 6.7 64bit
# Wordpress avg 2k visitor & 10k page view (increasing)
# MySQL Community 5.5.46
but after i disabled (suspend) MySQL port at firewall menu on VestaCP, the problem is decreasing alot.
but sometimes crash too, maybe around once/twice ...
# 1GB ram VPS, CentOS 6.7 64bit
# Wordpress avg 2k visitor & 10k page view (increasing)
# MySQL Community 5.5.46
but after i disabled (suspend) MySQL port at firewall menu on VestaCP, the problem is decreasing alot.
but sometimes crash too, maybe around once/twice ...
- Wed Nov 25, 2015 9:08 am
- Forum: Database Server
- Topic: [Solved] VestaCP + Percona
- Replies: 6
- Views: 21683
Re: VestaCP + Percona
After check httpd config for phpMyAdmin :
/etc/httpd/conf.d/phpMyAdmin.conf
the folder /usr/share/phpMyAdmin not exist.
it because i forget install phpMyAdmin after change MySQL to Percona.
yum install php-mysqlnd phpmyadmin --enablerepo=remi
cp /etc/httpd/conf.d/phpMyAdmin.conf.rpmsave /etc ...
/etc/httpd/conf.d/phpMyAdmin.conf
the folder /usr/share/phpMyAdmin not exist.
it because i forget install phpMyAdmin after change MySQL to Percona.
yum install php-mysqlnd phpmyadmin --enablerepo=remi
cp /etc/httpd/conf.d/phpMyAdmin.conf.rpmsave /etc ...
- Wed Nov 25, 2015 7:56 am
- Forum: Database Server
- Topic: [Solved] VestaCP + Percona
- Replies: 6
- Views: 21683
Re: VestaCP + Percona
done this is my.cnf content :
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
symbolic-links=0
skip-external-locking
key_buffer_size = 16K
max_allowed_packet = 1M
table_open_cache = 4
sort_buffer_size = 64K
read_buffer_size = 256K
read_rnd_buffer_size = 256K
net_buffer_length ...
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
symbolic-links=0
skip-external-locking
key_buffer_size = 16K
max_allowed_packet = 1M
table_open_cache = 4
sort_buffer_size = 64K
read_buffer_size = 256K
read_rnd_buffer_size = 256K
net_buffer_length ...
- Wed Nov 25, 2015 7:15 am
- Forum: Database Server
- Topic: [Solved] VestaCP + Percona
- Replies: 6
- Views: 21683
Re: VestaCP + Percona
i only have this :
/usr/local/vesta/install/rhel/5/mariadb/my-large.cnf
/usr/local/vesta/install/rhel/5/mariadb/my-medium.cnf
/usr/local/vesta/install/rhel/5/mariadb/my-small.cnf
/usr/local/vesta/install/rhel/5/mysqld/my-large.cnf
/usr/local/vesta/install/rhel/5/mysqld/my-medium.cnf
/usr/local ...
/usr/local/vesta/install/rhel/5/mariadb/my-large.cnf
/usr/local/vesta/install/rhel/5/mariadb/my-medium.cnf
/usr/local/vesta/install/rhel/5/mariadb/my-small.cnf
/usr/local/vesta/install/rhel/5/mysqld/my-large.cnf
/usr/local/vesta/install/rhel/5/mysqld/my-medium.cnf
/usr/local ...
- Mon Nov 23, 2015 10:23 am
- Forum: Database Server
- Topic: [Solved] VestaCP + Percona
- Replies: 6
- Views: 21683
[Solved] VestaCP + Percona
hi,
i've following the offical guide to install Percona after fresh install VestaCP (CentOS 6.7 x64).
but after that i have problems.
# /etc/my.cnf doesn't exist, but /etc/my.cnf.rpmsave exist
if i rename it, Percona won't start.
# i can't access phpMyAdmin, 403 Forbidden.
anyone can help me ...
i've following the offical guide to install Percona after fresh install VestaCP (CentOS 6.7 x64).
but after that i have problems.
# /etc/my.cnf doesn't exist, but /etc/my.cnf.rpmsave exist
if i rename it, Percona won't start.
# i can't access phpMyAdmin, 403 Forbidden.
anyone can help me ...