• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

remote database

  1. M

    Resolved Cannot connect to DB Remotely

    Basically cannot connect to my db from my local computer. The database is on localhost:3306 on the server, remote connections are allowed. What I've done: 1. Turned off the Firewall completely (didn't work) 2. Restarted MySQL and MariaDB services 3. Adjusted the config file to bind 0.0.0.0 4...
  2. Z

    Resolved Remote connection to database refused

    Hi, hope everyone is doing well I have a problem connecting remotely to a database on the server the connection is refused, so I guess I'm not using the correct info but I am not sure how is it possible since I got this info by going to Databases for that domain go to the needed database and...
  3. J

    Issue Plesk remote database connection from localhost in PHP

    I'm working on a CakePHP project which requires the db connected to plesk remote mysql server. If I use below db configuration example 'port' => '3306', 'host' => 'xxx.xxx.xxx.xxx', 'username' => 'usernmae', 'password' => 'pass', 'database' => 'db', When I run the app getting mysql error...
  4. J

    Question How to connect "Plesk remote db from other host"

    I'm working on a CakePHP project which requires the db connected to plesk remote mysql server. If I use below db configuration example 'port' => '3306', 'host' => 'xxx.xxx.xxx.xxx', 'username' => 'usernmae', 'password' => 'pass', 'database' => 'db', When I run the app...
  5. Christoph Farnleitner

    Issue Plesk Firewall seems to prevent connection to remotely hosted database

    Hey Plesk 17.5.3#55 (multi server setup, hence not upgradable) I'm (unfortunately) running an odoo server within a docker. The database for this odoo inst is located on a remote host. The setup uses default ports (odoo: 8069, 8071 and 8072; redis: 6379, running in a docker as well on the same...
  6. V

    Question How to use Plesk CLI to change 'Default settings for remote access of database users'?

    We would like to change the option "Default settings for remote access of database users" ('Tools & Settings' > 'Database Hosting Preferences') to "Allow local connections only", using Plesk CLI. The following commands do not seem to be the solution: plesk bin server_pref...
  7. A

    Question Multi server security on Plesk

    Hi I have this scenario and I want to see if there is something I can do to have a more secure implementation. I have an application. I plan to put the database in a second server and also do replication for HA. So here I thought I should have at least 3 servers (all VMs) : 1- Server 1...
  8. Fabs87

    Resolved Cannot access database remotely

    Hi! Ich have problems connecting to my MYSQL-database from my local machine (Windows 10). I've tried several tools (MySQL Workbench, PHP-Storm and from an Laravel-Application). It's only possible connecting via SSH-Tunnel. I've created an user with the needed privilegs (connect from...
  9. N

    Issue Remote connection for mysql database impossible

    Hi, i try to remote my mysql database but connection is refused systematicly... I've add user with authorized remote from any host Same for mysql server... I've commented this line bind-address = ::ffff:127.0.0.1 and...
  10. Richard Proctor

    Issue phpMyAdmin access to remote database

    I am doing some major work for someone else's site and need to have full admin access to the relevant database on his server. (To add lots of tables and fields to existing tables). While I am developing the new system, the existing site needs to do what it does now without interruption. He...
Back
Top