mysql_51 revision 444
444N/A# The contents of this file are subject to the terms of the 444N/A# Common Development and Distribution License (the "License"). 444N/A# You may not use this file except in compliance with the License. 444N/A# See the License for the specific language governing permissions 444N/A# and limitations under the License. 444N/A# When distributing Covered Code, include this CDDL HEADER in each 444N/A# If applicable, add the following below this CDDL HEADER, with the 444N/A# fields enclosed by brackets "[]" replaced with your own identifying 444N/A# information: Portions Copyright [yyyy] [name of copyright owner] 444N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. 444N/A# SMF_FMRI is the name of the target service. This allows multiple instances 444N/A# to use the same script. 444N/A echo "SMF framework variables are not initialized." 444N/A echo "mysql/data directory ${MYSQLDATA} is not a valid MySQL data directory" 444N/A #Check if the system architecture supports 64-bit applications 444N/A if [ "${PLATFORM}" != "64" ]; then 444N/A echo "This system is not capable of supporting 64-bit applications." 444N/A echo "Set the \"enable_64bit\" property value to \"false\" to start the 32-bit server." 444N/A echo "Usage: $0 {start|stop}"