I have mysql installed on my mac (running OSX Snow Leopard). According to everything I have seen, all I should have to do is type mysql at the command line to bring up the monitor. I do have /usr/local/mysql in my path.
Instead, I have to type open mysql. That opens the monitor. However, I cannot login as root. I tried sudo open mysql. That worked, but it still logs me in as @localhost.
What's up???
Thanks,
John
mysql? – Pekka Jan 22 '10 at 22:09@localhost? If the server is running at your machine then you log in from localhost.... – Felix Kling Jan 22 '10 at 22:11root@localhostso@localhostisn't a full login. How did you install MySQL? There's a number of different ways on OS-X and which one you used could make a big difference in the answer to your question. – Emily Jan 22 '10 at 22:12