Часто возникает ошибка двойных кавычек <some:tag title=”<%=(String)request.getAttribute(\”title\”)%>”>
Лечится это добавлением строки org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false в конец файла $TOMCAT_HOME/conf/catalina.properties.
LocalSystem
user. When submitting jobs, such as stopping or starting the database, the operating system user submitting the job must have the Log on as a batch job privilege enabled.LocalSystem
), then, in addition to granting the Log on as a batch job privilege, you must grant the "Windows service" user the following three privileges:jsmith
, administrator
, and so on.)joe
in the ACCOUNTS
domain specify the user name as ACCOUNTS\joe
.SELECT table_schema "Data Base Name", sum( data_length + index_length) / 1024 / 1024 "Data Base Size in MB" FROM information_schema.TABLES GROUP BY table_schema ;
Запрос возвращает размер каждой из таблиц для базы данных:
SELECT table_name, table_rows, data_length, index_length, round(((data_length + index_length) / 1024 / 1024),2) "Size in MB" FROM information_schema.TABLES WHERE table_schema = "schema_name";
Также размер базы данных можно узнать, узнав размер файла ibdata1.