I got a problem here, sort of know what it is, but not sure what to do.
You all using MySql 5.1x? I have MySql 5.0x
here's my problem;
After the variables table is made, I get this error;
Code:
ERROR 1231 (42000): Variable 'character_set_client' can't be set to the value of 'NULL'
When attempting to run this line;
Code:
SET character_set_client = @saved_cs_client;
I'm thinking it's the version, or maybe it's because I have the old password method active?