• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. P

    Resolved ODBC Connection to MariaDB on Windows PC fails

    Here is the response from the support team at the hosting company, detailing what they did. 1. Inside Plesk, navigate to > Tools & Settings > Database Servers > Settings > Local MariaDB/MySQL Settings and make sure "Allow local MariaDB/MySQL external..." is checked 2. SSH into the server and...
  2. P

    Resolved ODBC Connection to MariaDB on Windows PC fails

    Thanks for your continued guidance on this. I'll post again if I find out any more about what solved the problem,
  3. P

    Resolved ODBC Connection to MariaDB on Windows PC fails

    The hosting company responded as follows "I've made some changes and made sure the port is allowed in the server's firewall too in order to accept external connections." After this ODBC connectivity works! Interestingly I found this article Resolved - 3306 port is not accessible - how to fix...
  4. P

    Resolved ODBC Connection to MariaDB on Windows PC fails

    Thanks for clarifying the Web Application Firewall setting. I'll raise this issue with the hosting company and post back when I know more. Thanks again.
  5. P

    Resolved ODBC Connection to MariaDB on Windows PC fails

    I mean to add that Web application firewall mode is set to OFF.
  6. P

    Resolved ODBC Connection to MariaDB on Windows PC fails

    Thanks for clarifying my confusing terminology. And for your wide range of command line tests. In the end I opted for sudo ss -tulpn | grep LISTEN run on the host where ODBC connectivity fails. This command shows... tcp6 0 0 0.0.0.0:3306 :::*...
  7. P

    Resolved ODBC Connection to MariaDB on Windows PC fails

    Thanks for your help. Running the Powershell comand you cite gives me the same result. But when I repeat the command but with the ip address of a web server where ODBC connectivity works, the test connection works. So, my understanding is that port closure/firewall problem you write about...
  8. P

    Resolved ODBC Connection to MariaDB on Windows PC fails

    Testing the ODBC connection produces the message "Cannot connect to server". Error log [Sun Jul 06 06:09:16.438625 2025] [authz_core:error] [pid 3245906:tid 3245958] [client 34.162.213.107:0] AH01630: client denied by server configuration: /var/www/vhosts/xxxx.com/httpdocs/.git The database I'm...
  9. P

    Resolved Upgrade Mariadb 10.3 to 10.6 completes but trying to start MariaDB fails with error "systemctl status mariadb.service" and "journalctl -xe"

    I've managed to complete the update with OS Ubuntu 20.x rather than AlmaLinux8. Here are two articles that helped... How to Upgrade MariaDB Server to a Newer Version in Ubuntu https://community.hetzner.com/tutorials/how-to-install-mariadb-10-6-on-ubuntu-20-04 I started with the first article...
  10. P

    Resolved Upgrade Mariadb 10.3 to 10.6 completes but trying to start MariaDB fails with error "systemctl status mariadb.service" and "journalctl -xe"

    Thanks Maarten for the point about login credentials. And also about Plesk support. I'll check both these out.
  11. P

    Resolved Upgrade Mariadb 10.3 to 10.6 completes but trying to start MariaDB fails with error "systemctl status mariadb.service" and "journalctl -xe"

    Thanks Bitpalast. The outputs for journalctl -xe and /var/log/messages are shown below. /var/log/syslog produces no output. I'm afraid the output gives me no clues as to the problem or how to solve it. Plesk support is a paid for option and may not be possible as my Plesk licence is in the name...
  12. P

    Resolved Upgrade Mariadb 10.3 to 10.6 completes but trying to start MariaDB fails with error "systemctl status mariadb.service" and "journalctl -xe"

    [peterkaye@128 etc]$ journalctl -xe -u mariadb Hint: You are currently not seeing messages from other users and the system. Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages. Pass -q to turn off this notice. -- Logs begin at Fri 2024-10-04 11:13:25 UTC, end at...
  13. P

    Resolved Upgrade Mariadb 10.3 to 10.6 completes but trying to start MariaDB fails with error "systemctl status mariadb.service" and "journalctl -xe"

    Thanks. Is this what you want? [peterkaye@128 mysql]$ sudo systemctl start mysqld Job for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" and "journalctl -xe" for details.
  14. P

    Resolved Upgrade Mariadb 10.3 to 10.6 completes but trying to start MariaDB fails with error "systemctl status mariadb.service" and "journalctl -xe"

    Thanks Bitpalast. You were spot on - it includes an error message! Here's the content of my.cnf... # This group is read both both by the client and the server # use it for options that affect everything # [client-server] # # include all files from the config directory # !includedir...
  15. P

    Resolved Upgrade Mariadb 10.3 to 10.6 completes but trying to start MariaDB fails with error "systemctl status mariadb.service" and "journalctl -xe"

    I have completed the install of MariadB 10.6 , server, client, common and shared without any error messages. [see below]. However when I try and start MariaDB sudo systemctl start mariadb , I get this error message... . Job for mariadb.service failed because the control process exited with...
  16. P

    Resolved Log in as root in PuTTY fails but works in Plesk

    Thanks scsa20 for pointing me to whether or not root login was enabled and also encouraging me to go back to the hosting provider.
  17. P

    Resolved Log in as root in PuTTY fails but works in Plesk

    Problem solved as follows: logging in to PuTTY using the administrator credentials when server configured and then sudo enabled me to edit /etc/ssh/sshd_config to set PermitRootLogin yes With this change, I can now use SSH within Plesk and also login to PuTTY as root with the same password I...
  18. P

    Resolved Log in as root in PuTTY fails but works in Plesk

    Thanks Maarten. Admin Access is disabled (root account sudo access). Accessing SSH from within Plesk fails with the message "SSH Terminal is not available" and a pointer to this this link. But the commands in the link require SSH access! So without a PuTTY login, I can't solve the problem of...
  19. P

    Resolved Log in as root in PuTTY fails but works in Plesk

    I can login in Plesk with user root and the password I gave for the admin user when Plesk was configured by the hosting company. But these credentials don't work in PuTTY. Any ideas on how I can fix this? Thanks.
  20. P

    Resolved "Column count of mysql.proc is wrong" : Cannot export database from Plesk

    Spot on Peter! Pasting the entire contents into the password prompt gets mariadb-upgrade to run successfully. Thank you. And thanks to everyone else who've solved this for me. And increased my Plesk knowledge - never knew about auto-generated admin password or ever looked at .psa.shadow.
Back
Top