MySQL Download URL
https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.46-linux-glibc2.12-x86_64.tar.gz
- Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R
function convert_sbv_to_srt( $lines ) | |
{ | |
if( !$lines ) return ""; | |
// BREAK LINES ON RETURN | |
$lines = explode("\n", $lines); | |
// ADD A BLANK SPACE AT THE BEGINNING, | |
// I USE BLANK SPACES TO DETERMINE BETWEEN THE DIFFERENT TEXT BLOCKS |