I'm new to mysql and I'm not a programmer. My computer is a Mac that has been upgraded to Snow Leopard. I have successfully installed apache2 and php, and I have downloaded and installed mySQL.
Problem: I can't configure mySQL to work with php.
When I type:
shell> cd /usr/local/mysql
in terminal I get
-bash: shell: command not found
I suspect it's a problem with the path, but as I'm not a programmer I don't know how to fix it.
I would be grateful for any help on this.
shell>part in the book is used to symbolize your command prompt, as it is likely explained in your books introduction chapter. Don't type it. – SvenW Mar 22 '11 at 12:51