MySQL Forums
Forum List  »  General

Re: Database Access Error
Posted by: Harrison Fisk
Date: October 28, 2004 08:43PM

Hi,

ibdata1 isn't a database, it is the InnoDB table space, which is a different thing all together.

You should first create the database (or you can use a default database called 'test'), then tell phpbb to use that.

To create a database do the following:

shell> mysqladmin -u root create newdbname

Or you can download and use one of the GUI interfaces such as MySQL Administrator, which will allow you to create a database as well. You can get it at http://dev.mysql.com/downloads/administrator/index.html

Harrison Fisk, Trainer and Consultant
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Written By
Posted
October 28, 2004 07:34PM
Re: Database Access Error
October 28, 2004 08:43PM
October 28, 2004 08:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.