Gwailo
B.A. Economics (Hon)
hi all,
I'm getting hugely frustrated with my(sql)self when trying to issue mysqladmin commands. I can't use anything to create databases, either with mysql create database name, or mysqladmin create name.
I've tried
sudo mysql mysqladmin create test1
su; mysqladmin create test1
login mysql;mysqladmin create test1
All of them tell me I don't have access to mysqladmin/test1 (which doesn't exist).
What am I doing wrong? I followed the installation and boot instuctions on (http://www.entropy.ch/software/macosx/mysql/) and still can't seemt o do it correctly. Is it possible that i chown'ed the app incorrectly when I installed it; but even then shouldn't root have access?
All help appreciated. Thanks!
I'm getting hugely frustrated with my(sql)self when trying to issue mysqladmin commands. I can't use anything to create databases, either with mysql create database name, or mysqladmin create name.
I've tried
sudo mysql mysqladmin create test1
su; mysqladmin create test1
login mysql;mysqladmin create test1
All of them tell me I don't have access to mysqladmin/test1 (which doesn't exist).
What am I doing wrong? I followed the installation and boot instuctions on (http://www.entropy.ch/software/macosx/mysql/) and still can't seemt o do it correctly. Is it possible that i chown'ed the app incorrectly when I installed it; but even then shouldn't root have access?
All help appreciated. Thanks!