Sunday, January 25, 2015

Re: syncdb error with Mysql database on Windows 7

install PyMySQL, after create a user e a databases in mysql terminal;
e.g:1º)create user 'root'@'localhost' identified by 'fish1777';
2º) create database Mydb;
3º) grant all privileges on Mydb.* to 'root'@'localhost' identified by 'fish1777';

use syncdb.

2015-01-25 6:04 GMT-02:00 olek.russ <olek.russ@gmail.com>:
  I also followed note for create schema  ( have watched https://www.youtube.com/watch?v=EL39BGSUkzw video in addition )  and got success.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6adc4236-3c88-4a9c-9762-ba29a491bedb%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAA8yBMzn1s7aR9aVajin35U-p2asqDzW1r39BjTNZLsdWOq-Ag%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment