By tourbike on
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
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
I have entered this onto the
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
What he said below.. didn't
What he said below.. didn't show up for me.
--
Abtech Creative
Try:
Try:
mysql -u username -p databasename <schema-text-file
http://www.ourbrisbane.com
i give it a go
cheers my mate i'll give it ago
problem solved
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