MySQL newbie query

admin

Administrator
Staff member
Hi folks
I am following a tutorial that comes with afile containing a bunch of 'Pre-written description files'.

The tutorial says that I can tell 'mysql' to run these files to save me inputting tons of raw code directly.

I have placed the folder (I'm using Windows) in the /bin directory and am typing the following:

mysql db_name < folder_name/file_name.sql

But the result is an 'access denied' message!
Could someone please tell me the correct way of doing this.

Many thanks,

Nick
 
Back
Top