我想在我的linux机器上安装mysql 5.6服务器。我在https://dev.mysql.com/doc/mysql-repo-excerpt/5.6/en/linux-installation-yum-repo.html找到了该文件。 我引导我通过'yum install'安装mysql。但似乎mysql需要超过1GB的巨大尺寸。
但我的根目录非常小。如何更改安装目录。
顺便说一句:我还尝试了其他解决方案,比如 rpm -ivh MySQL-server-5.6.16-1.el6.x86_64.rpm 。但是这样,它依赖于过多的东西很难解决。感谢。
答案 0 :(得分:0)
最佳解决方案是调整磁盘大小,但您可以尝试使用
<h:form id="form">
<p:growl id="msgs" autoUpdate="true" showDetail="true"/>
...
<p:remoteCommand name="onCellEdit" process="@this" update=":form:cars2:carssubtotal :form:cars2:carstotal" />
<p:dataTable id="cars2" var="car" value="#{dtEditView.cars2}" sortBy="#{car.brand}" editable="true" editMode="cell" widgetVar="cellCars">
...
<p:ajax event="cellEdit" listener="#{dtEditView.onCellEdit}" update=":form:msgs" oncomplete="onCellEdit()" />
<p:summaryRow>
<p:column colspan="3" style="text-align:right">
<h:outputText value="Sub-Total: " />
</p:column>
<p:column>
<h:outputText id="carssubtotal" value="#{dtEditView.subTotalSales}">
<f:convertNumber type="currency" currencySymbol="$" />
</h:outputText>
</p:column>
</p:summaryRow>
<f:facet name="footer">
<h:outputText id="carstotal" value="Total: $#{dtEditView.totalSales}" />
</f:facet>
</p:dataTable>
</h:form>
考虑将自定义路径添加到当前路径