I want to select my specific database in the mysql console, but the problem is that my database name has a gap between them and mysql ignores the part after the space. For example, when I give the command:
use 'student registration'
I get a message:
cannot find database 'student'
database mysql console spaces
John
source share