In message <[EMAIL PROTECTED]>, Rick <[EMAIL PROTECTED]> writes >the script i'm using is one i've downloaded. there's alreayd a >mysql.sql file in the zip file. do i still need to create a database >in my control panel if they sql file is included into the script? i'm >having lots of problems with this one.. .i'm on yahoo msngr ricklowe14 >if any of you have some time. thanks!! > >rick
Normally, you would need to create the database, perhaps with your control panel, and probably set a username and password for the database. The sql file will create and setup the tables within the database. A .sql script normally has problems in creating a database because it doesn't usually have permissions to create databases. -- Pete Clark http://www.hotcosta.com http://www.spanishholidaybookings.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
