-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Daniel Roseman schrieb:
| On Mar 8, 3:02 pm, Egon Frerich <egon.frer...@nord-com.net> wrote:
|> Hello,
|>
|> is there a HowTo for migrating a working test environment on localhost
|> with sqlite3 to a shared-hosting provider on Apache with MySQL? Chapter
|> 12 of the books tells nothing about migrating the database. I cannot
|> find something in the documentation.
|>
|> What is the equivalence to python manage.py syncdb for the production on
|> Apache?
|>
|> Egon
|
| It's not really clear what you are asking here. Are you hoping to copy
| actual data from an sqlite database to a MySQL one?
| --
| DR.
|

python manage.py syncdb creates the tables (and the superuser if I
want). But I cannot use this command if I use a shared-hosting provider.
Have I to create the MySQL tables manually by phpAdmin? Or should/can I
export sqlite3 (maybe inclusive data) and import into MySQL?

Egon
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFLlS9oZRiDo9Iq4qIRAvDeAJ9W4aBL5gnIp0f08AEEc3zKHHYClACfQItH
2KT3RK6SOcw1JLDAdaM2Zyg=
=bQpa
-----END PGP SIGNATURE-----

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to