Posted by Joseph Melnick on 09/19/05 03:39
Hello JohnDK, You Wrote:
"JohnDK" <news@jal.as> wrote in message
news:devlvv$d02$1@news01.versatel.de...
> Hi NG.
>
> I need you help.
>
> I have a file with ext. SQL.
>
> Waht shall I do with that?
>
> I'm using MySql 4.1 server.
>
> Please help me.
>
> BR
> John
>
The SQL file you possess is an SQL script that probably has a number of SQL
statements inside that can be run against your database server that may
create databases, tables, insert data and build indicies.
SQL files are text files and can be read with the simplest of text editors.
You should open up the file in a text editor and determine what it is going
to do for you. If you do not know SQL then you should look at the
documentation at http://www.mysql.com/ for some insight.
Joseph Melnick
JM Web Consultants
Toronto ON Canada
http://www.jphp.com
Navigation:
[Reply to this message]
|