Hello,
I has restart mysql service.I will check have this error message.
But I have another question.
Is the 1.3.0 can't login mysql use root account?Because I need backup database to another disk.How to enable root login mysql?
Posts by akong7777
-
-
Hello,
I got mail notification about mysql error everyday.
It's error message.QuoteDear administrator,
This is an automatic email sent by i-MSCP:
Server name: ***
Server IP: ***
Version: 1.3.0
Build: 20160626
Message severity: error==========================================================================
An error has been raised while executing function main::run in
/var/www/imscp/engine/traffic/imscp-vrl-traff:main::run: MySQL server has gone away
main::run: MySQL server has gone away
main::run: MySQL server has gone away
main::run: MySQL server has gone away
==========================================================================
Please do not reply to this email.
___________________________
i-MSCP MailerHow to fix it?
-
OK,
I just hope can add this feature.Thanks a lot. -
-
OK,I know,Thanks a lot.
-
Hello,
I know imscp can't add PTR record.So I edit some conf file.Quote/etc/bind/named.conf.local
add it:zone "99.135.140.in-addr.arpa" {
type master;
file "/var/cache/bind/140.135.99.db";
allow-transfer { localhost; };
notify yes;
};/etc/imscp/bind/working/named.conf.local
add it:
zone "99.135.140.in-addr.arpa" {
type master;
file "/var/cache/bind/140.135.99.db";
allow-transfer { localhost; };
notify yes;
};/var/cache/bind/140.135.99.db
add it:
$ORIGIN .
$TTL 10800 ; 3 hours
99.135.140.in-addr.arpa IN SOA ns1.da.cycu.edu.tw. hostmaster.da.cycu.edu.tw. (
2016051809 ; serial
10800 ; refresh (3 hours)
3600 ; retry (1 hour)
1209600 ; expire (2 weeks)
3600 ; minimum (1 hour)
)
NS ns1.da.cycu.edu.tw.
$ORIGIN 99.135.140.in-addr.arpa.
** IN PTR da.cycu.edu.tw.I add it finish.And restart bind service.I test localhost PTR.
Quote
nslookup
> server
Default server: 127.0.0.1
Address: 127.0.0.1#53
> IP
Server: 127.0.0.1
Address: 127.0.0.1#53IP.in-addr.arpa name = da.cycu.edu.tw.
But it's can't resolve if use internet dns server.
Quote
> server 168.95.1.1
Default server: 168.95.1.1
Address: 168.95.1.1#53
> IP
Server: 168.95.1.1
Address: 168.95.1.1#53** server can't find IP.in-addr.arpa.: NXDOMAIN
How to fix it?
-
Hello,
Like a title,I have set some domain limit,ex: disk limit or traffic limit.Could use mail notification admin or user when limit is reached?
Thanks a lot. -
I understood is the security reason.So,I will use this settings.Thanks a lot.
-
I also edit /var/cache/imscp/packages/vendor/imscp/phpmyadmin/imscp.config.inc.php and restart imscp_panel.
It's can login it.Please fix in next version.Thanks a lot. -
Hello,
I have edit /etc/imscp/pma/working/FrontEnd and /etc/imscp/pma/working/config.inc.php change $cfg['Servers'][$i]['AllowRoot'] to true.
And run service imscp_panel restart.
But it's still show access denied.Could I need reboot system?