I have a MySQL table , a column contains records like this format: 'https://mlnyhdtvoz4t.i.optimole.com/Y0KrmFg-uFcVqWSa/w:auto/h:auto/q:82/hppt://......'.
I need to remove the first https part 'https://mlnyhdtvoz4t.i.optimole.com/Y0KrmFg-uFcVqWSa/w:auto/h:auto/q:82' from the record and only keep the rest of the string. The problem is position of Y0KrmFg-uFcVqWSa could be different values in each record. What is the appropriate regular expression I should use?