i have copy of my database in a .sql file, and i loaded this in MySQL server in linux system,
i’m trying to get information about it with queryes, but i think that the information is incorrect or that the information is codified because some fields have strange data, I find a line of my sql file like this, where the data is inserted:
INSERT INTO egw_cal
VALUES (48,‘calendar-48-be6b32103e6933deef9064758cd703e0’,67,’’,1187980267,2,0,‘Usuario’,‘Rosales y Victor con usuario, tal vez vaya’,’’,0,47,0,0)
I know that egw_cal is a column of my table, but the others fields are unknown for me.
i have to do a cast? what kind of cast?
Do you know where i can find more information?