How to store permanent set max_allowed_packet mysql variable -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 10 उत्तर

    मेरे पास MySQL संस्करण 5.5 है। मुझे डेटाबेस पैकेट आकार को स्थायी रूप से बढ़ाना है। मैं अपने पैकेट आकार को स्थायी रूप से mysql में कैसे संग्रहीत कर सकता हूँ?

    my.ini फ़ाइल में बदलें। आपकी फ़ाइल में [mysqld] के तहत एक पंक्ति शामिल करें

    max_allowed_packet = 500M अब MySQL सेवा को पुनरारंभ करें और आप कर चुके हैं।

    अधिक जानकारी के लिए दस्तावेज देखें .....

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

php - How can I cram 6+31 numeric characters into 22 alphanumeric characters? -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -