want to reset mysql

hey ,
I ve installed mysql57-server in a newly installed FreeBSD sys ... and then the first time I tried to create a database [using mysqladmin -u root create database dbname;] it says error cannot create database dbname; database exists ...
I m lost here .... what does it means??
is this related to /var/db/mysql or the fact I haven't install mysql57-client??

little note too, it didn' t request the first time password in mysql.secret and the file doesn't exist too ...
please give me a suggestion...
 
Also, your error message states "database exists". Maybe you should try to create DBs with other names, or simply try to connect to "dbname" using the mysql client.
 
Back
Top