MySQL Forums
Forum List  »  Newbie

Re: Newbie create/configure question
Posted by: Peter Brawley
Date: August 29, 2016 08:12PM

mysql_config_editor does not create databases. See http://dev.mysql.com/doc/refman/5.7/en/mysql-config-editor.html for a description of what it is for.

Quote

C:\Program Files\MySQL\MySQL Server 5.7\bin>mysql -u root lmj03

Add -p so it prompts you for your password.

For help with how to invoke the mysql client program, run ...

C:\Program Files\MySQL\MySQL Server 5.7\bin>mysql --help --verbose | more

> Please let me know of a reference that is so basic ...

The first few chapters of the online manual include introductory tutorial material.

Options: ReplyQuote


Subject
Written By
Posted
Re: Newbie create/configure question
August 29, 2016 08:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.