or, from a shell prompt:
[ernie@ns1 ernie]$ cat script.sql|mysql
> -Original Message-
> From: Kevin Smith [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 22, 2001 12:19 PM
> To: TOMASSONI Dominique; 'MySQL_mailing_list'
> Subject: Re: Execute a fil
mysql> source /path/to/file
- Original Message -
From: "TOMASSONI Dominique" <[EMAIL PROTECTED]>
To: "'MySQL_mailing_list'" <[EMAIL PROTECTED]>
Sent: Monday, October 22, 2001 5:08 PM
Subject: Execute a file containing a sql script
> Hi,
Hi,
I'm a beginner in MySQL (also in english) so sorry for my uninterristing
questions.
I've installed MySQL 3.23.43 on a Linux RedHat 7.0 system, and it seems to
work normally.
How to execute a sql script which is inclus in a text file (ex : script.sql)
?
With Oracle, you know, it's done with