MySQL Users

[ego]mouse

Verified User
Joined
Apr 1, 2005
Messages
14
Location
Wales, UK
How come i don't need to make users for my databases?

I only seem to be able to use the DA username and password.

I need to create usernames for the databases to give different users diffrent levels of access to tables.
 
I don't understand your question.
How come i don't need to make users for my databases?
At this time you MUST create a user for every new database you create. This discussion has gone around already.

You can create as many users as you need through the MySQL Administration page of the user level...
 
jmstacey said:
I don't understand your question.

Well in DA as a client i've made a database with no users. When i go to www.mydomain.com/phpmyadmin i log in with my DA username and password.

Also i've got a PHP page displays info from this database and the connection veribles i used were:-

server: localhost
database: DAusername_Database
username: DAusername
password: DApassword
 
Back
Top