![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
I am used to working with Access, where I create the database and tables in access and then do everything else via ASP code that i wrote, I need do do some work with a MySQL and host it, now im not in control of the servers its being hosted on all i have is ftp access
I have used MySQL on my desktop but not much Question: does MySql produce a file for the DB that I can upload to my webserver like Access? Or Does MySQl have to be installed on the webserver and i have to interact with it that way. Thanks |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
MySQL is like Microsoft SQL Server but less complicated as well as open source. It is a service so it has to be installed onto the server in order for it to run. You must also have a Mod to work in between the Coding and the Database itself. So to answer your question, no MySQL does not produce a file that you can upload. The database itself is contained in file(s) but you can't access them directly, at least that's what I know.
|
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Your server probably provides you with an administration package (PhPMyAdmin is an example). You can describe the database with files and upload/download them.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
thanks for the replies,
DaWei, what do you mean by "you can describe the database with files" My server has a GUI for me to interafce with MySQL but i want the cmd line. |
|
|
|
|
|
#5 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 4
![]() |
You can create tables and records in MySQL via SQL commands. For example:
sql Syntax (Toggle Plain Text)
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
oh...i didnt make the connection between the desc command and that
I know how to code Sql, but thank you. My problem is that my hosting provider only has a gui interface to create tables / statements what not, i prefer command line and running my own scripts. thank all of you: Do you know of any program i can use to connect to the database command lie remotely, i had used Oracle before (throgh school) and we used sql plus to use to oracle |
|
|
|
|
|
#7 |
|
PFO Founder
![]() ![]() |
What gui does your hosting provider provide for you?
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#8 |
|
Hobbyist Programmer
|
There is a program and I can't remember it's name but it's at the MySQL website and it's a remote way to do the command line (I Believe) if not you can create tables remotely. You might have to set the server to accept connections from your computer in order for it to work though.
|
|
|
|
|
|
#9 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 139
Rep Power: 4
![]() |
sounds nice, just like what i want, i will look into that thanks
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Syncing MySQL | drumltd | PHP | 3 | Nov 2nd, 2006 5:10 PM |
| MySQL with python? | snipertomcat | Python | 2 | Apr 13th, 2006 1:34 AM |
| Tutorial - Using MySQL in C# | Darkhack | C# | 12 | Jan 17th, 2006 9:28 AM |
| Simple Perl / MySQL Problem.. pls help! | domquemo | Perl | 0 | Jan 11th, 2006 4:08 AM |
| More MySQL errors | ArchAngel | PHP | 12 | Mar 8th, 2005 9:53 PM |