Welcome to the Linux Foundation Forum!

17.10 Lab instruction

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.

 

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training