Search results

  1. C

    [HOWTO] - Setup PHP & MySQL

    I was able to fix my 1044 error by logging in as root and trying again. See if this works for you.
  2. C

    [HOWTO] - Setup PHP & MySQL

    Update! I finally got it all working. I was trying to get this all setup from my standard user. I created a user called root and went through the setup steps again and now everything is working!! The funny thing is, I was not able to actually use MySQL until I logged out from the root...
  3. C

    [HOWTO] - Setup PHP & MySQL

    I think I have MySQL installed ok, but I can't seem to test this thing. Here is my terminal transcript, what am I doing wrong? [Charles-Klines-Computer:/] root# cd /Library/MySQL/ [Charles-Klines-Computer:/Library/MySQL] root# sudo chown -R mysql /Library/MySQL/*...
  4. C

    Errors when trying to test MySQL

    I seem to have gotten MySQL installed ok, but when I try mysql test I get these errors: [Charles-Klines-Computer:/] root# cd /Library/MySQL/ [Charles-Klines-Computer:/Library/MySQL] root# sudo chown -R mysql /Library/MySQL/* [Charles-Klines-Computer:/Library/MySQL] root# sudo...
Back
Top