542179528 发表于 2018-10-5 06:42:48

Mysql报错message from server: ERROR 1062 (23000):

# mysql -u root -p  
Enter password:
  
Welcome to the MySQL monitor.Commands end with ; or \g.
  
Your MySQL connection id is 971
  
Server version: 5.5.56-log Source distribution
  
Copyright (c) 2000, 2017, 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>
  
mysql> use mysql;
  
Database changed
  

  
mysql> show tables;
  
+---------------------------+
  
| Tables_in_mysql         |
  
+---------------------------+
  
| columns_priv            |
  
| db                        |
  
| event                     |
  
| func                      |
  
| general_log               |
  
| help_category             |
  
| help_keyword            |
  
| help_relation             |
  
| help_topic                |
  
| host                      |
  
| ndb_binlog_index          |
  
| plugin                  |
  
| proc                      |
  
| procs_priv                |
  
| proxies_priv            |
  
| servers                   |
  
| slow_log                  |
  
| tables_priv               |
  
| time_zone               |
  
| time_zone_leap_second   |
  
| time_zone_name            |
  
| time_zone_transition      |
  
| time_zone_transition_type |
  
| user                      |
  
+---------------------------+
  
24 rows in set (0.00 sec)


页: [1]
查看完整版本: Mysql报错message from server: ERROR 1062 (23000):