View Single Post
  #58  
Old 02-26-2006, 09:46 AM
MarCrush
Fire Beetle
 
Join Date: Feb 2005
Posts: 15
Default

Yeah, a lot of people don't even know how to use a computer really good. I just pointed that out because I'm too lazy (not really). I'm probably going to redo my server raw anyway. You could also make the echo text say:
Code:
Please enter your password and then wait several minutes while your database is sourced.
If you don't have a root password or don't know what it is just press enter.
Enter Password:
Pre-typed batch code:
Code:
@echo off
echo Please enter your password and then wait several minutes while your database is sourced.
echo If you don't have a root password or don't know what it is just press enter.
mysql -u root -p < db.txt
The database deletes it self when you click Finish on the setup dialog, you should put a checkbox saying "Delete database files" and have it checked by default.

Just some tips and advice you can do to improve your server pack. You should also post your DB standalone somewhere on these boards also .
Reply With Quote