09.10.2016, 16:57
Listen to what I am saying.
The columns already exist, and your trying to create them again, but mysql will error and say that they already.
You can't create something that already exists.
Find the line of where these queries are being called and comment them out. You only ever need to run this queries once, when you start fresh or like you said have moved.
The columns already exist, and your trying to create them again, but mysql will error and say that they already.
You can't create something that already exists.
Find the line of where these queries are being called and comment them out. You only ever need to run this queries once, when you start fresh or like you said have moved.