You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught mysqli_sql_exception: No connection could be made because the target machine actively refused it in C:\xampp\htdocs\includes\dbh.inc.php:8 Stack trace: #0 C:\xampp\htdocs\includes\dbh.inc.php(8): mysqli_connect('217.195.197.56', 'ugur', Object(SensitiveParameterValue), 'klik_database', 3307) #1 C:\xampp\htdocs\index.php(5): include_once('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\includes\dbh.inc.php on line 8
The text was updated successfully, but these errors were encountered:
Here are some steps you can take to resolve the issue:
Check if the database server is running (most likely)
Ensure your software versions fit the ones mentioned in the ReadME
Double-check the login credentials you are using to connect to the database server. Make sure that the username, password, and database name are correct.
Make sure that you are using the correct port number to connect to the database server. The default port number for MySQL is 3306, but it could be different if you have changed it.
No matter what I do I get this error:
Fatal error: Uncaught mysqli_sql_exception: No connection could be made because the target machine actively refused it in C:\xampp\htdocs\includes\dbh.inc.php:8 Stack trace: #0 C:\xampp\htdocs\includes\dbh.inc.php(8): mysqli_connect('217.195.197.56', 'ugur', Object(SensitiveParameterValue), 'klik_database', 3307) #1 C:\xampp\htdocs\index.php(5): include_once('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\includes\dbh.inc.php on line 8
The text was updated successfully, but these errors were encountered: