到目前为止,我已经有了这个,但是列' name‘不明确,所以我想将modle表中的name列更改为其他列(还有一个name列是student表)。我该怎么做呢?FROM studentJOIN event ON event.id = attends.eventWHERE name LIKE '%Database%'
我在Mac上,刚刚用MacPorts安装了mysql5。然后我成功地运行了:我可以启动服务器并以“root”身份连接,但是我不能创建任何数据库$ mysql5 -u root -pWelcome to the MySQL monitor. Commands end with ; or \g.denied for user