What is an administrative (privileged) user

Oracle DBAs and operators typically use administrative accounts to manage database and database instance.

An administrative account is a user that is granted SYSOPER or SYSDBA privileges.

SYSDBA and SYSOPER allow access to a database instance even if it is not running.

Control of these privileges is managed outside of the database via password files and special operating system groups. This password file is created with orapwd utility

How to fix: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)

Open your terminal and type mysql -u root -p Enter your password. Hopefully your MySQL is logged in now.