摘要:
input_data.py # Copyright 2015 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use 阅读全文
摘要:
在本地Navicat连接服务器Mysql: 1.常规连接方法: 首先设置mysql远程访问权限,Mysql默认不允许远程登录,所以需要开启远程访问权限,操作如下: 1.首先进入mysql mysql -uroot -p 2.查看user表 mysql> use user; 3.开启远程访问权限 my 阅读全文