-
Notifications
You must be signed in to change notification settings - Fork 27
Description
E:\software\iOS-perf-master\iOS-perf-master>python mysql.py --runid=iPhone13Pro_0223_1741 --mysql_host=localhost --mysql_port=33306 --mysql_username=root --mysql_password=admin --mysql_db=iOSPerformance
Parameters list:
mysql_host localhost
mysql_port 33306
mysql_username root
mysql_password admin
mysql_db iOSPerformance
runid iPhone13Pro_0223_1741
Error Info: (1050, "Table 'TEMP' already exists")
Maybe this database dont need initializing, just ignore the error
Traceback (most recent call last):
File "mysql.py", line 207, in
mysql.export()
File "mysql.py", line 156, in export
cursor.scroll(0, mode='absolute')
File "E:\software\anancoda\lib\site-packages\pymysql\cursors.py", line 303, in scroll
raise IndexError("out of range")
IndexError: out of range
