群晖MariaDB10 远程连接


群晖MariaDB10 远程连接

ssh进入群晖

cd /volume2/@appstore/MariaDB10/usr/local/mariadb10/bin

命令进入MariaDB10

./mysql -u root -p

如下:

 

Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 92
Server version: 10.3.29-MariaDB Source distribution

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> use mysql
Database changed
MariaDB [mysql]> update user set host='%' where user='wordpress_user';
Query OK, 1 row affected (0.001 sec)
Rows matched: 1  Changed: 1  Warnings: 0

MariaDB [mysql]> select host,user from user -> ;
+-----------+----------------+
| host      | user           |
+-----------+----------------+
| %         | root           |
| %         | wordpress_user |
| ::1       | root           |
| localhost | root           |
+-----------+----------------+
4 rows in set (0.000 sec)






 

 

 

navcat连接数据库

 

愉快的操作数据库吧

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM