2018年3月8日星期四
magento创建后台用户sql 1.9.2.4+
INSERT INTO `admin_role` VALUES (1,0,1,1,'G',0,'Administrators',1,NULL,NULL);
INSERT INTO admin_user SELECT
NULL user_id,
"fname" firstname,
"lname" lastname,
"demo@163.com" email,
"admin" username,
MD5('demodemo') password,
NOW() created,
NULL modified,
NULL logdate,
0 lognum,
0 reload_acl_flag,
1 is_active,
NULL extra,
NULL rp_token,
NOW() rp_token_created_at,
NULL failures_num,
NULL first_failure,
NULL lock_expires;
INSERT INTO admin_role SELECT
NULL role_id,
(
SELECT
role_id
FROM
admin_role
WHERE
role_name = 'Administrators'
) parent_id,
2 tree_level,
0 sort_order,
'U' role_type,
(
SELECT
user_id
FROM
admin_user
WHERE
username = 'admin'
) user_id,
'fname' role_name,
1 gws_is_all,
NULL gws_websites,
NULL gws_store_groups;
订阅:
博文评论 (Atom)
Also Read:
-
Vernee是由中国深圳新英国网络技术有限公司生产的手机品牌。 该品牌成立于2016年2月,标志着New Bund从OEM/ODM转移到公共市场的第一步。 Vernee手机使用Android操作系统。 该公司的定价政策使他们能够将中型硬件放在低端价格上,并附有Android OS...
-
长尾词的关键词覆盖率,主要用来监控站外的排名。 之前跟一个做推广的聊,跟他说查一下关键词覆盖率,他反问我,什么是关键词覆盖? 关键词覆盖,目的就是把你的关键词尽可能的覆盖到搜索引擎结果中,比如 百度 搜索结果第一页有10个排名,10个都是你所发的排名,那么用户就...
-
We all want to create the best content possible, but with more than a BILLION active websites and blogs on the internet today… it’s getti...
-
网站 媒体 https://www.tapscape.com/contact-us/ https://www.purewow.com/entry_name/national/contact_us.htm http://www.softandapps.info/about/ ...
-
在我们 公布 扩大对 Accelerated Mobile Pages 的支持后,您可以遵循下面的 8 大提示来帮助您的客户构建其网站的 AMP 版本 (AMPlify)(在他们表现出兴趣前就做好准备工作)。 1. 开 始可以非常简单 如果网站使用的是常见的 内...
-
Where does your competitors’ traffic come from? How successful are they in engaging their target audience? You could answer these questions...
-
Step1 打开YouTube的字幕显示,手动复制到txt文件保存 Step2 将保存的txt程序运用下面代码转换成需要的srt文件,拖拽至视频即可播放 # -*- coding: utf-8 -*- """ Create...
-
10 reasons Not to Buy the iPhone XS There’s a reason Apple discontinued the iPhone X. It’s too damn good. They knew that if iPhone X wa...
-
http://reviews.thewindowsclub.com/easeus-data-recovery-wizard-review http://www.theallineed.com/technology/20170728/easeus-data-recovery-wi...
-
Here are the key differences between SDR and HDR SDR - Standard Dynamic Range • SDR has a relatively narrow range of luminance, covering o...
没有评论:
发表评论
注意:只有此博客的成员才能发布评论。