Re: I cannot connect with my database remote server mysql django

2014-12-09 Thread Collin Anderson
Hi, Also, make sure that the remote server allows for remote connections to your database using your username. Collin On Sunday, December 7, 2014 9:28:49 AM UTC-5, rush wrote: > > Just put correct password into settings. That will fix the error. > > -- > wbr, > rush. > > > >

Re: I cannot connect with my database remote server mysql django

2014-12-07 Thread rush
Just put correct password into settings. That will fix the error. -- wbr,rush.   07.12.2014, 17:11, "tuktuk" :I am running my django Application in local mode, and my database server is in a remote server with cpanel. Configurations in settings.py are:DATABASES = {

I cannot connect with my database remote server mysql django

2014-12-07 Thread tuktuk
I am running my django Application in local mode, and my database server is in a remote server with cpanel. Configurations in settings.py are: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'tim_farmaapp', 'USER':