Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. SQLSTATE[HY000]: General error: 23 Out of resources when opening file '/tmp/#sql_360_0.MYD' (Errcode: 24)
  2.  
  3. sudo apt-get clean
  4. sudo apt-get update
  5. sudo apt-get install openssl libssl1.0.0
  6. reboot
  7.  
  8. sudo apt-get upgrade
  9. reboot
  10.  
  11. /etc/security/limits.conf
  12.  
  13. and add:
  14. mysql soft nofile ....
  15. mysql hard nofile ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement