Search found 1 match
- Wed Apr 01, 2015 12:12 am
- Forum: Database Server
- Topic: Adding database → Error: db_user .. is not valid
- Replies: 13
- Views: 25034
Re: Adding database → Error: db_user .. is not valid
I had this same issue - I had an account with a username that was 15 characters long, and then the "_" made it 16 so I couldn't add any users. I modified the code differently however - I reduced the prefix to 8 characters with the underscore by modifying the v-add-database script as follows: shortus...