Re: getting error when i changed database sqllite3 to mysql

2019-10-06 Thread 'Dick in Texas' via Django users
I have tried to use a new, empty database, but that did not work. Still got the question if I have installed MySQLclient. Tried the statements from Desh Deepak. The install and import went well. However, when I tried to migrate, I got the message: module 'pymysql' has no attribute 'install_

Re: getting error when i changed database sqllite3 to mysql

2019-10-06 Thread 'Dick in Texas' via Django users
I just got by the ' 'install_as_MySqldb' error. SQL needed to be in upper case. Now, got new error. new error: mysqlclient 1.3.13 or newer is required; you have 0.9.3. Does it ever end? On Saturday, October 5, 2019 at 4:37:11 PM UTC-5, Gulsher Khan wrote: > > I trying to change default dat