Search results

  1. L

    [HOWTO] - Setup PHP & MySQL

    I've time to play with both MySQL and PHP separately. I'm trying to connect PHP to MySQL and having trouble. This is what I'm using mysql_connect("localhost","nothing","password") or die ("Could not connect to database"); mysql_select_db("guestbook") or die ("Could not select database")...
  2. L

    [HOWTO] - Setup PHP & MySQL

    I ran into a little trouble. I had trouble starting MySQL. I thought it maybe something I screwed up while poking around. So I downloaded it again, installed and took the steps. I also installed the automatic start. However I went to "/usr/local" and found two different versions. I downloaded...
  3. L

    [HOWTO] - Setup PHP & MySQL

    I used my brain and got it to work. But I'm still looking for a good book or two to help.
  4. L

    [HOWTO] - Setup PHP & MySQL

    Thank you for the instruction. The PHP install worked out great. However, I'm having trouble with install of MySQL. I've always been a Mac user, but I'm a newbie at Unix. After I did the instructions to install MySQL and restarting, I typed the "mysql test" in the terminal and go this reply...
Back
Top