[SOLVED] g2 database setup Trouble
bodillon
Joined: 2005-03-20
Posts: 3 |
Posted: Sun, 2005-03-20 19:04 |
I am not very experienced with mysql and databases. I know the basics. I am stuck on step 5 in the G2 installation. Right now, i have my default database, and In order for it to connect to my MySQL stuff on Step 5 of the G2 installation, what information do i need to put in? Database type: (MySQL all versions) If i can get the correct information to connect to the MySQL server, I should be able to pass step 5. Currently, I think i am putting in the wrong information and it is giving me this error: Warning: mysql_connect(): Access denied for user: 'dillon_g2user@saturn.select-servers.com' (Using password: YES) in /home2/dillon/public_html/gallery2/lib/adodb/drivers/adodb-mysql.inc.php on line 339 Help is appreciated, I will check back to this thread often for replys. Please let me know if i can provide you with any additional information. ---- |
|
Posts: 32509
are you sure this access to the mysql server on saturn.select-servers.com should work? is it tested?
Posts: 3
Problem solved! Nothing major i had to do, I simply did not have the correct database name in. I put localhost is for the DB name, and i believe i had no password.
Thanks for the reply, I have learned more than i knew before simply by going through this process.
Posts: 32509
as mysql server/host try:
localhost
or just empty
Posts: 3
Above post ^^^^ thanks a ton valiant, although i solved it a hair before you posted, that was it!