Questions tagged [database-connection]

57 questions
0
votes
1 answer

Error 1045 while configuring mysql

I can install the mysql but while configuring it i am getting error like this: ** 1045 : access denied for user root@loaclhost.** i can install it i cant configure it. Please help...I am quite new to this.
Harshil Shah
0
votes
2 answers

How to connect MySQL database of local server in NetBeans 7.0.1 ( windows)?

I am using NetBeans IDE 7.0.1 on Windows 7 very first time for my php. Actually in my company there is a local server ( 192.168.1.99) where all projects resides and we access phpmyadmin of that local server, Although I have added my project…
xkeshav
  • 147
  • 1
  • 1
  • 11
0
votes
2 answers

Why does Postgres tell me "no pg_hba.conf entry for host..." when I have already modified this file?

The story so far: I have installed Postgres on my Linux based desktop (HOST). I have created a test database, with test data, on HOST. I have added to the end of the pg_hba.conf file on HOST: host samerole all 0.0.0.0/0 md5 I have added to the end…
Tom Hosker
  • 103
  • 1
  • 4
0
votes
0 answers

After upgrade from MongoDB 4.x to 5.0.2 shows Connection Refused trying to connect BD from Private Network

I have upgraded my MongoDB from 4.x to 5.0.2 into a Ubuntu 20.04 system. This server is an AWS EC2 Instance. After upgrade I can't connect my applications from other ec2 instances using the same Network (private network), but I can connect using my…
0
votes
1 answer

How to connect to db2 database if we are provided with DB2 ODBC connection via System DSN?

DB2 database connection details are provided as ODBC registry file. The file is imported and the connection details are stored under System DSN. Now by using which GUI tool one can connect to the DB2 database and we are provided with only ODBC…
0
votes
0 answers

Is it possible to set up the database connection if we are provided with ODBC registry file?

One of the users already has all the OBDC connections configured on to the RDC user account. That machine is used to connect to all the databases. A new user on boards into the organization, his log in account is created on the same machine. This…
0
votes
1 answer

MariaDB Galera Cluster simultaneously got 2000+ Connections on single node How to trace this issue

I am using MariaDB Galera Cluster (Master/Master) having 5 nodes with specs of 32Core 64GB Ram Ubuntu 20.04 Personal Vm-Machines at own Datacenter Top of these nodes, Haproxy is configured which balance the request load for DBs Node each node is…
Qazi
  • 101
  • 4
0
votes
0 answers

Check health of my system such as database connections, mainframe connections, messaging services etc

I am so new to this topic that I am not even sure I am asking it correctly but I will give my best. We have number of applications talking to databases such as Oracle and Mainframe and uses messaging services. I wonder if there is some tool or a…
-1
votes
1 answer

Can I connect VM to Wamp installation of Mysql running on same machine?

On my Windows 7 PC I have Virtual Box running a Centos VM that has PHP installed on it but no MySQL that I brought from the office. I am trying to set up a database for it. I have Wamp installed on my PC and tried to connect to that database, but I…
Damon
  • 99
  • 2
-1
votes
1 answer

(PART 3) Docker environment for PHP Framework from scratch

i am runing this docker composer files with this enviroment: version: "3.1" services: mysql: container_name: mysql image: 'mysql:8.0' working_dir: /application command: --default-authentication-plugin=mysql_native_password …
-1
votes
1 answer

Error establishing a database connection in Google Cloud Platform Wordpress site

Since 14.2. my site is giving this error: Error establishing a database connection I have a Wordpress site at Google Cloud Platform ID XXXXX-XXXXX-XXXXX I have not changed anything for several months, everything has been fine until now. How to fix…
-3
votes
1 answer

PHP Fatal error: Call to undefined function mysql_pconnect()

I'm Having same Problem. PHP Fatal error: Call to undefined function mysql_pconnect() in I gone through PHP Fatal error: Call to undefined function mysql_pconnect() in. i have same problem. but noothing works for me. server details: php version…
1 2 3
4