How do I execute an SQL script in MySQL?
Author: Deron Eriksson
Description: This tutorial describes executing a SQL script in MySQL.
Tutorial created using: Windows XP || MySQL 5.0.27


Page: < 1 2

(Continued from page 1)

It's also possible to feed an SQLW script to the mysqlW executable from outside the program. For example, the following shows how you can redirect the employees_table.sql script to the 'testdatabase' MySQL databaseW.

another method of executing a sql script in mysql
Page: < 1 2