Inserting a hole file

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
NiGHTFiRE
Forum Contributor
Posts: 156
Joined: Sun May 14, 2006 10:36 am
Location: Sweden

Inserting a hole file

Post by NiGHTFiRE »

Hey,
I've got a file with about 16 000 lines and i'd like to insert that hole file to the database. How would i use mysqladmin for this?
Thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

if you have a field of the proper types -- TEXT or BLOB based -- phpMyAdmin may show you a file upload, textarea or both.
Post Reply