•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MySQL section within the Web Development category of DaniWeb, a massive community of 403,494 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,262 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our MySQL advertiser: Programming Forums
Views: 2071 | Replies: 0
![]() |
i m exporting my table from one system to another.
when i do shell# mysql databasename<file.txt
i get the error given above.
the table i create is ->
CREATE TABLE entrytab (
uname varchar(10) default NULL,
enterDate date default NULL,
status varchar(10) default NULL,
productName varchar(15) default NULL,
featureName varchar(20) default NULL,
activityName varchar(20) default NULL,
duration decimal(3,1) default NULL,
KEY uname (uname),
CONSTRAINT `entrytab_ibfk_1` FOREIGN KEY (`uname`) REFERENCES `usertab` (`uname`)
) TYPE=InnoDB;
can any1 plz tell me the problem n soln to that
thanks in advance
when i do shell# mysql databasename<file.txt
i get the error given above.
the table i create is ->
CREATE TABLE entrytab (
uname varchar(10) default NULL,
enterDate date default NULL,
status varchar(10) default NULL,
productName varchar(15) default NULL,
featureName varchar(20) default NULL,
activityName varchar(20) default NULL,
duration decimal(3,1) default NULL,
KEY uname (uname),
CONSTRAINT `entrytab_ibfk_1` FOREIGN KEY (`uname`) REFERENCES `usertab` (`uname`)
) TYPE=InnoDB;
can any1 plz tell me the problem n soln to that
thanks in advance
Bhuvan Aggarwal
There is no word impossible.
its i m possible
There is no word impossible.
its i m possible
![]() |
•
•
•
•
•
•
•
•
DaniWeb MySQL Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- how to create new table in MS Access2003 database using VB6 (Visual Basic 4 / 5 / 6)
- Create Table on SqlServer Through Asp.net coding (ASP.NET)
- SQL Create table error (ASP.NET)
- Create real time visual effects with EffecTV (*nix Software)
- MySQL newbie need help with create table definitons syntax (MySQL)
Other Threads in the MySQL Forum
- Previous Thread: mysql + jbuilder9
- Next Thread: Serious problem here.. Warning: mysql_query(): 2 is not a valid............


Linear Mode