MySQL my.cnf file - Found option without preceding group

后端 未结 5 551
轻奢々
轻奢々 2020-12-02 15:29

I\'m trying to connect to my DB in Ubuntu remotely but I receive error message when trying to mysql -u root -p:

Found option without prec

5条回答
  •  一整个雨季
    2020-12-02 15:56

    Charset encoding

    Check the charset encoding of the file. Make sure that it is in ASCII.

    Use the od command to see if there is a UTF-8 BOM at the beginning, for example.

提交回复
热议问题