Thursday, January 2, 2014

how to create database and their tables

Hello friends

create database  name is myproject and table is thefiles (without spases )


the format would be


Database myproject

Table structure for table thefiles

Field
Type
Null
Default
id
int(255)
No
Time
int(11)
No
FileLocation
text
No
IP
varchar(15)
No
Title
text
No

Dumping data for table thefiles

1
1388658360
nullish
127.0.0.1
hello
2
1388661214
uploads/Resume-Aditya-1.docx
127.0.0.1
ads
3
1388661222
nullish
127.0.0.1
hello
4
1388661486
uploads/real estate.jpg
127.0.0.1
image
5
1388662296
uploads/Resume-Aditya.doc
127.0.0.1
ankit

Table structure for table thefiles

Field
Type
Null
Default
id
int(255)
No
Time
int(11)
No
FileLocation
text
No
IP
varchar(15)
No
Title
text
No


No comments:

Post a Comment

Type Your Comments........