• Resolved jinetedigital

    (@jinetedigital)


    Hi everyone,

    I’m a newbie, I’m trying to debug wp at locale against a MySQL in remote.

    The problems is that I dont want to install MySQl in local, so..where do I have to change the connection string?

    Thanks all!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think it would be in wp-config.php. Just look for the define(‘DB_HOST’) line and put in the correct host, ie: change from localhost to example.com.

    Cheers,
    Michael.

    Thread Starter jinetedigital

    (@jinetedigital)

    If still fails here

    if ( !extension_loaded(‘mysql’) )
    die( ‘Your PHP installation appears to be missing the MySQL which is required for WordPress.’ );

    That part I’m not sure about, but I think it has something to do with the PHP installation not being configured to use MySQL.

    Hopefully podz or some other equally wise soul finds this and gives you the right direction. Try searching for that error on the forums and in the codex.

    Sorry I can’t be of more help than that, good luck!

    Michael.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remote mySQL’ is closed to new replies.