I started hosting my own local server last night and was able to get everything running perfectly. Tonight I tried starting up my XAMPP database and mysql wouldn’t load so I reinstalled the program and it fixed my issue. Now when I load my server I keep getting the error below & don’t know how to fix this. Does anyone know what I should do as I’m very new to this?
your database named qbcoreframework_9a193b does not exist. With your reinstallation you lost all data in your database (DBMS - in your case MariaDB over XAMPP), also your inserted database. You need to create the database again and insert the SQL from QBCore. You can access your database through a graphical surface named PHPMyAdmin, it should be included in XAMPP. Access it from your browser with something like http://localhost/phpmyadmin.