MySQL
huntblack
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LATERAL VIEW explode 采坑, 遇到空的array/map不返回结果
LATERAL VIEW explode 说明: UDFArgumentException explode() takes an array or a map as a parameter, 主要是将array和map 打平; 比如: 有个test表,结构如下: A B C [“垂直频道优质网易号提权_实验组_1”,“mfv2替换实验_实验组_1”] 1 k1 null 2 k2 则select A_explode from test where B=1 lateral view e原创 2020-08-06 19:54:32 · 2700 阅读 · 0 评论 -
ERROR 1045 (28000): Access denied for user 'xxx'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user ‘xxx’@‘localhost’ (using password: YES) 在MariDB添加新用户时: mysql> GRANT ALL PRIVILEGES ON wds. TO wds@’%’ identified by ‘wds0k’; Query OK, 0 rows affected, 1 ...转载 2018-11-21 16:28:37 · 911 阅读 · 0 评论 -
Centos7 wordpress路径问题, 出现Sorry, but I can’t write the wp-config.php file.
1.首先可尝试这位同学的办法, 修改nginx配置文件root的目录; https://blog.youkuaiyun.com/edison_03/article/details/82750935 2. 将latest.tar.gz的解压文件wordpress, 更改所有者和群组权限 sudo chown nginx:nginx wordpress/* 3. 为wordpress 添加读写权限: chco...原创 2018-11-21 18:29:04 · 2681 阅读 · 0 评论
分享