A database connection is a facility that allows client software to communicate with database server software, whether on the same machine or not. A connection is required to send commands and receive answers.

learn more… | top users | synonyms

0
votes
2answers
35 views

cannot connect to local mysql server

I am logged into mysql with terminal on mac Lion, but I get an error running php testscript these where my steps: virtualhost is "test.dev" after Homebrew install logged in with: mysql -u root ...
0
votes
1answer
18 views

Laravel 4 artisan migration unable to connect to remote mysql db [HY000] [1450] Access denied for user 'myuser'@'mypc' (using password: YES)

I'm developing a Laravel 4 web app and I'm trying to execute migrations from sentry into a remote mysql database. I have been able to connect via phpmyadmin using the same credentials stored into ...
0
votes
2answers
21 views

queries are running slow after Too many connections error

Couple of days ago i had persistent query running on my website which was taking couple of long minutes to complete ( i've run it about 3 time) It nearly killed my database , everything slowed down ...
0
votes
1answer
7 views

Loading or Inserting data from another table to an existing table using MS Visual Studio

I'm a beginner in MS Visual Studio and what I would like to achieve is to transfer data from a table to an existing table using MS visual Studio. Both tables are stored in the same Server. Everytime I ...
0
votes
0answers
5 views

MAMP PRO Slow Loading Pages When Connecting to Remote DB)

My problem is this: I've installed MAMP Pro (2.1.4) on my Mac OSX 10.8.3 (Mountain Lion) and have created two new virtual hosts. test1.dev test2.dev test1.dev is a website running on Concrete5 CMS. ...
1
vote
0answers
20 views

Connecting JSF Web Application deployed on Glassfish to a local MySQL database

I have glassfish running on the same server that the MySQL database is running on. When I attempt to deploy the web application via the admin console, I get the following error: Error occurred during ...
1
vote
0answers
10 views

PostgreSQL 9.2.4 (Windows 7) - Service won't start, “could not load pg_hba.conf”

I am trying to get Postgres 9.2.4 to run as a service on Windows 7. After installing postgres, the service was running fine. However, after setting postgres up as a server for another program, the ...
0
votes
1answer
9 views

Connecting to an Interbase Database File via C#

All -- I am trying to export data from an Interbase Version 5 database file by using the following connection string: Provider=LCPI.IBProvider;Location=\"<Path To Database>";User ...
-5
votes
0answers
27 views

Connecting a java program to oracle db o remote machine through ssh [closed]

can anyone plz help me wid a piece of code for my java appln to connect to the oracle database which runs on a emote machine..Please explain the code also.Thanks in advance.
0
votes
1answer
15 views

How can I add %LOCALAPPDATA% to a connection string setting?

I have an n-tier application that uses a data access layer. In the data access layer project settings, there is a connection string. The string contains the text "Data Source=|%LOCALAPPDATA%|\Some ...
2
votes
2answers
36 views

How to connect to MySQL from JavaScript?

I know that for connecting to the database from JavaScript I need to mention the database credentials in plain JavaScript code. Therefore for a online application that would be a huge security risk. ...
0
votes
0answers
46 views

coldfusion and sql server connection string

I am using coldfusion. I have dedicated database server and shared webserver. Both are located on different server. I do not have access of coldfusion administrator where I can create datasource. ...
0
votes
1answer
18 views

application shows connection error when db is restarted

I'm working on java j2ee app. Every time when there is DB activity and DB is restarted the application goes down and we are force to bounce the app server. Once app server is bounced it works fine ...
1
vote
0answers
27 views

How data provider fetch and submit data to the database server

What happen in the background when we execute any query from the .net application. I want to know the following particulars. How providers take a query and send to DB Server and again fetch the ...
0
votes
0answers
14 views

Using Oracle JDBC driver to access Mysql database

Our application is using Mysql JDBC driver to access Mysql database. The application is web based. However now I want to use Oracle driver to access Mysql database. It is possible. I have downloaded ...

1 2 3 4 5 139
15 30 50 per page