MatthewM.
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by MatthewM.-
MatthewM. commented,
Hello, I'm not 100% sure why you are getting that email from those scripts but if mysql is complaining about the pass vs. password then it's likely referring to /root/.my.cnf. If you continue to ...
-
MatthewM. commented,
What happens when you just run a mysqldump? If you can login to SSH and run the following it may help determine the issue: mysqldump horde > horde.sql That'll make a backup of the horde database ...
-
MatthewM. commented,
Hello, I don't quite know whether or not this is a phpmyadmin issue. What I mean is just based by your my.cnf you are using no later than 5.1(MYSQL won't start with a large number of those variabl...
-
MatthewM. commented,
Hey there! The public html should have the ownership of user:nobody and should be set to 750. You can set that with: chown user:nobody /home/$user/public_html chmod 750 /home/$user/public_html I...