|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
i made a backup of a databse into a file.sql file, but how can i use this ?
i would like to make a backup database with this file, but how do i do this? what other usages are for the files with sql extension? thanks for the info -david |
|
#2
|
||||
|
||||
|
sql files usually contain a bunch of sql commands to recreate the database. to load this sql file back into a database, you can use
mysql -uuser -p database_name < yourfile.sql that's assuming the database is already created. ---John Holmes... |
|
#3
|
|||
|
|||
|
cool, thanks a lot for the help.
-david |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > how can i use file.sql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|