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?? Link to comment https://forums.phpfreaks.com/topic/55417-help-cant-even-get-it-started/ 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. Link to comment https://forums.phpfreaks.com/topic/55417-help-cant-even-get-it-started/#findComment-274082 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.