mysql -u username -p databasename < database/database.4.1.mysql when I use this command on the command line it does nothing I have created everything else but i cannot load this database up. can someone assit me thanks

Comments

tourbike’s picture

I have entered this onto the command line but it doesnt seem to do anything, when I check the database it hasn't imported the schema

brenda003’s picture

What he said below.. didn't show up for me.

--
Abtech Creative

bradsw57’s picture

Try:

mysql -u username -p databasename <schema-text-file

http://www.ourbrisbane.com

tourbike’s picture

cheers my mate i'll give it ago

tourbike’s picture

what an idoit i am basically i had over looked the fact that you must quit mysql with the \q command then transfer the schema.

thanks for the help

sorry for being abit thick

adios