Database failure. Please refer to suitecrm.log

After filling in the database information, I got the Database failure. Please refer to suitecrm.log for details. error

My Log content:

Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Query Failed: SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = ‘Active’ and deleted = 0: MySQL error 1146: Table ‘suitecrmtest.currencies’ doesn’t exist
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Query Failed: SELECT * FROM fields_meta_data WHERE custom_module=‘Users’ AND deleted = 0: MySQL error 1146: Table ‘suitecrmtest.fields_meta_data’ doesn’t exist
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Query Failed: SELECT * FROM fields_meta_data WHERE custom_module=‘Employees’ AND deleted = 0: MySQL error 1146: Table ‘suitecrmtest.fields_meta_data’ doesn’t exist
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Query Failed: SELECT * FROM fields_meta_data WHERE custom_module=‘UserPreferences’ AND deleted = 0: MySQL error 1146: Table ‘suitecrmtest.fields_meta_data’ doesn’t exist
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Query Failed: SELECT * FROM fields_meta_data WHERE custom_module=‘Administration’ AND deleted = 0: MySQL error 1146: Table ‘suitecrmtest.fields_meta_data’ doesn’t exist
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:07:58 2024 [592][-none-][FATAL] Unable to retrieve system settings Query Failed: SELECT category, name, value FROM config: MySQL error 1146: Table ‘suitecrmtest.config’ doesn’t exist
Tue Apr 9 19:08:53 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:08:53 2024 [592][-none-][FATAL] Query Failed: SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = ‘Active’ and deleted = 0: MySQL error 1146: Table ‘suitecrmtest.currencies’ doesn’t exist
Tue Apr 9 19:08:53 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:08:53 2024 [592][-none-][FATAL] Unable to retrieve system settings Query Failed: SELECT category, name, value FROM config: MySQL error 1146: Table ‘suitecrmtest.config’ doesn’t exist
Tue Apr 9 19:12:41 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:12:41 2024 [592][-none-][FATAL] Query Failed: SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = ‘Active’ and deleted = 0: MySQL error 1146: Table ‘suitecrmtest.currencies’ doesn’t exist
Tue Apr 9 19:12:41 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:12:41 2024 [592][-none-][FATAL] Unable to retrieve system settings Query Failed: SELECT category, name, value FROM config: MySQL error 1146: Table ‘suitecrmtest.config’ doesn’t exist
Tue Apr 9 19:17:50 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:17:50 2024 [592][-none-][FATAL] Query Failed: SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = ‘Active’ and deleted = 0: MySQL error 1146: Table ‘suitecrmtest.currencies’ doesn’t exist
Tue Apr 9 19:17:50 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:17:50 2024 [592][-none-][FATAL] Unable to retrieve system settings Query Failed: SELECT category, name, value FROM config: MySQL error 1146: Table ‘suitecrmtest.config’ doesn’t exist
Tue Apr 9 19:20:54 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:20:54 2024 [592][-none-][FATAL] Query Failed: SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = ‘Active’ and deleted = 0: MySQL error 1146: Table ‘suitecrmtest.currencies’ doesn’t exist
Tue Apr 9 19:20:54 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:20:54 2024 [592][-none-][FATAL] Unable to retrieve system settings Query Failed: SELECT category, name, value FROM config: MySQL error 1146: Table ‘suitecrmtest.config’ doesn’t exist
Tue Apr 9 19:21:25 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:21:25 2024 [592][-none-][FATAL] Query Failed: SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = ‘Active’ and deleted = 0: MySQL error 1146: Table ‘suitecrmtest.currencies’ doesn’t exist
Tue Apr 9 19:21:25 2024 [592][-none-][FATAL] Mysqli_query failed.
Tue Apr 9 19:21:25 2024 [592][-none-][FATAL] Unable to retrieve system settings Query Failed: SELECT category, name, value FROM config: MySQL error 1146: Table ‘suitecrmtest.config’ doesn’t exist

After taking a look into the the db, I found out it did not create any tables into the database

Can you help?