I'm trying to create a database in terminal but I get the error
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mydatabase'
All I've done so far is install mysql
and install the workbench to go along with it.
This is my personal computer so I have administrator privilege from this log-in account.
Another thing is that the database I created in the workbench doesn't show up when I type the command
SHOW DATABASE;
in the terminal.