V
Valeriy Bashkatov
Guest
First you must start the database using the parameters -H / -S example proserve sports -H localhost -S 5050 What is the size of your database? SQLDUMP can be used for small databases - this utility sequentially dump the contents of all tables. syntax sqldump -t %.% -u -a progress:T: : : example sqldump -t %.% -u sysprogress -a sysprogress progress:T:localhost:5050:sports
Continue reading...
Continue reading...