Mysql password hashing method old vs new

后端 未结 6 1426
野趣味
野趣味 2020-12-06 02:53

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

6条回答
  •  無奈伤痛
    2020-12-06 03:05

    I had the same issue. To solve it, I did the following:

    SET PASSWORD = PASSWORD('[your password]');
    

提交回复
热议问题