MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Development => Topic started by: fossxplorer on 2014-08-02, 16:05:56

Title: Database usernames don't make sense
Post by: fossxplorer on 2014-08-02, 16:05:56
Hi,
why does Kloxo-MR cut off some of the name letters for the database user names?
I'd like to have same usernames as the database names, but now the usernames are database names minus some letters at the end.
I understand Kloxo doesn't have the same separate database names and usernames, but still this shouldn't be like this.
 
Title: Re: Database usernames don't make sense
Post by: MRatWork on 2014-08-02, 23:11:00
The problem is mysql only permit 16 chars for username. In otherwise, ssh/ftp/kloxo itself permit until 64 chars.

So, it's mysql limitation.
Title: Re: Database usernames don't make sense
Post by: fossxplorer on 2014-08-03, 22:50:37
I see.

The problem is mysql only permit 16 chars for username. In otherwise, ssh/ftp/kloxo itself permit until 64 chars.

So, it's mysql limitation.