ID:264732
 
Code:
N/A


Problem description: Well i was coding on MySQL and when i add my code with Import to my database i get this:

#1280 - Incorrect index name 'just_testing'

Heres the MySQL Code:

CREATE INDEX Testing ON `owners` (`ownerleader` ASC) ;

Any idea?


I highly recommend you learn how MySQL works. Give http://mysql.com a look.