The best way to set a variable is to run SQL like this directly:
REPLACE INTO variables (varname,value) VALUES('VARIABLE_NAME', 'VALUE');
Which makes 0% sense to me...
As in I typed in mysql
REPLACE INTO variables (varname,value) VALUES('MOTD', 'Welcome to my server');
And it tells me something about no database, which data base do I use? peq_db?
|