-
Published Answer
Same here, I wish I read this before I clicked Create snapshot…
•
By
simPod
-
Published Answer
Thank you, will try
•
By
simPod
-
Published Question
MySQL takes 100% cpu and I don't know how to fix it.
I disabled replication: SHOW SLAVE STATUS shows 0 rows
SHOW FULL PROCESSLIST doesn't show any queries taking long time.
I also tried to fix leap second, reboot serv...
1
•
•
By
simPod
MySQL
Server Optimization
-
Published Question
Hello, I installed PHP7.0 using
apt-get install php7.0, however, when running php-v it returns these errors
what can I do with it? Thank you
MIB search path: /home/web/.snmp/mibs:/usr/share/snmp/mibs:/usr/share/snmp...
3
•
•
By
simPod
PHP
LAMP Stack
-
Published Question
Hello, when pinging 8.8.8.8 from FRA1 server, I receive such reponse:
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=50 time=7.43 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=50 time=7...
3
•
•
By
simPod
Networking
-
Published Question
I'm using this command to set environmental variable
export COMMIT_ID='x'
When I use printenv I can see it defined. However, PHP can't see it using getenv('COMMIT_ID')... What am I doing wrong?
3
•
•
By
simPod
DigitalOcean
PHP
-
Published Question
How can I set default chmod for new files or folders to 777? I don't want to run chmod -R 777 everytime the file is created. Any ideas? Thanks
2
•
•
By
simPod
Apache
Linux Basics
-
Published Question
MySQL disconnects automatically after some time has passed. How can I remove the timeout?
1
•
•
By
simPod
MySQL
-
Published Question
I tried to connect to MySQL remotely (I need to go without SSH).
Commented bind-address with #.
Getting MySQL said: Access denied for user 'root'@'myremoteip' (using password: YES)
How can I connect? Searched internet...
2
•
•
By
simPod
MySQL
Configuration Management