> What I need is to know a simple method of getting data from test
> files into
> the db. I think I can then use the info on the tmda site to get
> tmda to use
> the db. It probably is very simple, but before I use a tool I
> haven't used
> before, I figured it wise to ask.
> +-------------+--------+
> | ADDRESS | ACTION |
> +-------------+--------+
> | [EMAIL PROTECTED] | bounce |
> +-------------+--------+
> - --
If all you want to do is "put" data into the database, that is easy.
I recommend you install PhpMyAdmin to control your MySQL databases it really
is cool.
But short of that you can use mysql from the command line, you login and
connect to the database and then say source filename. Where filename is the
name of the file with the SQL commands in it.
Typically the file can be as follows:
insert into table (ADDRESS, ACTION) values ("[EMAIL PROTECTED]", "bounce");
with a series of lines like that.
with PhpMyAdmin you can do it from a webpage.
Julian
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users