Databasede tablo oluşturmadan önce burayı oku/\Read here before creating a table in a database
JDBC ile database bağlantısı yapılmıştır , kullanıcı kayıt olduğunda databasede çalıştığı süre" kendi id numarasına özel tutulur. Xampp üzerinden localhost kurulup database adı "kullanicilar" yapilıp tablo adı "kullanici" yapilarak Apache ve MySQL portları başlatılarak direkt programı çalıştırabilirsiniz kullanicilar adlı database oluşturmadan önce bağlantıda belirttiğim gibi tablo oluşturun yoksa id değeri increament olarak artmadığından NULL hatası alınıyor Farklı tablolarda çalışacaksanız yada Xampp dışında farklı bir uygulama kullanıyorsanız port , host , driver gibi değerleri "SQLBaglanti.java" dosyasından elle ayarlamanız gerekecektir
Database connection is made with JDBC, when the user registers, the time he works in the database" is kept specific to his id number. You can run the program directly by starting Apache and MySQL ports by setting up localhost via Xampp, making the database name "kullanicilar" and making the table name "kullanici". Before creating a database named "kullanicilar", create a table as I mentioned in the link, otherwise a NULL error is received because the id value does not increase incrementally. If you will work in different tables or if you are using a different application other than Xampp, you will need to manually set values such as port, host, driver from the "SQLBaglanti.java" file.