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