Hello all,
I've just bought a Mac from being a PC user for 15yrs+ and I've been trying to get mySQL to work with much frustration.
I'm an expert user in MS DOS but never used UNIX/Terminal etc. before so I'm a newby here. Basically all I'm trying to do is RUN A PROGRAM from terminal!!! I've installed MySQL and want to simply open it. I go to folder with :
cd /usr/local/mysql/bin/
No probs. I can EVEN open it using:
open mysql
but all the guides tell me I need to be using arguments - which by using open the terminal thinks I'm trying to use the OPEN command arguments?? Surely I should just be able to type
mysql --user=root
blah blah but I always get the following error:
-bash: mysql: command not found
Am I doing something wrong?? And what is bash anyway??
Many thanks for any help!
(This is just the beginning (and I'm sure not the end) of the problems I've been having getting mySQL to work - it was so simple on PC arrghhhh)
I've just bought a Mac from being a PC user for 15yrs+ and I've been trying to get mySQL to work with much frustration.
I'm an expert user in MS DOS but never used UNIX/Terminal etc. before so I'm a newby here. Basically all I'm trying to do is RUN A PROGRAM from terminal!!! I've installed MySQL and want to simply open it. I go to folder with :
cd /usr/local/mysql/bin/
No probs. I can EVEN open it using:
open mysql
but all the guides tell me I need to be using arguments - which by using open the terminal thinks I'm trying to use the OPEN command arguments?? Surely I should just be able to type
mysql --user=root
blah blah but I always get the following error:
-bash: mysql: command not found
Am I doing something wrong?? And what is bash anyway??
Many thanks for any help!
(This is just the beginning (and I'm sure not the end) of the problems I've been having getting mySQL to work - it was so simple on PC arrghhhh)