Showing posts with label Question: What is the difference between the functions unlink and unset?. Show all posts
Showing posts with label Question: What is the difference between the functions unlink and unset?. Show all posts

Wednesday, November 12, 2008

Question: What is the difference between the functions unlink and unset?

Question: What is the difference between the functions unlink and unset?
Answer:
unlink will delete a file and unset would remove a value from a session variable.

How to solve mysql ERROR 1118 (42000) Row size too large

  I had this issue with MYSQL 5.7 . The following worked althoug...