码迷,mamicode.com
首页 >  
搜索关键字:连接MySQL    ( 3152个结果
springboot启动提示连接mysql报错:java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required
如题,启动springboot报错: 我们看到mysql连接依赖的jar包mysql-connector-java的版本是8.0.17,而我用的mysql是5.1.37版本的,改下试试: 在pom文件制定版本后重新打包部署,这次spring boot启动ok了。 ...
分类:数据库   时间:2019-12-23 12:57:50    阅读次数:1450
Mysql开放远程连接
mysql数据库创建后默认只支持本地登陆访问 localhost 1.查看mysql连接权限,使用root登陆 进入msyql安装目录的bin目录下,运行mysql -u root -p root进入mysql操作界面 select host,user,password from mysql.use ...
分类:数据库   时间:2019-12-19 13:03:15    阅读次数:101
为什么需要自定义一个基础镜像?
在项目实践中一般会先在PHP官方镜像之上,添加项目一些必用扩展模块,例如连接mysql数据库的mysqlnd模块,或者连接redis、memcache、mongodb等常用的...
分类:其他好文   时间:2019-12-19 09:57:28    阅读次数:327
MySQL8.0安装
MySQL 8.0安装 MySQL8从官网下载的压缩包都是tar.xz格式的, 1:先解压这个压缩包 [root@vmtest src]# xz -d mysql-8.0.18-linux-glibc2.12-x86_64.tar.xz [root@vmtest src]# ls mysql-8.0 ...
分类:数据库   时间:2019-12-17 20:48:37    阅读次数:104
小记--------sqoop的简单从mysql导入到hbase操作
sqoop import -D sqoop.hbase.add.row.key=true //是否将rowkey相关字段列入列族中,默认为false ;该参数必须在import之后 --connect jdbc:mysql://120.27.208.185/bigdatatest //连接mysql ...
分类:数据库   时间:2019-12-17 15:29:30    阅读次数:118
php mysql
参考链接: https://www.runoob.com/php/php mysql create.html PHP连接Mysql 以下两种方式: Mysqli extension PDO mysqli执行sql语句 $query = "select first_name,last_name" fr ...
分类:数据库   时间:2019-12-17 13:09:16    阅读次数:106
IDEA连接mysql:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezon'
时区错误,MySQL默认的时区是UTC时区,比北京时间晚8个小时。 所以要修改mysql的时长 在mysql的命令模式下,输入: set global time_zone='+8:00'; ...
分类:数据库   时间:2019-12-17 10:28:43    阅读次数:921
python连接MySql数据库
python连接MySql数据库 来源:https://www.cnblogs.com/woider/p/5926744.html pymysql 由于 MySQLdb 模块还不支持 Python3.x,所以 Python3.x 如果想连接MySQL需要安装 pymysql 模块。 pymysql ...
分类:数据库   时间:2019-12-16 19:09:01    阅读次数:87
Jmeter连接Mysql出现Cannot create PoolableConnectionFactory (Could not create connection to database server.)错误
0 环境 1 正文 https://www.lanzous.com/i823l3c ...
分类:数据库   时间:2019-12-16 17:52:41    阅读次数:371
navicat 连接 mysql 出现Client does not support authentication protocol requested by server解决方案
安装了navicat 和 mysql,结果最后在navicat中连接mysql时,出现了如下错误提示: Client does not support authentication protocol requested by server; consider upgrading MySQL clie ...
分类:数据库   时间:2019-12-16 11:43:31    阅读次数:90
3152条   上一页 1 ... 30 31 32 33 34 ... 316 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!