I\'m trying to connect to a mysql server at dreamhost from a php scrip located in a server at slicehost (two different hosting companies). I need to do this so I can transfe
I had the same issue. To solve it, I did the following:
SET PASSWORD = PASSWORD('[your password]');