Exactly how and where do I install the Zip Codes data. I just got the SQL file, but I'm not sure where to install it.
Thanks,
Ryan
Exactly how and where do I install the Zip Codes data. I just got the SQL file, but I'm not sure where to install it.
Thanks,
|
usually - there should be readme file with installation manual. If you are using phpMyAdmin - you can just import sql file into it. If you are using SSH connection to connect DB - use this command mysql -u user_name -p database_name < zipcodes.sql Regards Artur |