REGEXP in MySQL does not understand cyrillic in square brackets. How to fix?
There is a code, it works, a lot of results are found: SELECT * FROM `modx_site_content` AS `msProduct` WHERE `msProduct`.`pagetitle` REGEXP '300х250х625' But I want the number separator to be not only the Russian letter "x", but also the English…