摘要:
SELECT create_date AS 'SQL Server Installed Date', Expiry_date AS 'SQL Server Expiry Date', DATEDIFF(dd,create_date, GETDATE()) 'No_of_Days_Used', ABS 阅读全文
摘要:
mysql5.6grant all privileges on *.* to root@'%' identified by "mysql_pwd" with grant option;grant all privileges on *.* to root@'localhost' identified 阅读全文