Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 212 Bytes

File metadata and controls

6 lines (5 loc) · 212 Bytes

From your terminal launch this command:

$>: hexdump -s 0x33 -n 2 -v -d <FILE_NAME>.frm  | awk '{ print "Mysql version " $2; exit }'

Example output: Mysql version 50530, which means version 5.5.30