ANDThe problem isn't the website itself. Because it won't let you create with unauthorized characters. What happened was that the server was stuck auto-creating accounts for a few days. Now I want to know how I can find out what I need to fix in Navicat so that it doesn't keep showing that error.AccountTemplate = [A-Za-z0-9]{4,14}
PasswordTemplate = [A-Za-z0-9]{4,16}
Do the same thing during registration on your website.
Query and filter all characters with names that don't respect your regex, then delete themANDThe problem isn't the website itself. Because it won't let you create with unauthorized characters. What happened was that the server was stuck auto-creating accounts for a few days. Now I want to know how I can find out what I need to fix in Navicat so that it doesn't keep showing that error.
But that's the account table, right? Apparently.Query and filter all characters with names that don't respect your regex, then delete them
because there are thousands of accounts, which makes filtering difficult for me.Query and filter all characters with names that don't respect your regex, then delete them