Relative Content

Tag Archive for phpmysqli

mysql is not working on my site, how to fix it? [duplicate]

This question already has answers here: MySQL ERROR 1045 (28000): Access denied for user ‘bill’@’localhost’ (using password: YES) (45 answers) MySQL Error: : ‘Access denied for user ‘root’@’localhost’ [closed] (29 answers) ERROR 1698 (28000): Access denied for user ‘root’@’localhost’ (23 answers) ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES) (43 answers) Access […]

How to make this peace?

Here is the mistake
Fatal error: Uncaught mysqli_sql_exception: Access denied for user 'mysql'@'localhost' (using password: YES) in C:OSPanelhomeSTALCRAFT_X_SPARTA.localphpindex.php:71 Stack trace: #0 C:OSPanelhomeSTALCRAFT_X_SPARTA.localphpindex.php(71): mysqli->__construct('localhost', 'mysql', Object(SensitiveParameterValue), 'sparta') #1 {main} thrown in C:OSPanelhomeSTALCRAFT_X_SPARTA.localphpindex.php on line 71
Here is the code
` <?php
$mysql = new mysqli(“localhost”, “mysql”, “mysql”, “sparta”);

How to fix “headers already sent”

Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocswebsitelogin_register.html:1) in C:xampphtdocslogin.php on line 30