Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Sun Dec 07, 2014 7:39 pm
- Forum: Database Server
- Topic: MySql Problem (Urgent)
- Replies: 7
- Views: 14460
Re: MySql Problem (Urgent)
If you are running on a 0 Block VPS and only have 512MB of RAM, you may need to perform some tweaks, we recommend that you:
SSH into your VPS
Type: nano /etc/mysql/my.cnf
Modify the file to look like this:
[mysqld_safe]
socket=/var/run/mysqld/mysqld.sock
[mysqld]
user=mysql
pid-file=/var/run ...
SSH into your VPS
Type: nano /etc/mysql/my.cnf
Modify the file to look like this:
[mysqld_safe]
socket=/var/run/mysqld/mysqld.sock
[mysqld]
user=mysql
pid-file=/var/run ...
- Sun Dec 07, 2014 7:39 pm
- Forum: Database Server
- Topic: mysql stops working
- Replies: 5
- Views: 34789
Re: mysql stops working
If you are running on a 0 Block VPS and only have 512MB of RAM, you may need to perform some tweaks, we recommend that you:
SSH into your VPS
Type: nano /etc/mysql/my.cnf
Modify the file to look like this:
[mysqld_safe]
socket=/var/run/mysqld/mysqld.sock
[mysqld]
user=mysql
pid-file=/var/run ...
SSH into your VPS
Type: nano /etc/mysql/my.cnf
Modify the file to look like this:
[mysqld_safe]
socket=/var/run/mysqld/mysqld.sock
[mysqld]
user=mysql
pid-file=/var/run ...
- Sun Dec 07, 2014 7:22 pm
- Forum: Database Server
- Topic: How can I upgrade postgresql 9.1 to 9.4 ?
- Replies: 0
- Views: 2917
How can I upgrade postgresql 9.1 to 9.4 ?
Hello,
How can I upgrade postgreSQL 9.1 to 9.4 ?
Thank you.
How can I upgrade postgreSQL 9.1 to 9.4 ?
Thank you.