mischkew / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 0 forks source link

Datamachine documentation contains wrong statement. #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On the documentation site:
http://code.google.com/p/jwpl/wiki/DataMachine

the statement:

mysqladmin -u[USER] -p create [DB_NAME] DEFAULT CHARACTER SET utf8 DEFAULT 
COLLATE utf8_general_ci;

is wrong. It gives back the following error:

mysqladmin: Unknown command: 'DEFAULT'

You could set the default character set with --default-character-set=utf8 but 
there doesn't seem to be an option for default collate with mysqladmin.

Original issue reported on code.google.com by SamyAt...@googlemail.com on 10 Feb 2012 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 10 Feb 2012 at 11:57

GoogleCodeExporter commented 9 years ago
Thanks, I'll look into that.

Original comment by oliver.ferschke on 10 Feb 2012 at 11:57

GoogleCodeExporter commented 9 years ago
I changed the documentation

Original comment by oliver.ferschke on 18 Feb 2012 at 5:32

GoogleCodeExporter commented 9 years ago
Hi, I think you changed the wrong statement:
This statement is the one that I thought was wrong an it is still there:
mysqladmin -u[USER] -p create [DB_NAME] DEFAULT CHARACTER SET utf8 DEFAULT 
COLLATE utf8_general_ci;

The configuration via the mysql shell was right and worked

Original comment by SamyAt...@googlemail.com on 19 Feb 2012 at 1:25