I want to select my particular database in mysql console, but the problem is that my database name has a space in between and mysql ignores the part after the space. For ins
Use Double quotes instead of single, double quotes worked for me :
USE "student registration";