Perfect Setup Ubuntu 6.06 vmware image - Apache mysql problem

Discussion in 'Server Operation' started by jgrafals, Apr 26, 2007.

  1. jgrafals

    jgrafals New Member

    when I try to store information in the mysql DB from a webpage the data is not bing stored or recalled correctly. For example in phpMyAdmin if I change a password I cannot log back in with that password. I think this has to do with the default character set.

    I did have to run kbd-config when I first started up the vmware image. Is there an equivalent change that has to be made with apache or mysql?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you reload the mysql server or at least the mysql permission table after you changed the password?
     
  3. jgrafals

    jgrafals New Member

    I did try that, I think the problem is with apaches default character set.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Does the old password still work? In that case you need to restart MySQL or run a
    Code:
    FLUSH PRIVILEGES;
     

Share This Page