Re: Unable to change db sqllite to mysql

2019-07-12 Thread john samuel
; > On Friday, 12 July, 2019, 07:56:33 am IST, Jorge Gimeno < > jlgimen...@gmail.com> wrote: > > > > On Thu, Jul 11, 2019 at 6:55 PM john samuel > wrote: > > Hi shreeram, > > But the fact is that i have changed the port number in xampp server for > mySQL

Re: Unable to change db sqllite to mysql

2019-07-11 Thread john samuel
ango.db.backends.mysql', > 'NAME': 'DB_NAME', > 'USER': 'DB_USER', > 'PASSWORD': 'DB_PASSWORD', > 'HOST': 'localhost', # Or an IP Address that your DB is hosted on >

Unable to change db sqllite to mysql

2019-07-11 Thread john samuel
Hi Guys, I've done everything from installing sql,setting up of root and password till xampp server installation and setting the port number correctly with right installation of sqlclient and editing Database in setting as DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME':