[Request] Database accounts

02/26/2010 05:32 danieldada#1
I know i can search through the dll's for the information i need but i'm hoping i don't have to dig through a pile of CD's for my visual studio installation CD.

I need:

- All user accounts that may / would of been used for ALL supported databases in EO.

I have:

ODBC - Localhost - No pass
@ - Localhost - no pass
Root - localhost - test
Test - localhost - test


I'm asking this because i'm testing chineese setups that may hold key information to fixes and tables i've never seen before. in order for a working copy i need the users ^_^



Don't criticize or flame. if you have nothing good to say don't say it at all.
02/26/2010 05:49 King_Arthur#2
They are all going to be localhost so you don't have to worry about having that part.

root - no pass
root - rufeng
02/26/2010 06:41 ~WARNING~#3
actually i believe a complete list would be:

root nopass
root test
root rufeng
test test

those are the ones i've seen
02/26/2010 22:30 PowerChaos#4
ODBC - Localhost - No pass <--- is onyl used to fix the ODBC error message , for the rest not used

@ - Localhost - no pass <--- does not exist and doesnt goin to work for any release

root - localhost - test <---- is the most used of them all

test - localhost - test <---- is used on some older releases

root - localhost - rufeng <--- is used on the rufeng releases of mannequeen (start of mannequeen )

root - localhost - nopass <---- is used with a fresh install of mysql

but basicly they dont mather if you use them or not
because you can easy edit those passwords , they are located in a few main config files and it is easy to change them
just open a file (config.ini) look what it says at mysql user and then use that username/pass as a new user

if you mean that you going have complete releases (including database and server)
then just open config.ini and check what user/pass is used there and use that to

thats the best and safest way to work

Greets From PowerChaos