Could somebody plase tell me what's wrong in this SQL statment?
DROP DATABASE CustomerDB;
CREATE DATABASE CustomerDB;
CONNECT CustomerDB;
CREATE TABLE address
(ID int(4) NOT NULL AUTO_INCREMENT PRIMARY KEY,
addressLine1 varchar(100) NOT NULL,
addressLine2 varchar(100) NULL,
city...
hello,
i'm getting this erro message while trying to
Connecting To localhost...Could not open a connection to host on port 3306 : Connect failed
Could somebody tell me what to do?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.