Environment:
ES:6.5.0
OS:Centos 7
1. Create Directory
[[email protected] ~]$ cd /home/esuser
[[email protected] ~]$ mkdir xpach
2. Prepare the following 2 Java files
LicenseVerifier.ja
Environment:
ES:6.5.0
OS:Centos 7
1. Create Directory
[[email protected] ~]$ cd /home/esuser
[[email protected] ~]$ mkdir xpach
2. Prepare the following 2 Java files
LicenseVerifier.ja
Our iOS application is transferred from account A to account B. Previously, we used the certificate created in account A and uploaded it on iTunes Connect using the certificate of account A.
< /p> #code
desc user
select user,host,authentication_string from mysql.user;
#Modify password
update user set authentication_string=password(‘new password’) where user=‘user name’
#After