Database upgrade on 1st December

Game development with Board Game Arena Studio
User avatar
Kendaryth
Posts: 2
Joined: 29 November 2020, 16:56

Re: Database upgrade on 1st December

Post by Kendaryth »

AmishAlec wrote: 04 December 2020, 01:27 I'm new to development on the site and joined after the database upgrade. Tried to make a test game for starters and can't log into the database. Anything I have tried is throwing errors that my account is denied access (can't even update game information). Could this be attributed to the upgrade?
I can confirm I started developing yesterday and can't seem to update game infos or anything on a starter project.
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: Database upgrade on 1st December

Post by Een »

Een wrote: 04 December 2020, 12:31
AmishAlec wrote: 04 December 2020, 01:27 I'm new to development on the site and joined after the database upgrade. Tried to make a test game for starters and can't log into the database. Anything I have tried is throwing errors that my account is denied access (can't even update game information). Could this be attributed to the upgrade?
Might be if there is an issue creating new accounts correctly with the new database. I'll check this.
Indeed new accounts db users were created on the old database. I fixed the configuration for that and recreated the missing users. It should work now, thanks for reporting this!
User avatar
Kendaryth
Posts: 2
Joined: 29 November 2020, 16:56

Re: Database upgrade on 1st December

Post by Kendaryth »

I can confirm that it is now working, thanks for the quick fix Een!
User avatar
AmishAlec
Posts: 2
Joined: 26 September 2020, 21:17

Re: Database upgrade on 1st December

Post by AmishAlec »

Een wrote: 04 December 2020, 17:21
Een wrote: 04 December 2020, 12:31
AmishAlec wrote: 04 December 2020, 01:27 I'm new to development on the site and joined after the database upgrade. Tried to make a test game for starters and can't log into the database. Anything I have tried is throwing errors that my account is denied access (can't even update game information). Could this be attributed to the upgrade?
Might be if there is an issue creating new accounts correctly with the new database. I'll check this.
Indeed new accounts db users were created on the old database. I fixed the configuration for that and recreated the missing users. It should work now, thanks for reporting this!
Thanks for looking into this and fixing! Very much appreciated!
User avatar
Lymon Flowers
Posts: 195
Joined: 01 April 2020, 21:14

Re: Database upgrade on 1st December

Post by Lymon Flowers »

The DB access from phpldapadmin is now super smooth! Thanks for keeping our mental sanity at high levels. :-)
User avatar
DargorX
Posts: 33
Joined: 10 September 2012, 20:16

Re: Database upgrade on 1st December

Post by DargorX »

Is something wrong with database? I receive this error after login:

Code: Select all

SELECT `comment`
               FROM `phpmyadmin`.`pma__column_info`
              WHERE db_name     = 'ebd_grandbazaar_216794'
                AND table_name  = ''
                AND column_name = '(db_comment)'

#1146 - Table 'phpmyadmin.pma__column_info' doesn't exist
:? :? :?
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: Database upgrade on 1st December

Post by Een »

DargorX wrote: 06 December 2020, 01:01 Is something wrong with database? I receive this error after login:

Code: Select all

SELECT `comment`
               FROM `phpmyadmin`.`pma__column_info`
              WHERE db_name     = 'ebd_grandbazaar_216794'
                AND table_name  = ''
                AND column_name = '(db_comment)'

#1146 - Table 'phpmyadmin.pma__column_info' doesn't exist
:? :? :?
Please read upwards :)
User avatar
DargorX
Posts: 33
Joined: 10 September 2012, 20:16

Re: Database upgrade on 1st December

Post by DargorX »

Een wrote: 06 December 2020, 11:47
DargorX wrote: 06 December 2020, 01:01 Is something wrong with database? I receive this error after login:

Code: Select all

SELECT `comment`
               FROM `phpmyadmin`.`pma__column_info`
              WHERE db_name     = 'ebd_grandbazaar_216794'
                AND table_name  = ''
                AND column_name = '(db_comment)'

#1146 - Table 'phpmyadmin.pma__column_info' doesn't exist
:? :? :?
Please read upwards :)
Oh sorry, I read the first posts and the last ones but missed the middle ones :lol: :oops:

Thanks!
Post Reply

Return to “Developers”