搜索 mysql 共找到 18 条记录
数据库   2024-12-29 21:13   93   0  
数据库   2024-12-21 09:47   104   0  
Docker   2023-12-13 17:14   135   0  
Docker   2023-12-10 11:15   110   0  
Docker   2023-12-10 11:15   103   0  
Docker   2023-12-08 20:37   106   0  
PHP   2023-11-16 08:49   125   0  
CentOS   2023-06-01 09:53   115   0  
CentOS服务器设置本地数据库可以被连接的命令行: mysql -u root -p; grant all privileges on *.* to 'root'@'%' identified by 'mima' with grant option; flush privileges; exit; service mysqld restart;