SQLServer2005removelogfile.:Issue: SQL server does not work when the log file occupied all the disk space. Resolution: Remove the LOG file data . St...
1、使用SHOW语句找出在服务器上当前存在什么数据库: mysql SHOW DATABASES; +----------+ | Database | +----------+ | mysql | | test | +----------+ 3 rows in set (0.00 sec) 2、创建一个数据库abccs mysql CREATE DATABA...