Click here to Skip to main content
15,889,834 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Fatal error: Uncaught mysqli_sql_exception: Unknown database 'thika technical training institution' in C:\xampp3\htdocs\php program\crud\admin.php:1 Stack trace: #0 C:\xampp3\htdocs\php program\crud\admin.php(1): mysqli_connect('localhost', 'root', '', 'thika technical...') #1 {main} thrown in C:\xampp3\htdocs\php program\crud\admin.php on line 1


What I have tried:

Fatal error: Uncaught mysqli_sql_exception: Unknown database 'thika technical training institution' in C:\xampp3\htdocs\php program\crud\admin.php:1 Stack trace: #0 C:\xampp3\htdocs\php program\crud\admin.php(1): mysqli_connect('localhost', 'root', '', 'thika technical...') #1 {main} thrown in C:\xampp3\htdocs\php program\crud\admin.php on line 1
Posted
Updated 20-Sep-22 12:16pm

The error message means exactly what it says: there is not such database in the connected MySQL server.

You are either connected to the wrong server instance, accessing the wrong database name, or have not created the database at all.

Sorry, but we really can't help you with that!
 
Share this answer
 
A database named either does not exist or the name is incorrect.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900