Assign admin roles to users posted on December 5, 2023UPDATE users SET role_id = 1 WHERE username = 'admin'; This code will change the role for users.