Jump to content
Froxlor Forum

Rob Steele

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Rob Steele

  1. Thanks d00p! But I tried what you outlined and had the same outcome, these were the commands I used: root@hosting:/# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 14 Server version: 5.7.30-0ubuntu0.18.04.1 (Ubuntu) Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> update mysql.user set password=password('password') where user='root'; ERROR 1054 (42S22): Unknown column 'password' in 'field list' mysql> update mysql.user set plugin='' where user='root'; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> flush privileges; Query OK, 0 rows affected (0.00 sec) mysql> exit
  2. During the initial install I can't get past this message: SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost' I am able to login fine with that password using: mysql -u root -p Is there something else I should be checking for credentials ?
×
×
  • Create New...