Bo-Blog Database System Tips: MySQL Query Error

Time: 2025-5-7 9:47pm
Script:

SQL: SELECT t1.*, t2.userid, t2.avatar FROM `***messages` t1 LEFT JOIN `***user` t2 ON t1.replierid=t2.userid WHERE t1.reproperty<2 ORDER BY t1.reptime DESC LIMIT 0, 15
Error: Table 'skycn.***messages' doesn't exist
Errno.: 1146