port

  1. J

    XF 2.2 New database port = MySQL server has gone away

    Hello ! I had moved the port of our database from 3306 to 3307: <?php $config['db']['host'] = '10.10.10.1'; $config['db']['port'] = 3307; $config['db']['username'] = 'forum'; $config['db']['password'] = 'xxxx'; $config['db']['dbname'] = 'forum'; Now i get the following error message: An...
Top Bottom