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...
-
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...
-
An explainer video is one that conveys a business or a product idea in a simplified way. Putting up an explainer video is a proven method t...
-
Starting a blog or a website isn’t the hardest part, getting noticed and attracting the right audience is. Many blogs and websites have gon...
-
Repeating the same movements in a frame that’s called loop. Loop recording is the process of recording audio or video continuously on an end...
-
How to Save/Download Instagram Stories on iPhone and Android Save/Download Instagram Stories on iPhone and Android Tips to Save/Download Ins...
-
How to Prevent iTunes from Getting Duplicate Music? Whenever you put a song in your iTunes library, a copy of the song is made and added aut...
-
The whole purpose of going digital today is to give an extra boost to your small business. Something you should keep in mind is the importa...
-
”Develop a passion for learning, if you do so you will never stop growing” Learning is a continuous process that goes on for a lifetime. B...
-
The 5 Real Benefits of Guest Blogging By doing guest blogs on high authority sites, you will get natural backlinks that will not hurt you...
没有评论:
发表评论
注意:只有此博客的成员才能发布评论。