登录数据库后,选择数据库时发现以下提示, mysql> use testReading table information for completion of table and column namesYou can turn off this feature to get a quicker startup with -A Database changedmysql> 意思是 预读这个库中表以及表列信息,一般原因是当库中表很多,表中数据很大时,就会出现执行use <库名>后半天
Could not get content for…… jQuery is not defined 原因:数据库缓存 解决方法: select id, create_date, store_fname, datas_fname from ir_attachment where datas_fname like '%.js%'; 删除数据库中查出来的web.assets_common.js.web.assets_frontend.js.web.assets_backend.js