Hi im trying to load an sql file into a database on mysql. I created a database and then used this at the command line: mysql -u root -p bbdatabank < filename. It asked me for my password and i entered it. Then it took me back to the C:/ Then i went into mysql, did use bbdatabank and show tables; and nothing was there. Anyone know what i can be doing wrong. Im sure its something simple.