Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
restoring a mysql database
« previous
next »
+
Print
Pages: [
1
]
Go Down
restoring a mysql database
2 Replies
800 Views
msilkjr
restoring a mysql database
«
on:
December 27, 2004, 05:56:43 PM »
ok so I got a sql file I backedup. Nowhow do I import it?
I did - mysqldump -c YOURDBNAME > /path/yourdbname.sql
to back it up. so how do I get it back in ?
Logged
ergozd
restoring a mysql database
«
Reply #1 on:
December 27, 2004, 06:17:43 PM »
You can find lots to read at
http://dev.mysql.com/doc/mysql/en/CREATE_DATABASE.html
You can also try using phpmyadmin
http://mirror.contribs.org/smeserver/contribs/nightspirit/e-smith-phpmyadmin/
Best rgds, Ergin
Logged
Damian
restoring a mysql database
«
Reply #2 on:
December 31, 2004, 12:00:49 PM »
Try:
cat /path/yourdbname.sql | mysql YOURDBDBNAME
Damian
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
restoring a mysql database