Page 3 of 3
Re: Database upgrade on 1st December
Posted: 04 December 2020, 15:24
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.
Re: Database upgrade on 1st December
Posted: 04 December 2020, 17:21
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!
Re: Database upgrade on 1st December
Posted: 04 December 2020, 17:26
by Kendaryth
I can confirm that it is now working, thanks for the quick fix Een!
Re: Database upgrade on 1st December
Posted: 04 December 2020, 21:47
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!
Re: Database upgrade on 1st December
Posted: 04 December 2020, 23:39
by Lymon Flowers
The DB access from phpldapadmin is now super smooth! Thanks for keeping our mental sanity at high levels.

Re: Database upgrade on 1st December
Posted: 06 December 2020, 01:01
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

Re: Database upgrade on 1st December
Posted: 06 December 2020, 11:47
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

Re: Database upgrade on 1st December
Posted: 06 December 2020, 19:13
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
Thanks!