Iweb and Registeration Page

Results 1 to 3 of 3
  1. #1
    Member worwick is offline
    MemberRank
    Dec 2009 Join Date
    South CarolinaLocation
    28Posts

    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.


  2. #2
    Member thebigba is offline
    MemberRank
    Mar 2010 Join Date
    61Posts

    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.

  3. #3
    Member worwick is offline
    MemberRank
    Dec 2009 Join Date
    South CarolinaLocation
    28Posts

    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.



Advertisement