Hi,
I have the following python code:

  cursor.execute('create database if not exists spreadsheets;')
  cursor.execute('use spreadsheets;')

but it generates this warning:

Warning (from warnings module):
  File "C:\Python25\mysqlConverter.py", line 140
    cursor.execute('use spreadsheets;')
Warning: Can't create database 'spreadsheets'; database exists

What do?
TIA,
Victor

Reply via email to