Results 1 to 4 of 4
-
17th Jan 2011, 04:55 AM #1OPMember
How to change max_allowed_packet value?
Hello friends,
Can someone of you tell me what is the SSH command to change the max_allowed_packet value? Please?
By doing this command:
Code:mysql> show variables like '%max_allowed_packet%';
+--------------------+---------+
| Variable_name | Value |
+--------------------+---------+
| max_allowed_packet | 1048576 |
+--------------------+---------+
1 row in set (0.00 sec)
I need to change to 32MB
Anyone?Divvy Reviewed by Divvy on . How to change max_allowed_packet value? Hello friends, Can someone of you tell me what is the SSH command to change the max_allowed_packet value? Please? By doing this command: mysql> show variables like '%max_allowed_packet%'; Appears: Rating: 5
-
17th Jan 2011, 05:07 AM #2Member
open my.cnf file which is normally in /etc/my.cnf
you can open the file with the following ccommand
nano /etc/my.cnf
or
vi /etc/my.cnf
just add the following line in the my.cnf
max_allowed_packet = 32M
and restart the mysql
service mysqld restartCan Do :-
PSD TO ANY CMS | PHP(Dynamic Site) | MySql | Script Customization | cUrl Related Work
Pm me for more info ;)
-
17th Jan 2011, 05:23 AM #3OPMember
Thank you mate
-
17th Jan 2011, 05:26 AM #4Member
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
how to change?
By jayaraj.chinna in forum Technical Help Desk SupportReplies: 10Last Post: 30th Jan 2012, 05:14 PM -
How to change this?
By shariq27 in forum Web Development AreaReplies: 4Last Post: 28th Feb 2011, 02:38 AM -
How to change this?
By shariq27 in forum Graphics AreaReplies: 1Last Post: 28th Feb 2011, 02:29 AM -
An IDEA can change ur Life ...But A Girl Can change Ur IDEA
By desiboy in forum General DiscussionReplies: 1Last Post: 28th Jun 2009, 06:43 PM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...