Comments - Setting up MariaDB MaxScale
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Is it correct to do this?
create user '*username*'@'*maxscalehost*' identified by '*password*';
The '*' should be removed, not so?
Yes, they are meant to be interpreted as placeholder values. Here's an example creation of a user named
maxuser
identified by the passwordmaxpwd
for MaxScale. The MaxScale instance is located on 192.168.121.100: