To set a dynamic system variable at runtime, you can use the SET statement : Set « Command MySQL « SQL / MySQL






To set a dynamic system variable at runtime, you can use the SET statement

     

SET [GLOBAL | SESSION] <variable setting>

   
    
    
    
    
  

Related examples in the same category