Ik heb op internet een script gevonden, een login script. maar ik krijg hem niet aan de praat met phptriad.
Foutmelding: Warning: Access denied for user: 'username@localhost' (Using password: YES) in c:\apache\htdocs\gastenboek.php on line 54
ik zal eerst mysql moeten starten maar dat wil niet echt lukken, apache is al gestart.
ik heb op internet dit gevonden maar dit heeft niet geholpen.
You should also add a password for the root user. The following example starts by removing the anonymous user that can be used by anyone to access the test database, then sets a root user password:
C:\> C:\apache\mysql\bin\mysql mysql
mysql> DELETE FROM user WHERE Host='localhost' AND User='';
mysql> QUIT
C:\> C:\apache\mysql\bin\mysqladmin reload
C:\> C:\apache\mysql\bin\mysqladmin -u root password your_password
Wie kan mij helpen om dit script te laten draaien. Wil je dan stap voor stap uitleggen wat ik allemaal moet doen.
Foutmelding: Warning: Access denied for user: 'username@localhost' (Using password: YES) in c:\apache\htdocs\gastenboek.php on line 54
ik zal eerst mysql moeten starten maar dat wil niet echt lukken, apache is al gestart.
ik heb op internet dit gevonden maar dit heeft niet geholpen.
You should also add a password for the root user. The following example starts by removing the anonymous user that can be used by anyone to access the test database, then sets a root user password:
C:\> C:\apache\mysql\bin\mysql mysql
mysql> DELETE FROM user WHERE Host='localhost' AND User='';
mysql> QUIT
C:\> C:\apache\mysql\bin\mysqladmin reload
C:\> C:\apache\mysql\bin\mysqladmin -u root password your_password
Wie kan mij helpen om dit script te laten draaien. Wil je dan stap voor stap uitleggen wat ik allemaal moet doen.