Skip to content
xtitter edited this page Apr 26, 2013 · 1 revision

Need python 2.7x, django 1.5.1 at least, mysql 5.x

mysql install

as root in mysql, do

  • create database 'eduride';
  • create user 'eduride'@'localhost' IDENTIFIED BY 'password';
  • GRANT ALL PRIVILEGES ON eduride.* TO 'eduride'@'localhost';
  • FLUSH PRIVILEDGES;

Clone this wiki locally