shido
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by shido-
shido commented,
I have migrated everything to a new server so this thread can be closed. I had to reinstall each data base individually.
-
shido commented,
Hi kennysamuerto and kodeslogic Here is the result root@host [~]# journalctl -xe -bash: journalctl: command not found root@host [~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/s...
-
shido created a post,
Server crashed now - ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
On Tuesday my server crashed and was powercycled. When it came back up all websites were down and I keep getting an error: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/...
-
shido created a post,
How to check if subdomain exists using php?
I am trying to check if a subdomain already exists using php. I am trying to read the etc/localdomains file using php but it says the file dosnt exist ? $domain = "mysub.mydomain.com"; $filename ...