Forum Moderators: open
The book I am using expects me to know a little more than I do. I've looked around and have found so solution to my problem. I think it's too simple.
How do I access mysql? From the cmd I have:
C:\MySQL\data>mysql>CREATE DATABASE test;
(which returns only)
C:\MySQL\data>
(I then try accessing 'test')
C:\MySQL\data>mysql>USE test;
(this gives me)
ERROR 1045 <28000>: Access denied for user 'ODBC'@'localhost' <using password:NO>
Am I just using the cmd wrong here?
In the my.ini file I have:
#Path to the database root
datadir="C:/MySQL/Data/"
I'll be glad when I'm out of the #*$! stage of this learning process....