I am currently working on a java application. when users register for the application their info is saved in mysql database. when i run it on my computer everything is fine, but when its run on a different computer the user isnt able to register cause of "Access denied for user 'root'@'localhost' (using password: YES)". idk how to fix it anything would be helpful
from what ive searched up its because i havent allowed for remote access to the db but idk how to allow that