|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
How do I upload files into a mysql database with out FTP Access?
OK I'm moving my mysql data to a new mysql server but my host doesnt allow you to FTP database files over. The files I want to transfer are in .myi .myd .frm format. I tried phpmyadmin but it only seems to let me create new fields and tables and not transfer database files. What can I do to move them over to this new database? Thanks!!!
|
|
#2
|
|||
|
|||
|
Do you have access to the MySQL server remotely? What sort of access are you allowed to your files?
|
|
#3
|
|||
|
|||
|
yes all I was given was database name, username, and password. I am allowed one database.
|
|
#4
|
|||
|
|||
|
If you can access the mysql server then you can load files from your local machine.
mysql -u usernam -ppassword -h hostmachine -D database < file.sql |
|
#5
|
|||
|
|||
|
but im not uploading a .sql file, its these formats: .myi .myd .frm
|
|
#6
|
|||
|
|||
|
Nevermind I got it all figured out, thanks
|
|
#7
|
|||
|
|||
|
If you do not mind, please post your solution.
|
|
#8
|
|||
|
|||
|
I exported all my data to a .sql file with phpmyadmin and then ran on the database.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > How do I upload files into a mysql database with out FTP Access? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|