skull256 Posted June 13, 2007 Share Posted June 13, 2007 This is a n00b question, I know, but I need to start somewhere. I just installed MySQL 5.1 on Mac OS X. I am able to start MySQL via the control panel, and I am also able to access tables via Navicat (the demo). However, I can't run mysql from terminal. When I invoke "msql -u mike -p," I get a "command not found" error (regardless of what shell I'm in). I'm missing a really obvious step. Can anyone help me?? Quote Link to comment Share on other sites More sharing options...
Wildbug Posted June 13, 2007 Share Posted June 13, 2007 Did you misspell the command at the prompt, too? Try "mysql -u mike -p". Otherwise, check either that the mysql command is within the PATH, cd to that dir, or provide the absolute path when invoking it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.