Mysql cannot unserialize it .
There has to some programming language to do it .
Please share the whole picture exactly what are you making and on which language ?
I have installed xampp and connected to the sql database using php functions. I am able to see the established connection in localhost apache server. I am trying to fetch exact cell data from rYW_bp_activity_meta
table where quiz_results are stored in serialized format using php it is throwing an error while trying to unserialize it. https://prnt.sc/12an900
I am getting this error https://prnt.sc/12anias, how to resolve it to see that data is coming in the form of a readable array ?
try
$result = unserialize($query[0])
the $query is an array not a serialized value , that is what the error is saying .