if the database is on the same computer
you should use 'localhost'
define( 'DB_HOST', '123.123.123.123' );
I can't really tell but it may be because you are using curly quotes around the IP number instead of regular single quotes '
if the database is on the same computer
you should use 'localhost'
define( 'DB_HOST', '123.123.123.123' );
I can't really tell but it may be because you are using curly quotes around the IP number instead of regular single quotes '