[root@server ~]# cat /usr/local/directadmin/scripts/setup.txt
hostname=server.vps157.vn
email=admin@server.vps157.vn
mysql=NtncEitn
mysqluser=da_admin
adminname=admin
adminpass=ayFbF9BX
ns1=ns1.vps157.vn
ns2=ns2.vps157.vn
ip=202.92.5.157
netmask=255.255.255.0
uid=vps157.vn
lid=vps157.vn
services=services_es60_64.tar.gz
Mật khẩu của user root được lưu trữ trong các dòng bắt đầu với mysql =
Ta có thể sử dụng mật khẩu đó để đăng nhập MySQL
[root@server ~]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.5.31 MySQL Community Server (GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
Hướng dẫn cách đăng nhập MySQL không cần phải nhập password root
Nếu bạn muốn truy cập mysql từ ssh hoặc giao diện điều khiển trực tiếp tạo ra một tập tin trong /root/dir gọi .my.cnf:
[root@server ~]# touch /root/.my.cnf
Và chỉnh sửa lại :
[root@server ~]# vi /root/.my.cnf
Thêm các dòng dưới đây:
[client]
user=root
password=XXXXXX
Điền mật khẩu với đèo bạn nhận được từ setup.txt, lưu file :wq và thoát. Sau bước này chỉ cần viết mysql để nhập MySQL giao diện điều khiển trực tiếp mà không cần mật khẩu.
[root@server ~]# mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 14
Server version: 5.5.31 MySQL Community Server (GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
Tên Dịch vụ Phí cài đặt Phí duy trì hàng năm Phí Transfer .com Miễn phí 335.000 đ 325.000 đ .net Miễn phí 365.000 đ 355.000 đ .org Miễn phí 338.000 đ 328.000 đ .info Miễn phí 599.000...