bởi 1stCola | Th3 1, 2023 | Cơ sở dữ liệu, Danh mục chung, MySQL, SQL Server
Hiện tại MySQL không còn phù hợp với hệ thống của mình. Xếp quyết định dùng SQL Server làm lựa chọn thay thế. Nhiệm vụ của mình là phải di chuyển hết đống cơ sở dữ liệu (csdl) đồ sộ kia từ MySQL sang SQL Server.Sau 1 lúc mày mò mình trên Internet mình tìm được công cụ...
bởi 1stCola | Th3 1, 2021 | Cơ sở dữ liệu, MySQL
Please follow the below steps. sudo service mysql stopsudo mysqld_safe –skip-grant-tablessudo service mysql startsudo mysql -u rootuse mysql;show tables;describe user;update user set authentication_string=password(‘1111′) where...