07-15-2010, 03:47 PM
"If I open the database with mysql - the database has no content, no tables - nothing!"
seems like you have not created it.
Have you done something like:
mysql -uuser -ppassword youdb < create_tables.sql
this must create the db and the starting users (admin and guest)
seems like you have not created it.
Have you done something like:
mysql -uuser -ppassword youdb < create_tables.sql
this must create the db and the starting users (admin and guest)