Problem with MYSQL
#3

The table has been created. No matter how many times you modify the query above and execute it, it will fail because there is already a table with this name. Next time, use
pawn Code:
ALTER TABLE users MODIFY [COLUMN] col_name column_definition;
so your changes will take effect.

PS: You have many columns, many of those can be split to multiple tables.
Reply


Messages In This Thread
Problem with MYSQL - by marshmallow - 26.06.2018, 14:03
Re: Problem with MYSQL - by Verc - 26.06.2018, 15:30
Re: Problem with MYSQL - by Calisthenics - 26.06.2018, 15:39
Re: Problem with MYSQL - by marshmallow - 26.06.2018, 15:57
Re: Problem with MYSQL - by Calisthenics - 26.06.2018, 16:01
Re: Problem with MYSQL - by Verc - 26.06.2018, 17:07
Re: Problem with MYSQL - by Sew_Sumi - 30.06.2018, 00:27
Re: Problem with MYSQL - by Calisthenics - 30.06.2018, 08:04
Re: Problem with MYSQL - by Sew_Sumi - 30.06.2018, 14:39
Re: Problem with MYSQL - by Calisthenics - 30.06.2018, 15:08
Re: Problem with MYSQL - by Sew_Sumi - 30.06.2018, 21:19

Forum Jump:


Users browsing this thread: 2 Guest(s)