问题
ERROR 1049 (42000) at line 1: Unknown database 'coolroid
答案
The error "ERROR 1049 (42000): Unknown database 'coolroid'" typically occurs when the specified database does not exist. This can happen if the database was not created or if there was an issue during the installation process.
To resolve this issue, ensure that the database named 'coolroid' is created and accessible. You can check the default installation path for MySQL, which is usually located at D:\COOLROID\mysql. If the database is missing, you may need to reinstall or restore it from a backup.