要在下面显示光盘空间,请使用命令.myServer# df -h结果必须是这样的.Filesystem Size Used Avail Capacity Mounted on/dev/vdisk 13G 13G 46M 100% /devfs 1.0k 1.0k 0B 100% /devI am working on a project where i need to create a database with 300 tables for each user who wants to see the demo application. it was working fine but today when i was testing with a new user to see a demo it showed me this error message 1030 Got error 28 from storage engineAfter spending some time googling i found it is an error that is related to space of database or temporary files. I tried to fix it but i failed. now i am not even able to start mysql. How can i fix this and i would also like to increase the size to maximum so that i won't face the same issue again and again. 解决方案 Mysql error "28 from storage engine" - means "not enough disk space".To show disc space use command below.myServer# df -hResults must be like this.Filesystem Size Used Avail Capacity Mounted on/dev/vdisk 13G 13G 46M 100% /devfs 1.0k 1.0k 0B 100% /dev 这篇关于1030从存储引擎收到错误28的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-31 10:07