Why did I start server.js successfully with pm2, but immediately check it with pm2 list and display the status errored?

clipboard.png

Mar.13,2021

the program reported an error. Use node server.js to see the error message


if there is an error when the program is running. You can pm2 show 0 to check the error message in the log

.
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-1b3c667-2c319.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-1b3c667-2c319.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?