I can log in to the database without password using mysql -uroot in ssh

I use ssh with mysql -u root to access the database without password, is there any security problem?

No, it isnt without password - the credentials are just saved in a my.cnf file within the root home directory.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.