Welcome to the Linux Foundation Forum!

17.10 Lab instruction

Options
joverbrugghe
joverbrugghe Posts: 2
edited February 2018 in LFS211 Class Forum

In step 8, I was unable to create the user with the instruction in the Lab Manual

MariaDB [(none)]> mysql CREATE USER ’student’@’%’ IDENTIFIED BY ’password’;

 

to correct 

1> omit msql &

2> replace curly quotes (’) with straight quotes (')

MariaDB [(none)]>  CREATE USER 'student'@'%' IDENTIFIED BY 'password';

This did the trick for me.

 

Categories

Upcoming Training