zdd小小菜鸟 zdd小小菜鸟
2年前
windows--docker-指定ip启动mysql
windowsdocker指定ip启动mysql前提条件tex默认电脑已经安装好了docker,以及自定义配置docker的网络;若无请参考安装1.搜索mysql镜像shelldockersearchmysql2.拉取镜像shelldockerpullmy
Stella981 Stella981
4年前
Linux CentOS MySQL 5.7.18安装教程
1、新建用户组和用户groupaddmysqluseraddmysqlgmysql2、解压Mysql软件包tarzxvf/data/soft/mysql5.7.18linuxglibc2.5x86_64.tar.gzC/data/webserver3、重命名解压后的文件夹cd
Wesley13 Wesley13
4年前
Java switch 语句使用 String 参数
原文同步至http://www.waylau.com/javaswitchusestring/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Fjavaswitchusestring%2F)当我尝试在switch语句使用String
Wesley13 Wesley13
4年前
MySQL远程连接丢失问题解决方法(Lost connection to MySQL server)
MySQL远程连接丢失问题解决方法(LostconnectiontoMySQLserver)参考文章:(1)MySQL远程连接丢失问题解决方法(LostconnectiontoMySQLserver)(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww
Easter79 Easter79
4年前
Tomcat Maven Plugin使用
原文同步至:http://www.waylau.com/tomcatmavenplugin/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Ftomcatmavenplugin%2F)ApacheTomcat的Maven插件提供了go
Wesley13 Wesley13
4年前
MySQL 默认字符集
MySQL默认的字符集是latin1,通常跟我们的中文会打架,导致读写异常或乱码,而我们需要的字符集是utf8.MySQL字符集的查看mysqlshowvariableslike'%character%';
Wesley13 Wesley13
4年前
Activiti 5.17.0 发布 (2014
本文同步至:http://www.waylau.com/activiti5170released/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Factiviti5170released%2F)Activiti5.17.0A
Wesley13 Wesley13
4年前
Mysql(基础篇)
linux下的mysql操作    1、打开MySQL服务    sudoservicemysqlstart  2、使用root用户登录,密码为空    mysqluroot  3、创建数据库    CREATEDATABASE<数据库名字;(注意不要漏掉分号;)  4、连接数据库    us
Wesley13 Wesley13
4年前
MySQL Server 安装
1、安装mysql5.7.18winx64.msi;2、打开cmd,进入C:\\ProgramFiles\\MySQL\\MySQLServer5.7\\bin;3、执行mysqld–install;!image(https://oscimg.oschina.net/oscnet/ed24e74285c4d0940eb2a
Wesley13 Wesley13
4年前
mysql命令大全
MYSQL常用命令汇总更多:PHP教程(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.iiwnet.com)mysqld.exe和mysql.exe有什么区别?mysqld.ex