Forum Moderators: open
However, am I supposed to run it just the way it is? Or do I have to replace anything? I'm using phpmyadmin, and I'm getting a syntax error when entering as is.
I tried mysql -u username -ppassword -h localhost database-name < modules/location/database/zipcodes.mysql;
and
mysql -u username -p -h localhost database-name < modules/location/database/zipcodes.mysql;
and they both gave me syntax errors both in phpmyadmin and at the mysql command line...
mysql -u username -ppassword -h localhost database-name < ./modules/location/database/zipcodes.mysql