|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
sorry...iīm an ASP programmer...and i havenīt got any idea about mysql database...
Is the database in some file (like MS Access)? or I have to make the database in the server with sql statments??? if is the second option...how to make it??? with phpAdmin??? and how to install phpAdmin in the server? is simply upload de files of the original phpAdmin.zip file??? ok... sorry for my bad english.... and good website!!!!!!! |
|
#2
|
|||
|
|||
|
phpMyAdmin will make it a breeze. Upload the files to a dir in your web folder and edit the config.php file to be able to access your mysql installation. Note you should secure this using your .htaccess file
|
|
#3
|
|||
|
|||
|
Hi.
MySQL files are stored in the c:\mysql\data\[database name] folder, so they're just flat files but they're encoded. your best bet would be to read mitch's article on using mysqldump. it is excellent and shows you how to back, restore, transfer, etc. It's here: http://www.devarticles.com/art/1/62
__________________
i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope.i am cope. i drink coke. i am in hope. |
|
#4
|
|||
|
|||
|
http://www.devarticles.com/art/1/62 no longer available,
where can I find an article on how to upload db files to the db server ? |
|
#5
|
|||
|
|||
|
my suggestion when uploadng databases or moving databases from server to server is creating the SQL script exporting both data and structure. Thats the easiest way and more secure.
Of course the way you do it depends on wich tools are you using. In my case i use phpMyadmin and thats really easy to transfer databases from one place to another. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > how to upload mysql database to my server??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|