You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Böyle bir hata alıyorum yapmaya çalıştığım şey aşağıdadır:
import mysql.connector
mydb = mysql.connector.connect(
host="localhost",
user="root",
password="mysql1234",
database="mydatabase"
)
mycursor = mydb.cursor()
mycursor.execute( "CREATE TABLE customers (name VARCHAR(255), address VARCHAR(255)" )
ne yapmam gerekiyor. 12 saattir uğraşıyorum üzerinde yoruldum artık beynim ilerlemiyor.