Iweb and Registeration Page
I have two peoblems.
1) can't get iweb to run. but phpadmin works fine. Checked table.xml and gmopgen.xml and made sure the password and ip address was correct.
2) when i go to register a account, i get the following:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in /opt/lampp/htdocs/register/index.php on line 18
Can't connect to MySQL.
Any one know what I screwed up or have a suggestion?
Thanks in advance.
Re: Iweb and Registeration Page
yeah, you need to set a password for mysql. appearantly you having an issue connecting because mysql has a password set and you either arent using a password to try to connect to it , or you are using a different password than the one it has in store.
Re: Iweb and Registeration Page
Where would the password be stored so I can double check it? And which password do I use? the one for MySQL or for ROOT?
In the table.xml file, I changed the password root to match the root login because it showed username=root and i change the ip address to match the servers.
name="auth0" password="root" poolsize="3" url="jdbc:mysql://192.168.0.50/dbo?useUnicode=true&characterEncoding=utf8" username="root
Is this where i needed to change it?
Thanks for all your help.