Thread
:
ProjectEQ CVS
View Single Post
#
20
02-21-2008, 08:34 AM
Bishop4351
Sarnak
Join Date: Sep 2006
Location: Texas
Posts: 49
Not sure in windows but you can just for loop it to import the db's in linux with some thing simple like:
for file in *.*; do mysql peq < $file; done
This would also mean that every file in the folder was one you wanted in the db.
Bishop4351
View Public Profile
Send a private message to Bishop4351
Visit Bishop4351's homepage!
Find all posts by Bishop4351