透過Amoeba連線mysql報錯
透過amobe連線mysql
[root@localhost ~]# mysql -uroot -pESBecs00 -h127.0.0.1 -P8066
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 572351819
Server version: 5.1.45-mysql-amoeba-proxy-2.1.0-RC5 Source distribution
Copyright (c) 2000, 2011, 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> use test;
----報錯了。。。lost connection等
解決辦法:
dbServer的配置檔案password部分配置錯誤!
<!-- mysql user -->
<property name="user">root</property>
<!-- mysql password -->
<property name="password">ESBecs00</property> ---這個部分檢查清楚。。
</factoryConfig>
原文:http://www.cnblogs.com/ylqmf/archive/2012/03/16/2402296.html
[root@localhost ~]# mysql -uroot -pESBecs00 -h127.0.0.1 -P8066
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 572351819
Server version: 5.1.45-mysql-amoeba-proxy-2.1.0-RC5 Source distribution
Copyright (c) 2000, 2011, 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> use test;
----報錯了。。。lost connection等
解決辦法:
dbServer的配置檔案password部分配置錯誤!
<!-- mysql user -->
<property name="user">root</property>
<!-- mysql password -->
<property name="password">ESBecs00</property> ---這個部分檢查清楚。。
</factoryConfig>
原文:http://www.cnblogs.com/ylqmf/archive/2012/03/16/2402296.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29096438/viewspace-1819161/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Amoeba for mysqlMySql
- 如何透過DBeaver 連線 TDengine?
- 連線oracle報錯Oracle
- java通過jdbc連線oracle報錯No suitable driverJavaJDBCOracleUI
- 記一次oracle透過dblink連線mysql實施OracleMySql
- 求救:jdbc與mysql透過Servlet操作後連線關閉不了JDBCMySqlServlet
- Navicat連線centos裡mysql報錯Host is not allowed to connect to this MySQL serverCentOSMySqlServer
- MySQL 8.0版本連線報錯:Could not create coMySql
- Arcgis連線HGDB報錯
- DBeaver連線MySQ報錯
- 解決不能透過mysql.sock連線MySQL問題的辦法(轉)MySql
- mysql 通過IP連線MySql
- 連線zk 報錯連線不上hbase jdbcJDBC
- adb透過wifi連線手機WiFi
- 通過跳板機連線MySQLMySql
- SSH 透過跳板機連線目標機
- 樹莓派透過nmcli命令連線WIFI樹莓派WiFi
- Percona Toolkit工具連線MySQL 8報錯的解決方案MySql
- mysql連線錯誤(2013)MySql
- navicate oracle 連線報錯問題Oracle
- Amoeba for MySQL 基本介紹MySql
- Amoeba for mysql的優劣MySql
- MYSQL 連線登入過程分析MySql
- Java專案連線資料庫Mysql報錯create connection SQLExceptionJava資料庫MySqlException
- MySQL 本地連線遠端伺服器報錯 2003MySql伺服器
- OceanBase學習之路7|透過 MySQL 客戶端連線 OceanBase 租戶MySql客戶端
- mysql連線錯誤碼1251MySql
- OGG Director連線報錯Access denied
- MySQL 建立儲存過程報錯MySql儲存過程
- SQLyog連線MySQL8.0報2058錯誤的完美解決方法MySql
- navicat連線MySQL8.0.11報2059錯誤的解決方案MySql
- MySQL Amoeba讀寫分離MySql
- Amoeba for mysql讀寫分離MySql
- gRPC(五)進階:透過TLS建立安全連線RPCTLS
- 如何設定透過TeamViewer連線群暉NASView
- Oracle透過gateway連線sqlserver2008OracleGatewaySQLServer
- Apache連線多臺tomcat,透過JK2ApacheTomcat
- 求助:如果透過weblogic的datasource獲取連線!!!Web