Hello All and Thank you in advance!
I am trying to move my live WP site to a local site on my Mac using MAMP. I have backed up the database, and downloaded my entire WP site.
I then changed the following from my URL to localhost in the db backup:
INSERT INTO<code>wp_options</code> VALUES (2, 0, 'siteurl', 'http://localhost:8888/pts/', 'yes');
INSERT INTO <code>wp_options</code> VALUES (38, 0, 'home', 'http://localhost:8888/pts/', 'yes');
I also altered the wp-config file to:
[Code moderated as per the Forum Rules. Please use the pastebin]
ans all I get when i go to localhost:8888/pts is a white page with "Error establishing a database connection" on it.
Any and all help is appreciated.
Thank you,
dp