Questions tagged [database-connection]
57 questions
0
votes
1 answer
Use Curl For Finding DataBase Errors?
I have a list of domains in a file say list.txt
I've got a report that many of these domains showing "Database Connection Error"
I want to know all domains that can't connect with db properly. I thought curl could be a useful utility for that, so I…

Sollosa
- 137
- 1
- 7
0
votes
1 answer
Magento Data Migration - Host is not allowed to connect to this MySQL server
In Magento Data Migration process, Host is not allowed to connect to this MySQL server.
I check Mysql connection using normal PHP file and able to connect in Mysql service.
I also create a remote user in phpmyadmin but it also not working and give…
0
votes
2 answers
PostgreSQL trust connection with QGIS
I've setup a local postgresql database, and as it's a local database, I'm not worried about security or authentication. I'm currently using this database with QGis and PostGIS to store geometry data. As such, I've set all the connections within the…

Juzzbott
- 101
- 1
0
votes
1 answer
connecting google cloud sql to spotfire
I'm trying to connect google cloud SQL to Tibco Spotfire. In Spotfire I opened the "information designer" -> "setup data source" and chose MySQL5. In the connection URL I have…

Luc
- 1
0
votes
0 answers
Connecting to MongoDB Atlas throws Exception 'No suitable servers found'
Connecting to the mongodb atlas and trying to write a simple document gives the following error. What am I doing wrong?
$manager = new…

Nikolai Verner
- 1
- 1
- 1
0
votes
1 answer
MS SQL Server 2008 drops connections if number of connections is large
My SQL Server instance is configured for unlimited number of connecting users (DB right click - properties - connections). But when my script tries to execute about 500 simultaneous queries a big part of the connections fail with error "Connection…

Alex Taran
- 106
- 5
0
votes
1 answer
Is it possible to connect to a database on an alternative server?
I have a server in one country, but most visits to my site come from another country (e.g., my server is in Germany but my site users are in the USA). This means that the ping time for my users is slow.
I’m going to buy a server in my users’…

Alexander Jones
- 9
- 1
0
votes
1 answer
pg_ctl: could not start server
I am trying to start the PostgreSQL server installed on a remote Redhat server(RHEL 6.7 x86_64) through putty.
The command that I used to start the server is /etc/init.d/postgresql-9.5 start
But it is showing the following error:
This is the…

niraj
- 31
- 1
- 2
- 5
0
votes
0 answers
WordPress database connection not working after port change
I've recently changed a WordPress site that is hosted on a local server from port 80 to port 8080. I did this initially just by editing the binding in IIS.
The site kept redirecting itself back to port 80. After some Googling, I found the following…

Carel
- 131
- 7
0
votes
0 answers
DNS_PROBE_FINISHED_NXDOMAIN when trying to acess page from a local server
I'm working in a company where we use a local server in linux to store some data, particularly our BugZilla, Wiki and a subversion repository. The server is accessed both locally from the development room and from other parts of the…

Momergil
- 151
- 2
- 7
0
votes
0 answers
How to make MySQL Server > 5.5.45 on OS X Yosemite accessible through tcp?
Right now I do a netstat -n | grep 3306 and nothing come. Beside I try to connect using:
$ mysql -h127.0.0.1 -u root -p
Enter password:
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (61)
to connect and see the error below. Even…
user120858
0
votes
0 answers
Connect to a Server from my AWS EC2 instance
I have a app running on AWS EC2 which connects to a database in another server. The database connection Uri is as following,
jdbc:XXX:172.18.2.107:3306/database
This is what I got form my networking team, I can connect to the database from the…

diyoda_
- 169
- 1
- 2
- 7
0
votes
0 answers
Moved offices and now cannot connect remotely to postgres
Everything was working in my previous office. I've now moved to a new office, and cannot connect remotely to postgres. SSH works though. My IP is currently 70.90.155.138.
Could not connect to server: connection timed out
IP tables config:
# …

Jeremy T
- 101
- 4
0
votes
1 answer
SQL Server 2005 Linked Server using SSMS from laptop vs RDP
I connect to work network via Cisco VPN from my work laptop, which is on AD.
Edit
I am using SQL authentication to connect from Server A to B; in scenario #1 I can connect.
I can even connect from localhost to Server B. So, I'm wondering why I can't…

AbeP
- 135
- 2
- 7
0
votes
2 answers
How would I allow access to a VPS based MySQL database only from AWS East based IPs?
I have a MySQL database on my VPS that I only want to be accessible by my local IP (no problem in doing that) and an IroneWorker Ruby app, which may use any of these AWS East IPs.
So far, the only way I can think of doing this is by adding a rule,…

Gus Shortz
- 113
- 1
- 4