↧
Answer by noobsauce for Connecting to mysql in xampp without password
If you haven't set a password for MySQL (check by opening the MySQL config through XAMPP), just put "" as the password. Make sure your PHP script is also configured to use that as the password, because...
View ArticleConnecting to mysql in xampp without password
I want to configure the mysql xampp password to no password. I opened the my.ini and I saw the following line:# password = passwordI I don't use password what should I type?And that's the error I get...
View Article