I installed an Apache server with PHP support onto my computer, after which I installed MySql. Everything installed ok, and it works, but I can't create any users. I can exicute the mysql commands from the dos prompt or through PHP, but neither way works. I can do everything else(create and delete databases, create and delete tables, etc.), but I can't create users. Basically I need to make the original user with Administrative rights so that I can create other users. How can this be done? Thanks.