[RSS Feed/News] New database port = MySQL server has gone away

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello !

I had moved the port of our database from 3306 to 3307:
Code:

Code:
<?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:
Code:

Code:
An exception occurred: [XF\Db\Exception] MySQL statement prepare error [2006]: MySQL server has gone away in src/XF/Db/AbstractStatement.php on line 228

XF\Db\AbstractStatement->getException() in...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom