Advertisement
Guest User

Untitled

a guest
Jul 6th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. C:Program FilesMySQLMySQL Server 5.6bin>
  2. C:Program FilesMySQLMySQL Server 5.6bin>mysqld-nt
  3. 'mysqld-nt' is not recognized as an internal or external command,
  4. operable program or batch file.
  5.  
  6. UPDATE mysql.user SET Password = PASSWORD('SenhaNova') WHERE User = 'root';
  7.  
  8. FLUSH PRIVILEGES;
  9.  
  10. mysqld -nt --init-file="C:\Caminho\Do\Arquivo\mysql-init.txt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement