I'm trying to create a new MySQL DB from SSH. So i log into SSH with my CPanel account user/pass and do this...
mysqladmin create mydbname
I get the following error...
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'myusername@localhost' (Using password: NO)'
I tried using -p and -u to set the username and password again, but that doesn't seem to work either.
Is creation and administration of MySQL via SSH just not supported?
mysqladmin create mydbname
I get the following error...
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'myusername@localhost' (Using password: NO)'
I tried using -p and -u to set the username and password again, but that doesn't seem to work either.
Is creation and administration of MySQL via SSH just not supported?
Comment