CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 4063|回复: 1

cubietruck mysql问题

[复制链接]
发表于 2013-12-17 00:03:25 | 显示全部楼层 |阅读模式
用lubuntu desktop版,使用mysql时提示
ERROR 1006 (HY000): Can't create database 'linux_db' (errno: 28)

我查了下errno28 :    No space left on device

请高手帮忙瞅瞅,为啥会出现这个问题呢?谢谢
新系统,只装了apache,php,mysql,有外接8GB的SD卡

----------------------------------------------------------------------------------------
root@cubietruck:/# mysql -uroot -p123456
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 47
Server version: 5.5.31-0+wheezy1 (Debian)

Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| test               |
+--------------------+
4 rows in set (0.01 sec)

mysql> create database linux_db
    -> ;
ERROR 1006 (HY000): Can't create database 'linux_db' (errno: 28)
mysql>





回复

使用道具 举报

发表于 2013-12-17 10:19:44 | 显示全部楼层
你看一下 系统剩余空间
df -h
即可。
或者 fdisk /dev/sda
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-11-24 01:43 , Processed in 0.021656 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部