certify
07-25-2001, 11:41 AM
# You may create the tables indicated by the SQL commands displayed
# below by executing the following single command on your MySQL
# database server (assuming that 'username' has access to the
# database 'databasename' on SQL server 'hostname'):
#
# mysql --host='hostname' --user='username'
# --password 'databasename' < initialize_tables.txt
#
# note: --password means server will prompt for your password,
# and no single quotes are intended to appear on the command
# line (these were just used to delimit the fields you'll need
# to supply actual values for).
Anybody know what this means??
mysql --host='hostname' --user='username'
--password 'databasename' < initialize_tables.txt
# below by executing the following single command on your MySQL
# database server (assuming that 'username' has access to the
# database 'databasename' on SQL server 'hostname'):
#
# mysql --host='hostname' --user='username'
# --password 'databasename' < initialize_tables.txt
#
# note: --password means server will prompt for your password,
# and no single quotes are intended to appear on the command
# line (these were just used to delimit the fields you'll need
# to supply actual values for).
Anybody know what this means??
mysql --host='hostname' --user='username'
--password 'databasename' < initialize_tables.txt
