Results 1 to 2 of 2

Thread: cPanel update causing db errors?

  1. #1
    Member
    Join Date
    Oct 2008
    Posts
    6

    Default cPanel update causing db errors?

    After an upcp last night, I'm noticing database errors that have appeared on three separate servers.

    The errors: http://pastebin.com/m2adee3be

    All three servers suddenly stopped connecting the local MySQL at the same time.

    MySQL is running, but I can't figure out why it can no longer connect to the db when nothing has changed on the server. Could this be related to the update?

    I've also noticed that cPanel appears to be messing with permissions and ownership for user directories in /home, where they suddenly have only drwx------ permissions when they should have drwx--x--x. For anyone who's experienced this, just run the following:

    # cat /etc/userdomains | cut -d: -f 2 > userdomains
    # for i in `cat userdomains`; do chmod 755 /home/$i/public_html; done
    # for i in `cat userdomains`; do chown $i:$i /home/$i/public_html; done

  2. #2
    cPanel Staff cPanelNick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,793
    -Nick
    cPanel Inc.

    Need support? Submit a request here. Complimentary support is available to all license holders regardless of where you purchased your license.
    Need a complimentary support account? Create one here.

Similar Threads

  1. Update from cPanel 11.24.5 to cPanel 11.25.0 causing problems
    By linux7802 in forum Database Discussions
    Replies: 17
    Last Post: 10-13-2010, 08:04 AM
  2. VirtualHost uses WSGIScriptAlias and causing errors
    By clinch in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 04-16-2009, 01:27 PM
  3. cPanel update causing Fp publishing problems?
    By neilogden in forum New User Questions
    Replies: 19
    Last Post: 01-10-2008, 06:29 AM
  4. cPanel update causing Fp publishing problems?
    By neilogden in forum cPanel & WHM Discussions
    Replies: 19
    Last Post: 08-14-2007, 12:01 PM
  5. spamd causing errors !!
    By mitul in forum cPanel & WHM Discussions
    Replies: 6
    Last Post: 05-25-2006, 06:05 AM