I'm kind of confused after reading a book on PHP and MySQL. The book shows how to create the database and setup the tables with from the command line, yet it also appears to have setup a file name.sql file with the create tables in it. I am wondering if I am able to just use my text editor and place the create table commands in it aslong as i name it with an .sql ext. The refer to this file via my PHP scripts. I sure home this question makes sence I am not able to find my answer doing a search thru the many posts.
Pat