What is the command for this? I tried
CREATE DATABASE sampdb < /home/accounts/samp/sampdb.sql;
But thats not correct.
Think it is mysqladmin -l USERNAME -p "databasename" > file.sql ... I thinkk
Trying to remember from when i used to use PHP nuke cos you had to do that on there... straight from the linux prompt.
what database are we talking bout? mysql? postgresql? etc, etc???
if you are working with postgresql, try
$psql mydatabase mydatabase=>\i /home/accounts/samp/sampdb.sql
and it will run the script.