MySQL Forums
Forum List  »  Connector/Arduino

Connector hangs during login
Posted by: Al Harlow
Date: February 06, 2014 08:54PM

This connect line hangs during login:

#include <Adafruit_CC3000.h>
#include <ccspi.h>
#include <SPI.h>
#include <string.h>
#include "utility/debug.h"

#include <stdlib.h>
#include <mysql.h>
#include <Ethernet.h>
#include <sha1.h>
#include <avr/dtostrf.h>

if (!my_conn.mysql_connect(server_addr, 3306, "root", "Lisally0")) {
Serial.println("Failed.");
}


Is there an error object to interrogate? Any suggestion are greatly appreciated.

Options: ReplyQuote


Subject
Views
Written By
Posted
Connector hangs during login
4109
February 06, 2014 08:54PM
2739
March 06, 2014 04:15AM
2697
March 06, 2014 10:55AM
2387
March 18, 2014 02:52PM
2542
March 06, 2014 12:12PM
2379
March 06, 2014 07:30PM
2353
March 06, 2014 10:42AM
2297
March 06, 2014 11:27AM
2251
March 06, 2014 11:41AM
2449
March 07, 2014 03:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.