MySQL MySQL LOWER() converts all the characters in a string to lowercase characters. June 27, 2018JamesLeave a comment [code lang=”php”]UPDATE `articles` SET `slug` = LOWER(`slug`)[/code]