I'm trying to import a SQL file full of UPDATE statements to my database. My web host is absolutely no help at all. I've done this before and someone helped me find a command that worked. But four months later, I've obviously forgotten.
This is what they're suggesting that I use: mysql -p -u username database_name < file.sql So, I log in, cd to the directory where the file is stored, and run the above command. It asks for my password and nothing happens. Am I doing something wrong?