Results 1 to 4 of 4

Thread: Modifying the MySQL configuration file (my.cnf)
      
   

  1. #1
    neily is offline Private
    Join Date
    Sep 2011
    Posts
    2

    Default Modifying the MySQL configuration file (my.cnf)

    Hi, I need to have the server's MySQL configuration file modified. Is this something I can do? If so, could someone tell me where I would find this file. Thanks.

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Modifying the MySQL configuration file (my.cnf)

    No, you can't modify it. VH is a shared hosting, so the PHP and MySQL config files are set to suit most common requirements and to limit resources usage to a reasonable limit so as not to affect performance of other accounts on the same server.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    neily is offline Private
    Join Date
    Sep 2011
    Posts
    2

    Default Re: Modifying the MySQL configuration file (my.cnf)

    Thanks for your reply. My problem is that I have to make an critical desicision based on Vodahost's server configuration. I am getting the following error in my Magento e-commerce installation: "2006 MySQL server has gone away" when I try to install an important extension. That error suggests that the MySQL server is configured with a timeout and a maximum allowed packet size in MySQL that is not large enough for the connection to be maintained during the installation.
    The solutions detailed here on several MySQL resource websites recommends increasing both the timeout and max_allowed_packet variable in MySQL by adding/modifying the following line in my.ini/my.cnf:


    max_allowed_packet=100M
    connect_timeout=120
    wait_timeout=1200 (as high as 6000 worked for several persons)


    I would like to know if there is no way that this could be accomodated, even for a short while in order to complete the installation. Since I don't know what the current values are I have to make the assumtion they now fall short of aforementioned.

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Modifying the MySQL configuration file (my.cnf)

    Only support can answer you this, pls submit a support ticket.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49