Search results

  1. T

    Mail, iChat and Safari text editor issues. Also cannot use reply button.

    Several problems that appear to be related to the install of the 10.4.2 combo upgrade that I did about two weeks ago. First noticed with Mail that 'reply' and 'reply all' buttons do not respond when clicked. 'Forward' and 'New' will respond and bring up new message to which addresses and...
  2. T

    PHP & mySQL fine on own but won't work together

    That error confuses me greatly. Using the instructions on page 304 of the mysql manual I have created a user 'monty' with password 'some_pass' in mysql from the terminal. mysql> GRANT ALL PRIVILEGES ON *.* TO ’monty’@’localhost’ -> IDENTIFIED BY ’some_pass’ WITH GRANT OPTION; mysql> GRANT...
  3. T

    PHP & mySQL fine on own but won't work together

    Thanks for all the great suggestions guys. Been very busy with other projects for the last couple of days but will post some feedback when I get a chance to try out some of the above.
  4. T

    PHP & mySQL fine on own but won't work together

    I've been spending the last couple of weeks installing PHP and mySQL on my G4 with the intention of developing some database driven websites and maybe hosting them from my machine. I'm running Mac OS X Panther and I installed both from installer packages at entropy.ch and mysql.com...
Back
Top