import data

How do I import data stored in a .sql file (created by mysqldump command) under UNIX or Linux operating systems?

{ 1 comment }

How can I import a MySQL dumpfile into my database? I’m using CentOS Linux 5 server. My old hosting provider gave me a data.sql file and I do have access to my Unix / Linux server via ssh. So How do I restore my data using command line over the ssh session?

{ 61 comments }