Operating system: Ubuntu
OS version: 18.04
I changed the domain name of one of the servers and now the phpmyadmin is not loading. The error I get when visiting newdomain.com/phpmyadmin/
is
Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
session_start(): open(SESSION_FILE, O_RDWR) failed: No such file or directory (2)
session_start(): Failed to read session data: files (path: /home/olddomain/tmp)
Somehow, phpmyadmin is still looking in the old location. How do I update it?