mysql: how to set max_allowed_packet for shared hosting?
        Posted  
        
            by Sadi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sadi
        
        
        
        Published on 2010-05-27T18:30:05Z
        Indexed on 
            2010/05/28
            1:31 UTC
        
        
        Read the original article
        Hit count: 457
        
Hello,
I need to set (increase) max_allowed_packet. But the problem is I am using a shared hosting. So, I can not access the .ini or .cnf file. Also I can not use the SET command. How can I am able to set a value (actually increase) for the max_allowed_packet, without asking the hosting support. I have no SSH access there.
EDIT: I am trying to use VB 4.0.3. In there the attachment size is limited by it. So, I do not think splitting the file can be an option in this case.
Thank you
Sadi
© Stack Overflow or respective owner