View Review Details


Book:   Learning SQL
Subject:   Failed to open file error
Date:   2008-11-14 08:14:24
From:   johns2947
Response to: Failed to open file error

Rating:  StarStarStarStarStar

Check the name of your file. When you download it, it should be :


LearningSQLExample.sql


You can use that at is, without changing it to a .txt file


Make sure you opened the database first, as in the book instruction.


mysql> use bank;


then run source


See larger cover