PDA

View Full Version : database problem


threesixtypunk
05-13-2005, 04:22 AM
hey there....

i am working with this php/mysql program for my website which will allow me to update my "events" page. Basically with this I can easily add and update my events in seconds without messing with the code.

anyway, i have installed it, created my database, but i'm having this problem.
When i try to do anything that has to read from my database, i get this error message...
showlister :: error
Could not select database showlister_04b
Check database

to better understand this you might want to see for your self, go to
http://flight409rock.com/tour/admin/add_artists.php
and just fill in each form with unecessary info.

any help would be greatly appreciated.

THANKS!

Tangerine Dream
05-13-2005, 10:04 AM
Could not select database showlister_04b
Check database
Hi, it's hardly to say what's wrong with your code without seeing it, but probably this error is the result of mysql_select_db() call with either non-existent DB 'showlister_04b', or MySQL user account you specified for mysql_connect() doesn't has access to 'showlister_04b'

http://flight409rock.com/tour/admin/add_artists.php
and just fill in each form with unecessary info.
Viewing the custom error message also doesn't tell much :)