Hi,
I'm bundling MySQL with a Java app, and it is currently working on Windows
and Mac OS X. Right now I'm porting it to Solaris.
The problem I'm having is when I try to create a database ("CREATE DATABASE
mydb") I get the error: "ERROR 1006: Can't create database 'mydb'. (errno:
2)"
Using perro
2. When I take that option out, it says "Fatal error: Can't open privilege
tables: Table 'mysql.host' doesn't exist".
This, to me, suggests I need to install MySQL properly. But I don't want it
to have to be installed!
Any suggestions?
Thank you,
Colin O