SQL Query Settings
-
Something is wrong with the SQL Query settings.
For example I type and execute this:
Set @abc = ‘e’;
Command accepted.
But if I ask to show the variable, or make any other statement it returns Error:
Select @abc;
Now I can switch to MyPhpAdmin and it works properly, seems I need to set some SQL parameter – which one?
The topic ‘SQL Query Settings’ is closed to new replies.