|
MySQL root access.
Did an install of MySQL 4, did not secure the root account with any passwords and yet mysql -u root returns an error of access denied. I did perform the mysql_install_db script. If I connect to the server using "mysql" I can connect, and "show databases;" shows only the test database. No mysql database. I am connecting to the server via ssh and logging on to the server from a localhost login.
|