View Single Post
  #34  
Old 03-23-2009, 07:46 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

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?
Reply With Quote