Mário Gamito wrote:
Hi,
I've installed MySQL 5.0.27, but can't create databases.
I get "ERROR 1006 (HY000): Can't create database 'contineo' (errno: 28)"
In the log file i have this:
"InnoDB: Error: auto-extending data file ./ibdata1 is of a different size
InnoDB: 0 pages (rounded down to MB) t
Make sure that the UNIX or Linux Admins have added you to the User Group
that will be writing data and making folders in the data directory of MySQL
- Original Message -
From: Mário Gamito <[EMAIL PROTECTED]>
To: mysql@lists.mysql.com
Sent: Thursday, November 2, 2006 8:06:13 AM GMT-0500 US
It looks like you didn't specify a user. Try this:
mysql -u root -p
It will prompt you for the password that you set up for the root account. After you
enter it you will get a mysql> prompt.
Now type:
create database newdatabase;
This will create a new database called newdatabase. You can l