well i thought it's a sql script which creates the tables (sql extension?)
so what u need is dumping your database on the local machine (mysqldump -u user -ppasswd databasename > dump.sql)
add "USE nuke;" at the begining of the file (assuming your database name is "nuke" , upload it and use the same command as posted above, just change the source file name
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.