0
votes
0answers
35 views

MySQL connection authentication error

Web Site: caddeworld Error: Authentication with old password no longer supported, use 4.1 style passwords. default.aspx.cs MySqlConnection conn; string myConnectionString; ...
0
votes
3answers
47 views

JDBC finding the source of unclosed connections?

I am having issues where somewhere in my project several connections to mysql are not being closed, causing my application to become very slow after a couple of days,essentially forcing me to restart ...
0
votes
0answers
16 views

MySQL Connection Method

I'm working on a website that interacts with the database several times on a single page. At the moment, I'm opening a connection once at the top of the script and closing it after every query(at the ...
0
votes
2answers
38 views

Connecting Clients machine to MySQL Server machine

I've two machine. Machine 1 (Server) : MySQL Server installed on it. Machine 2 (Client) : MySQL Server not installed on it. I would like connect from Machine 2 (Client) to MySQL Server on Machine ...
0
votes
0answers
34 views

Connecting to mysql through emacs

I am having trouble connecting to a mysql database through emacs. I can easily connect to my database form the terminal by the following: mysql -u root db_name However, in emacs after entering M-x ...
-1
votes
2answers
28 views

Can't able to connect to Database

I have installed the MySQL server using XAMMP.Created a new database with some data using phpmyadmin.Then i tried to connect to database using this code.But it did not connect.It shows me an error. ...
-1
votes
0answers
26 views

How to connect MySql 5.6 to Visual Studio remotely C#

So I have been trying to find out how this works. And I believe I had just wasted a whole day trying. I developed a C# application that uses a MySql Database. I downloaded the MySQL-installer and ...
1
vote
0answers
39 views

Approach to make a C++ - MySql Connection

I am new to MySql - C++ connection. I looked for some tutorials and came across ones similar to this i.e. ones using mysql_real_connect MYSQL* connect; connect = mysql_int(NULL); ...
1
vote
0answers
35 views

using the mysqli_connect() for php

I am writing code for PHP / MySQL for my website. I have it setup where $connect = mysqli_connect("HOSTNAME","username","password","Database"); the content above is replaced. When I have it on my ...
0
votes
2answers
45 views

Java External MySQL Database Connection

I have a Java application that requires a connection to an external MySQL database. However, we have a restricted list of ip addresses that are able to log into the computer.The issue is one of our ...
0
votes
0answers
38 views

Dreamweaver PHP connection vs. My manual connection?

I have seen what Dreamweaver (I am using CS6) can do for PHP development, and find it to be a great help. I am trying to understand how to work with files that I have hand coded and created a database ...
0
votes
1answer
66 views

Connection for controluser as defined in your configuration failed. on iis7.5

i have installed the phpmyadmin on iis7.5 server8 my config.inc.php is ` /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * phpMyAdmin sample configuration, you can use it as base for * manual ...
0
votes
1answer
138 views

using powershell 3 to connect to MYSQL DB

I've been scouring the internet for guides on how to do this, and most seem to tell me to do exactly what I'm doing already. All I'm trying to do is connect to a mysql database and retrieve a name ...
0
votes
2answers
39 views

MySql connection in C#

i was making a simple windows application form, to register some people in a database, so i made a connection class there is it: public void Query_send(string cmd) { String config = ...
0
votes
1answer
36 views

How to manage MySQL Connections properly?

I am working on a server-application written in java. There are up to 30 client requests per second, for every request a specific mysql table entry gets updated. All the server threads use a single ...
0
votes
1answer
37 views

pdo query only works the first time

I have searched and searched, but can't find what I'm doing wrong, so here's my first StackOverflow question. I am attempting to make a query to my entity table to get information about my entity, ...
0
votes
2answers
288 views

Connect Android App to local MySQL DB using my Java library

I need help: I developed a web app in java, creating a library of functions that call to interact with the database from jsp. At the moment I'm developing android application that does the same thing ...
0
votes
0answers
8 views

Defective mysql connection getting the error : “Lost connection to MySQL server at 'reading initial communication packet', system error: 0”

I have a server which contains multiple websites, and for 2 days, none of them are able to open a connection to mysql. I touched nothing into the files. The results when we run a website is random ! ...
0
votes
1answer
36 views

Why do I keep getting error 500 (mySQL)? [closed]

I use the following php script: <?php error_reporting(E_ALL); ini_set('display_errors', 1); $link = mysql_connect('mywebsite', 'login', 'password'); if (!$link) { die('Could not connect: ' . ...
1
vote
3answers
82 views

class not found com.mysql.jdbc.Driver jdbc when tying to connect to a Mysql Database

I ' m developping a web application in java where i m trying to connect to a MySQL database using JDBC template ( with springs dao) but i always get : SEVERE: Servlet.service() for servlet ...
2
votes
1answer
84 views

hibernate closing connections or not?

My code is below. Possibly I am using it many times in similar manner, i.e in simple words, I am managing the session and transaction this way: List<Login> users= null; try{ ...
0
votes
1answer
77 views

Can't connect to MySQL, even though running

This is driving me crazy! I have MySQL preference pane on my Mac OS X Lion, and also start and stop it from Terminal. mysql works from terminal and I can connect to databases, but when I do it from ...
0
votes
1answer
32 views

Where can I locate exact credentials for MySQL Database PHP connection in PHPMyAdmin?

Where can I find the exact credentials to input into my PHP script to connect to a MySQL database. If applicable, where is this information in the latest cPanel or recent PHPMyAdmin. Thank you! I need ...
0
votes
1answer
82 views

force close TIME_WAIT connections by sending RST to dst and src?

The MySQL server had some few "Too many connections" warnings , and on the server there's a ton of unknown TIME_WAIT connection on my system like: # netstat -npat tcp 0 0 ...
0
votes
2answers
54 views

cPanel mysql error 0

I was trying to connect to my mysql server via PHP webpage, and after some time, I figured out that it returns error 0. Some details: I am running a webserver with cPanel, and it also includes mysql ...
0
votes
1answer
88 views

Java Connect to a MySQL's sites DB

I have a site with a MySql Database, and I would like to retrieve the information via a Java Program. The problem is that I'm not sure about how to do it. I have tried a few methods, but none works. ...
0
votes
0answers
81 views

C# Connect to local(server) MySQL DB fails

I am a true beginner in c# and I have no clue what am I doing wrong. I am using MySQL.Data.MySqlConnection and MySQL.Data.MySQLCommand to handle connection. What I am trying to do is to connect to a ...
0
votes
0answers
33 views

C3P0 pool size and mysql processlist

I'm a newbie using C3P0 and I have a confusion... I'm trying to configure C3P0 into an application, the application runs correctly, but when I check the mysql to see open connections does not ...
-6
votes
2answers
44 views

And One more error syntax [closed]

I have another error from help I've gotten earlier. Here is the error message: Parse error: syntax error, unexpected '') or die($conn_error); ' (T_CONSTANT_ENCAPSED_STRING) in ...
0
votes
4answers
52 views

Connecting to MySQL with PHP, unresolved error

I'm sorry in advanced. This is one community I do not want to take advantage of unless it's for work. This one is a school project. I'm trying to connect to MySQL through PHP. $dbc = ...
0
votes
2answers
132 views

Mobile App: MySQL Connection [duplicate]

I want to develop a native App for Android and iOS. The App communicates with a MySQL DB on an online server. What's the best way to do this? Store the DB in the App or communicate with a live DB on ...
0
votes
1answer
154 views

Android connection to http server: Eclipse throws exception about localhost even though I state my online server?

I'm working on an android Project in eclipse and I have the following Problem. Why does the following code throw the exception W/System.err(5354): java.net.ConnectException: failed to connect to ...
-7
votes
2answers
55 views

Getting links from db and displaying them in another div [closed]

i was thinking on starting on a new website project. But i have one question! I want a two tabled layout like: |-------------| | | | | | | | | | | | | | | ...
-1
votes
1answer
60 views

SOLVED-Why we can't call open conection twice in one method?

Why can't I call open conection twice in one method? when I call it appearing error : The connection is already open. I call it twice in SelectDisPatient() and Count(). see my code at for (int ...
0
votes
2answers
63 views

Connecting to MySQL using Apache and PHP

i'm currently on Apache 2.2 using PHP 5.. I am trying to connect to to MySQL on my Apache server and create a database called my_db... and i have the following code: <?php $con=mysqli_connect(); ...
1
vote
2answers
92 views

Access Mysql * connection variable from different c++ class

I wrote c++ class to connect to mysql database: hpp file #include <vector> #include <string> #include "mysql/mysql.h" #ifndef _DATA #define _DATA class Database { public: string ...
0
votes
0answers
99 views

Mysql connection error cannot connect to database

I am using mysql 5 version and i am working in web application product using struts2 and hibernate 3 version. I almost completed my product and deployed in oracle glassfish server 3.1.2 version. I can ...
1
vote
1answer
402 views

Android and PHP connection to MySQL Database

i have the following code and i am struggling to get it working . There are 2 errors in the java file and i can not find a fix. here is my MySQLData.java file package com.example.qosmetre2; import ...
0
votes
1answer
492 views

Is there a way to connect MySql Database to eclipse?

Is there a way to use eclipse to establish connection to mysql database. Also is if that can be connected, will that be connection made in such a way that even the app would be connected to the mysql ...
1
vote
0answers
115 views

Mysql connections in TIME_WAIT state

I am facing an issue in server wherein couple of connections are being timed out. Below are the errors in the err file:- 130401 8:07:06 [Warning] Aborted connection 1111111to db: 'ABC' user: 'u1' ...
0
votes
2answers
58 views

Why is my second database table connection not working [closed]

Heres what im trying to do I want to get the values of a certain column in the first entry that was made by the client the first time he filled my survey and compare it to the new one so heres my ...
0
votes
0answers
36 views

Using pagination in lithium li3 connection read

KeywordSearch::connection()->read( "SELECT id, meta_keywords, MATCH(meta_keywords) AGAINST ({:keywords} IN BOOLEAN MODE) AS rank FROM Products WHERE MATCH(meta_keywords) AGAINST ({:keywords} IN ...
0
votes
0answers
53 views

MySQL never closing connections

I've recently started to work with RabbitMQ and I'm developing a cron-job type of mechanism. Where one script (producer) pushes data from MySQL table to RabbitMQ queue and an another script (consumer ...
3
votes
1answer
72 views

restarting a database [closed]

where do i type in the commands to restart a mysql database? Is it in a PHP file? or into the database itself? I use Heidi SQL to connect to a database. commands like these = killall -9 mysqld = ...
0
votes
2answers
90 views

MySQL Connection code needs fixing. I hit a dead end

I'm currently working on a custom admin panel for a DayZ server, which will run on a local computer & connect to a remote database. I've Google'd more than ever, but I've hit a dead end. I can't ...
0
votes
1answer
82 views

Why I must turn off windows firewall while sharing Mysql Database through LAN?

In case of not turning the Firewall off: after pinging the IP the Request time out will appears, but after turning off the firewall it will reply. Why? I am using Mysql with Java, the question not ...
0
votes
2answers
493 views

How to allow remote connection to mysql database in Mac's MAMP

I have a MySQL database in my Mac using MAMP. I need to connect to this database using PHP script from a remote server with IP for example 184.173.9.... I have been trying this for 2 days now with no ...
0
votes
1answer
74 views

Doctrine and stored procedure after connection commit

I'm trying to call a stored procedure in my project, AFTER an object is saved (like a trigger would do, but MySQL doesn't allow calling stored procedure within a trigger). First try : I wrote the ...
0
votes
1answer
288 views

rails + maximum connection pool size in database.yml

What is the maximum pool size i can set in my database.yml? I'm using Mysql Db. I have 20 unicorn processes running in 24 core, 32GB RAM machine.
2
votes
1answer
178 views

MySQL Maximum Connections Allowed Used - Coding Error?

I have recently had a problem with our website. Users/visitors were being denied a connection to the database. When I tried to log on via PHPMyAdmin and it came back with this message: "#1203 - User ...

1 2 3 4 5 8