I'm trying to learn PHP and MySQL. First step in the book is setting up the MySQL. The book is called PHP - fast & easy web development. After extracting the MySQL files and fixing the error of mysqld.exe that came with the book's CD, the first thing I must do is start a standalone server to create a testDB
C:\mysql\bin>mysqld --standalone
is what I type (just like book says). The title of the promt changes to - mysqld --standalone but then just hangs there doing nothing. After letting it go for 30 minutes, I became angry. The book and online references I checked were not helpful. The book's site is and looks good, but I just can't get this first important step down.
C:\mysql\bin>mysqld --standalone
is what I type (just like book says). The title of the promt changes to - mysqld --standalone but then just hangs there doing nothing. After letting it go for 30 minutes, I became angry. The book and online references I checked were not helpful. The book's site is and looks good, but I just can't get this first important step down.