I'm learning all this on a PeeCee; however, when I get home my textbook, 'Data Driven Website' by Kevin Yank, is useless.
I've figured out how to install everything via the Terminal from sources on macphp.com; but the paths in my directory are not as straight forward as the PC, e.g.,
htdocs in the Apache 2 folder in the root is fine, but what is the httpd-2.0.54 folder all about.
Today, Iwanted to create a database and then install the backup from the PC with these commands:
mysqladmin -h localhost -uroot -pmypass create ijdb
mysql -hlocalhost -uroot -pmypass ijdb
Thing is, even if they had worked, I wouldn't have known where to place the backup file for it to be installed.
Is there a book out there for OSX Mac users to explain commands in Terminal and how to locate and work with paths?