Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I have created a docker container, which runs in my local network at home.
One runs on synology, the other on a raspberry pi.
I have a database and username which allow remote connections on a database.
When i use the container in my synology or my windows computer, i can connect to the database...
Hello,
When I try to connect to my MariaDB through my local network, using DBeaver, server answer me : (conn=536) Access denied for user 'jam_staging'@'NVINCENT-PC.horizon.local' (using password: YES)
I've checked the remote option in the database server plesk page, as you can see below :
What...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...