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?
ID:264732
Jun 30 2010, 10:08 am
|
|
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? |
Jun 30 2010, 1:42 pm
|
|
I highly recommend you learn how MySQL works. Give http://mysql.com a look.
|