(Easy) How to check max_allowed_packet in shh or using a file?

Discussion in 'Site & Server Administration' started by basketmen, Sep 15, 2010.

  1. #1
    I had try using phpinfo.php to see the php info but cant see it



    i had try using this command in ssh too but only showing something like >

    select @@max_allowed_packet
    Code (markup):



    please help guyss
     
    basketmen, Sep 15, 2010 IP
  2. madaboutlinux

    madaboutlinux Member

    Messages:
    250
    Likes Received:
    7
    Best Answers:
    2
    Trophy Points:
    43
    #2
    Can you be a little more clear what exactly you are looking for?
    Are you referring to the PHP directive "upload_max_filesize"?
    OR
    the mysql variable "max_allowed_packet"?

    To check a php directive value, execute:
    To check for a Mysql variable, execute:
     
    madaboutlinux, Sep 15, 2010 IP