摘要:
bug one: You are trying to add a non-nullable field 'height' to person without a default; we can't do that (the database needs something to populate e 阅读全文
摘要:
一.数据库的基本操作 数据库的安装以后更新 在Linux系统下: 1.启动数据库服务:sudo service mysql start 2.停止数据库服务:sudo service mysql stop 3.重启数据库服务:sudo service mysql restart 4.进入MySQL数据 阅读全文