Does the length of mysql database name, table name, and field name affect the query speed?

I just read an article saying that when writing a program, getting a long variable name will not affect the running speed of the program, because the variable name does not exist after compilation.

question:
does the length of mysql database name, table name, and field name affect query speed?

Jan.08,2022

does not affect. Just type a few more words when spelling SQL. It's actually faster if it's a word.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b47d02-2b605.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b47d02-2b605.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?