homer.favenir Posted April 18, 2008 Share Posted April 18, 2008 hi, where can i find my.ini? and where can i find max_allowed_packet in my.ini? thanks Quote Link to comment Share on other sites More sharing options...
fenway Posted April 18, 2008 Share Posted April 18, 2008 hi, where can i find my.ini? and where can i find max_allowed_packet in my.ini? thanks Really? Again? Someone just asked this question. Quote Link to comment Share on other sites More sharing options...
gluck Posted April 19, 2008 Share Posted April 19, 2008 dude it depends what os you have. Just search for it if it is a windows box.. If linux use locate.. create a php file and use phpinfo() - this will return every thing about yr ini file. Quote Link to comment Share on other sites More sharing options...
BrianM Posted April 19, 2008 Share Posted April 19, 2008 And if either of these two prior posts have been no help, you can go to your PHP directory and located php.ini-recommended and rename this file to php.ini solving your missing file problem. ) Once you have done this, open up your new php.ini file using any text editor and do Ctrl+F and type in max_allowed_packet to search for the string you are wanting to find, and there you have it! I hope this helps. Quote Link to comment Share on other sites More sharing options...
mwasif Posted April 20, 2008 Share Posted April 20, 2008 And if either of these two prior posts have been no help, you can go to your PHP directory and located php.ini-recommended and rename this file to php.ini solving your missing file problem. ) Once you have done this, open up your new php.ini file using any text editor and do Ctrl+F and type in max_allowed_packet to search for the string you are wanting to find, and there you have it! I hope this helps. BrianM, he is asking about my.ini :-) But still nice help for those who are looking for php.ini. Quote Link to comment Share on other sites More sharing options...
BrianM Posted April 22, 2008 Share Posted April 22, 2008 Hah! Was reading my old posts and saw this lol. Thanks for pointing that out, mwasif! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.