Please read the following thread about the current changes
MySQL used to have a command named 'perror' to show the meaning of error codes. It seems that this command no longer exists on 11.2 and 11.3. Did it change the name?
Technology is 'stuff that doesn't work yet.' -- Bran Ferren
vodoo wrote: > MySQL used to have a command named 'perror' to show the meaning of error > codes. It seems that this command no longer exists on 11.2 and 11.3. Did > it change the name? do you have the mysql-tools package installed?
do you have the mysql-tools package installed? No. But you are right. The name of the package is now 'mysql-community-server-tools' (that's why I did not see it) and, indeed, perror is there. Thanks.
Forum Rules