Tableview and database table binding problems in javafx.

for example, the information in the database cannot be bound. I tried to pass a database object to the constructor of the class bound to ObservableList (called student), and then when I constructed the student object, I called the add method in the database object, and the add method added a student to the database with other parameters passed to the student ().
but encountered an alarm.

Mar.10,2022
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-1bf1195-31d52.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-1bf1195-31d52.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?