dean
04-19-1999, 01:35 AM
Seemed like a good time to jump in and run my mouth. Phorum came with a file called add.sql. The fastest way to set up the table is using mysql from a telenet prompt.
The command is:
mysql -pyour_password -uyour_mysql_login database_name <file.name
This is also useful to backup and restore your databases. To backup:
mysqldump -pyour_password -uyour_mysql_login database_name > backupfile.name
This mysqldump creates a text file that should be saved and can be edited http://www.aota.net/ubb/smile.gif
dean morrison
<added>
arg http://www.aota.net/ubb/frown.gif I intended this message to be part of the phorum thread below.
</added>
[This message has been edited by dean (edited 04-19-99).]
The command is:
mysql -pyour_password -uyour_mysql_login database_name <file.name
This is also useful to backup and restore your databases. To backup:
mysqldump -pyour_password -uyour_mysql_login database_name > backupfile.name
This mysqldump creates a text file that should be saved and can be edited http://www.aota.net/ubb/smile.gif
dean morrison
<added>
arg http://www.aota.net/ubb/frown.gif I intended this message to be part of the phorum thread below.
</added>
[This message has been edited by dean (edited 04-19-99).]