• hi i just installed the mysql package for intel macs and a brand new wordpress install and turned on PHP on mac osx 10.4 tiger

    i’m not able to get wordpress to interacted with mysql, i have the
    wp-config.php file modified correctly with username, password and table name, these work on the command line but they do not work from wordpress

    i’m using mas os x tiger
    mysql 5.1.34
    wordpress 2.7.1
    and the php shipped with my mac

    are there incompatabilities with these installations?

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi i am new here also,cant get mysql working but i can do that with joomla any one to help please.

    I need to upload files to mysql how do you go about it.

    Thread Starter pcaworpress

    (@pcaworpress)

    my problem seemed to be PHP listening on the wrong port for mysql

    you need to go to this file /etc/php.ini.default and modify this line
    mysql.default_socket =

    to

    mysql.default_socket = /tmp/mysql.sock

    that fixed it for me

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘worpress and mysql problems’ is closed to new replies.