Python Forum
Migrating to Mysql from SQlite
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Migrating to Mysql from SQlite
#8
What do you not understand from my previous post that you need to replace the placeholders or make the statements prepared?
Also be careful about spaces in the sql statements, e.g. in this one
'INSERT INTO user(username, password) VALUES(%s, %s)'
there should be space between user and ( and between VALUES and (, as in my example

And you still didn't fix the statement on line 36
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
Migrating to Mysql from SQlite - by atari400 - Nov-22-2019, 10:57 AM
RE: Migrating to Mysql from SQlite - by buran - Nov-22-2019, 11:21 AM
RE: Migrating to Mysql from SQlite - by atari400 - Nov-22-2019, 02:48 PM
RE: Migrating to Mysql from SQlite - by buran - Nov-22-2019, 03:14 PM
RE: Migrating to Mysql from SQlite - by atari400 - Nov-22-2019, 04:58 PM
RE: Migrating to Mysql from SQlite - by buran - Nov-22-2019, 05:27 PM
RE: Migrating to Mysql from SQlite - by atari400 - Nov-22-2019, 05:57 PM
RE: Migrating to Mysql from SQlite - by buran - Nov-22-2019, 06:02 PM
RE: Migrating to Mysql from SQlite - by atari400 - Nov-22-2019, 06:23 PM
RE: Migrating to Mysql from SQlite - by buran - Nov-22-2019, 06:49 PM
RE: Migrating to Mysql from SQlite - by atari400 - Nov-23-2019, 09:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Migrating of python2 script to python3 zuri 7 1,121 Oct-05-2023, 02:40 PM
Last Post: snippsat
  Mysql and mysql.connector error lostintime 2 758 Oct-03-2023, 10:25 PM
Last Post: lostintime
  Migrating data from oracle into postgres python_student 1 2,502 Feb-10-2022, 09:16 PM
Last Post: buran
  Mysql error message: Lost connection to MySQL server during query tomtom 6 16,414 Feb-09-2022, 09:55 AM
Last Post: ibreeden

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020