So do you or do you not have a database somewhere that is holding your tables? And is it MYSQL?
In the case that you do have a database that holds your tables, then again I say you need a front end app to do it.
To actually run the DOS commands, (like the first one you posted)
Code:
mysql -u username -p password database_name < file_name
You need terminal access. That is access to the dos prompt in case of Windows either via telnet, or by physically sitting in front of the computer that holds the database server and opening a DOS prompt to issue the commands.
Using a Front end you won't be able to run the DOS commands
But you will be able to run the queries such as LOAD DATA INFILE.
Again from what myself and other's have posted you have options as to what front end you want to use.
Mysql Query Browser is one.
Found at the mysql.com website here:
The first one there: Windows (x86) 5.0-r12 17.4M
is the one you want.
I prefer the free version of Sqlyog myself: SQLyog MySQL GUI - Community Edition 6.56 (Stable)
But again I say using these tools are all subject to your host allowing remote connections to the database server.
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.