Question : Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this […]
Tag: remote
How to insert data from a local MSSQL db table to a remote MSSQL db table using WCF application coded in .NET [closed]
Question : Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? […]
Cannot allocate memory for the buffer pool when using remote access MySQL
Question : I tried to separate the webserver and mysql server. MySQL server = 16GB RAM and the config of […]
How to make a remote mysqldump?
Question : I know that’s it’s possible to do a remote mysqldump if I specify –host but is it possible […]
Command line tool / script to backup a remote SQL Server database to local disk
Question : I’ve been researching and googling for 10 hours and couldn’t find anything, so I decided to ask here. […]
How to connect to remote MySQL server with sshuser and mysqluser being distinct
Question : I’m trying to connect to a remote MySQL server via ssh so that I have write-access to export […]
MariaDB remote access ERROR 1045 (28000): Access denied
Question : MariaDB 10.3.27. Debian 10 Buster. I’ve followed the instructions to grant remote access to a user to my […]
Different response time because it does not use the indexes created with the same query and same tables from the web server to the Oracle database
Question : I have a database with Oracle 12c (12.1), where when making a query locally and even from TOAD […]
How to connect to remote MySQL from a specific IP?
Question : I have two IPs (192.168.13.1 and 192.168.13.2) in my Server A and have provided select access to another […]
MariaDB ran mysql_secure_installation, but seeing remote login attemps in logs
Question : I installed MariaDB and ran mysql_secure_installation and answered yes to all questions to remove anonymous user, test DB, […]