I am trying to set up a mysql database on an aws ec2 instance (SUSE 32-bit with mysql pre-installed). However, I can't log in to mysql as root user: mysql -u root Access denied without a password, so is there a way of getting one? I believe that root user is blocked though and that it would be ec2-user who I should log in with. However, when I do mysql -u ec2-user the user does not have the priviledges to create a database.
I'm a not very familiar with linux, so if I'm simply doing this completely wrong, then do say.
Any help would be greatly appreciated.