Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems creating and managing mySQL on remote Linux server

Status
Not open for further replies.

JDepot

Programmer
Jul 28, 2010
2
US
I am currently working on a project where I have created a complex, multi-table database using Microsoft Access. This database now needs to be transferred to a remote Linux server with mySQL.

I am way out of my depth here, I am currently a rising senior in college and im not even majoring in CS. I have experience with creating databases from a high school summer job and that's it.

So what I need is a way to either link the mySQL database on the Linux server to Access, using Access as a front end, or find a different front-end software.

Also I have never worked with Linux before, how do I move a file from my Windows 7 PC to the linux server, i currently connect using putty.

Thank you for your help.
 
this looks like an easy way to do just that


If you need to transfer files ftp or sftp is the way to go

on your PC go to a CMD line and change directories to where the file is located then type

ftp linuxserverIPaddress
login
password
cd (directory where you want to put the file)
put filename
bye


Norm
 
Great, thanks for the direction to Navicat, im trying to get it to work but hitting problems. 30 day free trial so i have some time to work it out and free support which is great.

Thanks again
 
 http://www.navicat.com/
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top