sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
648 stars 446 forks source link

mySQL username prefix to long #225

Closed bbspike closed 8 years ago

bbspike commented 8 years ago

A client of mine had a username weddingplannerdelal. This username is used as prefix for mysql user like weddingplannerdelal_. It seems that this prefix is to long, because there are error's when making a new mysql user. Sentora gives "wrong username"

After i changed the username from weddingplannerdelal to delal the issue was solved. https://github.com/sentora/sentora-core/pull/226

bbspike commented 8 years ago

No comments?:)

eByte23 commented 8 years ago

Use PostgreSQL you 64 char length for usernane

MBlagui commented 8 years ago

Fixed