Page 1 of 1

More then 1 user possible ?

PostPosted: 07. August 2008 19:45
by fyndler
Hi i have tryed but cannot get it work mayeb not even possible

I want to have 2 users on my xampp is that possible ?

PostPosted: 09. August 2008 19:08
by glitzi85
XAMPP does not have any users. What do you mean exactly?

If you mean you ran the security-Script to secure your XAMPP-Site, you can add users by calling this command:

Code: Select all
C:\xampp\apache\bin\htpasswd C:\xampp\security\xampp.users username


Replace C:\xampp with the path wherever you installed XAMPP and username with your desired username. You will be asked twice to provide a password for this new user. When the command finished, you should be able to login with the new User/password too.

glitzi

PostPosted: 11. August 2008 01:07
by fyndler
What i mean is like i login with

root
password

And all my databases is there for my developing stuff

But now i need another login so my other developer can add his databases with his login and password

Is that even possible ? hehe thanks

Re: More then 1 user possible ?

PostPosted: 13. December 2008 15:50
by fyndler
Anyone ?

Re: More then 1 user possible ?

PostPosted: 13. December 2008 15:55
by Wiedmann
You can add users to MySQL with e.g. phpMyAdmin.