Nov 21, 2009

Hosting A Server On Database - I'm a total noob at databases

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Databases

Hosting A Server On Database - I'm a total noob at databases

Toxica
Well this might be in the wrong place or I might have no clue what im talking about but I heard something. Is it possible to host like a .exe server such as a macromedia multiuser server on a database such as MySQL or any other databases? I have a friend that said he did it but I think he is lying. Thanks in advance!

Comment/Reply (w/o sign-up)

Houdini
Iwouldnt say your friend was lying...just misinformed. He probalby got hosted on a server that offered MySQL. Forums like Invision (this one) require a database to work, it is possible to run a foum using PERL and a file system but it eats up a lot of disk space and they are more of anovelty than a practical system. The MySQL is a database server, it merely manipulates, stores and retrieves data, I doesn't understand HTML or HTTP at all only PHP or its own query language, so you can't take an SQL server and make a web site with one, it is used with a webserver. Hope that helps.

Comment/Reply (w/o sign-up)

ajmal
QUOTE (Houdini @ Jun 19 2005, 07:28 PM)
Iwouldnt say your friend was lying...just misinformed.  He probalby got hosted on a server that offered MySQL.  Forums like Invision (this one) require a database to work, it is possible to run a foum using PERL and a file system but it eats up a lot of disk space and they are more of anovelty than a practical system.  The MySQL is a database server, it merely manipulates, stores and retrieves data, I doesn't understand HTML or HTTP at all only PHP or its own query language, so you can't take an SQL server and make a web site with one, it is used with a webserver. Hope that helps.
*

You are partially wrong:

- you don't need to use perl to write a forum using flat files. you can use php+flat files or perl+mysql. I wrote myself a php CMS using flatfile database.

- storing data in mysql or files makes no difference. mysql needs a hd too, or did you think the data stored in sql dbs just float around?

 

 

 


Comment/Reply (w/o sign-up)

malinas
there are many possibillyties..
.I think it's just best to install a database on your server.

Comment/Reply (w/o sign-up)

Smappa
I'm a noob too in that...

Comment/Reply (w/o sign-up)

Fasga
MYsql server meant for storing things like text data, not programs? Correct me if im wrong, but i don't thing that it would work.

Comment/Reply (w/o sign-up)

Houdini
Actually a database is a server except that it only serves data and not files, a web server will produce document that are based on HTML, A mail server would of course serve e-mail all servers no matter what they do use executable programs and these programs may or may not be exe but could be com or a java or many other programming languages, basically a database like MySQL works with a web server which through PHP or some other language will pass commands to the database which will follow the commands and send a result even if it is nothing more than an error, therefore to set up a system like the one that the host here is running on you will have at least two servers a web server to communicate with browsers and also a database server like MySQL to handle data manipulation, it is possible to have many different servers on one machine as in the case of a local machine like I am on that runs Windows XP and Apache web server, a MySQL database, and I also have an FTP server, and a mailserver by File Zilla. So you might want to tell your friend that he just might be misinformed about his terms

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Hosting Server Database I39m Noob Databases

  1. MySQL Output Database Question - (19)
    I am new to MySql and have just created a database after using a script. My problem is not the
    script, but what it says about putting it into the output file. I cant figure out the right terms
    to put it in, I keep getting errors. I try using; SELECT*FROM 'database name' WHERE
    'location' but it isnt working. I'm lost with this stuff, I really am. Can someone
    please help me out?...
  2. Error In Installing MySQL Server - MySQL server cannot be started (9)
    I try to upgrade my MySQL server from 4.018 to 4.1.10a. Firstly, I downloaded mysql-4.1.10a (not the
    essential one) for win XP Then I install the new version after the old version was uninstalled.
    After the installation process, Instance Configurator comes up to help for the configuration. But an
    error occured when it try to start the MySQL service. Error messageis "cannot create windows
    service for MySQL. Error:0" So my MySQL server cannot be started. It is running win XP on my
    computer. Does anybody can tell me what is wrong?. Thanks (sorry for my bad english)...
  3. How To Understand A Database Schema - A very nice and simple tutorial (9)
    Yesterday while i'm seaching for a data model and database schema at the Library of Free Data
    Models for a new project of a friend of mine i found there this nice and simple tutorial on How to
    Understand a Database Schema . As its name says, this tutorial will help you to better understand a
    Database Schema and covers the following basics topics that every Database Schema must define:
    QUOTE Primary and Foreign Keys. One-to-Many and Many-to-Many Relationships. Inheritance.
    "Rabbit's Ears", (Recursive relationships). The Scope of this tutorial is ...
  4. Updating A Database's Tables - (11)
    Is there an "easy" way to update a database's tables? Like for instance, I have my own
    custom-coded member login system. Whenever I add a new feature that needs a database, I manually
    have to download, update and upload the database. Is there an easy way I can do this? THANKS!!! F...
  5. Accessing Ms Access Database From A Centralized Location? - (10)
    Hi I am a manager at a trading/wholesaling company (and have no programming background). I
    customized the Northwind sample access database to make invoices and keep accounts for my company.
    We now opening another office at a distant location. So, the order entry will be done at two
    points(we plan to use the same Access database). I am not able to figure out how to access the same
    MS Access database from two different location(as LAN can't be used). Moreover, we can't
    afford to pay huge sums to the software developers. Can intranet or uploading the database t...
  6. MS-database To MySQL - I'd like to batch them (6)
    Hi, maybe one of you already came across this, so I ask. I'll continue searching on. I've
    got two vocable trainers, one is Windows-native, the other one is on the web. While I can't
    control the output of the Windows-thing (so I can't export them to a *csv or something), I can
    write an import script. But since I'm not that great with Regular Expressions and don't know
    anything about *.mdb (that is MS SQL, isn't it?) files, I would need some finished thing to make
    out the field information and put it in arrays or something more readable. It wou...
  7. Database Access On Remote Server W/jsp - (2)
    Hello: I am new to JAVA and server-side applications and have a dumb question. I have set up
    Tomcat on my machine and created a JSP program to query an Access database using a DSN-Less
    connection. If I publish the page to a webserver and include the .MDB file will it work? I'm
    not sure exactly what needs to be packaged with my Java application to make it work. Since I
    don't have a remote server that supports .jsp I cannot really test it. I'm assuming that
    JDBC driver would be bundled with my site but not sure. Thanks!...
  8. Mirror My MySQL Database To Another Mysql Server - (7)
    Hi..I want to ask if its possible to automatically mirror my mysql databases into another mysql
    server?or create a small php script to do this? The reason is because, we all know that database is
    very improtant if we have dynamic website. I have my forum hosted and i want to automatically
    mirror this or backup into another mysql server(free). Like in freesql.org. So that im not afraid
    that i forgot to backup my database..also i have one central backup database. Thanks for the
    help..Im looking forward for this posibility....
  9. How Can I Import Csv Files To My MySQL Database? - I was able to export but where's import? (3)
    I am having hard times finding that import csv in the mysql phpmyadmin. I once worked on some csv
    files and someone imported it on the mysql server. I was not able to ask him. Does someone know how
    can I import csv files in mysql server?...
  10. Is It A Good Practice To Store Image Or Other Binary Files Directly In A Mysql Database - (6)
    Hello to all of you beautifull people out there, I am new to MySQL, i just wanted to know if its a
    good practice to directly store images and other binary files in a MySQL database. Any one with
    help? Thanks...
  11. Best Database - (16)
    What is the best free database if some one trying built a social networking website? And how to
    operate it with dreamweaver 8?...
  12. MySQL Database Problems - (8)
    My friends have a little forum running here . The problem is that quite often we get the following
    message when we try to open the page: QUOTE Warning: mysql_connect(): Can't connect to
    local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in
    /home/vhosts/rohit.bizhat.com/forums/db/mysql4.php on line 48 Warning: mysql_error(): supplied
    argument is not a valid MySQL-Link resource in /home/vhosts/rohit.bizhat.com/forums/db/mysql4.php on
    line 330 Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in
    /home/vhosts/roh...
  13. Copy Databases In phpMyAdmin - (5)
    i have just got hosting here on astahost and i have to copy my databases from my old server... is
    there an easy way of doing this? in phpmyadmin? thanx in advance you know lol /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> ...
  14. Free Or Opensource Database/schema Browser? - Alternatives to TOAD or PL/SQL Developer (6)
  15. Some Useful Database Links. - (7)
    I thought I would take a moment to point the users here to some of the database resources available
    for reference and learning. First I will start with actually designing the database. This site by
    R937 covers the basics of database design. The author is professional database guru and a frequent
    helper at the at DB forums listed below. The Library of Free Data Models is an excellent
    resource for finding data models for projects you may have or as examples of well put together data
    models. With around 500 data models the chances are you find something at least cl...
  16. Space Needed For Database - (10)
    Iam assuming the information in the databases i will create will be stored in the 500 MB space i
    get, but since 500MB isn't enough iam wondering if you guys can tell me how much bytes the
    following take: Varchar(x),Tinyint,Text,date,smallint,mediumint,bigint,float.... And the rest
    present when you add/edit a row in a table. Also what are the ranges of tinyint,smallint,mediumint
    and big int...
  17. Mysql Database Entry By Excel Sheets - (2)
    Hello .. I would like to ask if i can use use Microsoft excel files in order to make entries to
    mysql database. Thanks...
  18. Mysql Database Management - (1)
    Hi i am new, I have a problem in understanding the query decomposition in D-DB. Can anyone help me
    to understand the first question of the exercise 25.21 of Elmasri-Navath 4th edition? Consider the
    following relations: BOOKS (Book#, Primary_author, Topic, Total_stock, $price) BOOKSTORE (Store#,
    City, State, Zip, Inventory_value) STOCK (Store#, Book#, Qty) Consider a distributed database for a
    bookstore chain called National Books with 3 sites called EAST, MIDDLE, and WEST. Consider that
    BOOKS are fragmented by $price amounts into: B1:BOOK1:up to $20. B2:BOOK2:from ...
  19. Integrate Access Database Onto Intranet Site - Looking to integrate access database into my intranet site (5)
    Hey guys, im new here and am looking for answers /tongue.gif" style="vertical-align:middle"
    emoid=":P" border="0" alt="tongue.gif" /> Firstly, i have designed a database using M$ access, it
    consists of multiple forms which i plan to host on an intranet website, i need to be able to add
    records directly from the form on the intranet website aswell as being able to edit/review current
    entries on forms in the database. My question is, how would i go about integrating these forms onto
    the intranet website? i plan on keeping the database and the intranet site on the same d...
  20. Database - prblem with it (1)
    i have free script but it is working fine on a lot of sites i tried to use it to my web site ....i
    edit its config.php right and but my database name and my user name and password every thing right
    and when i try to install it it gives me this error can`t connect to database please choose file
    from this mobile.sql can any body help plz coz i tried huderd of times and no thing happend...
  21. Connecting To A Remote Database - (9)
    I wondered if anyone here can help. I have a database on a remote server (A). I want to access it
    through a php script on a different server C. I have allowed access on (A) in Cpanel - mysql dbases
    - Remote Access by putting the IP address of server C The host of server (A) has also whitelisted
    the IP of server C. Though I am having trouble connecting from server C which is with a different
    webhost. any ideas how to get round this? I have though of SSH forwarding, but I think this can
    only be used to connect a client - e.g. my pc to the remote server A. I do not ha...
  22. Permission Problem With Mysql Database Creation - Please Help! (8)
    I seem to have a problem with accessing my database with proper permissions. I have set the my
    database correctly giving my db username all priviliges yet i seem to be unable to even log on with
    this username with a denied access error. Any ideas on resolving this?...
  23. Databases - (2)
    How do you access databases?Even though i don't have a hosting account yet i want to think
    ahead. Please help thx, romeo123...
  24. Free Graphical Tools For Databases - (7)
    There are a lot of different free software in Internet, but I have found only couple of free
    graphical tools for database adminiatration. On another hand, MySQL is free for non commercial
    usage. That's way it will be nice to have any good free GUI for this database. I remember the
    time, when one of MySQL-Front versions was for free, but now it is opened only for testing period.
    There is also free version of Toad, which is not full Toad, but it looks also very well - However, I
    am not going to use Oracle (wchich is quite expensive commercial tool) on my desktop. The...
  25. Need Help In Database Auto_increment - (9)
    i am creating a game and i set when someone registers than he gets id...in "extra" i have set it to
    be "auto_increment" but whenever new player signs up he gets number bigger than 210...(my first id
    was 211,next was 212,third was 213,fourth got 214) how to set it to go from 1 to infinite? thnx...
  26. World Of Warcraft - Server (2)
    Is Hosting a World of warcraft server Illegal? I ask because I was playing and I spotted a ad for a
    server. I do not have anything to make it with but would like to know before I do anything. Thanks,
    Apez...
  27. Script Tables On Sql Server Compact - (0)
    So I have an application that's using SQL Server Compact Edition 2005. I need to export the
    table schema to a file of SQL statements, containing only the schema...no data, no rows, just the
    tables, indexes, and constraints. Now, when using SQL 2000/2005 I just use the script table as...
    feature to do exactly this, but because SQL server Compact Edition doesn't have the support for
    it, I can't do this. The tables in SQL Server Compact *do* have the information_schema views
    though, so I was wondering if anyone knows of any tools that can read these views and...
  28. Embedded Database - Embedded Data base at client side, (7)
    Hi, Now its the era of Embedded databases, no more db servers, no more host,Because with embedded
    db you can get all those options, what you are used to get with DB Servers. Some of Embedded DB Are
    1) Cloudscape From IBM (NOW Derby from ASF) 2) HSQLDB (OpenSource) and many more Feel the power of
    EDB Cheers Arunkumar.H.G...
  29. Need Advice On Creating Online Music Database - ps - dont know anything about databases! (6)
    I need to create a database of around 1000 music albums that I can put on my site, with the ability
    to search the database according to several different criteria. Being a complete and total NOOB to
    the world of databases, can anyone point me in the direction of some software that will let me
    create a good-looking and functional database, but that isn't too complicated for me to use?!
    Sounds like a tall order I know, be grateful if anyone can help though. Thanks!
    Notice from microscopic^earthling: Topic edited to reflect content...
  30. The Best Database - What do you think is the best database? (48)
    Ive been planning to create a online application which requires tons of stuff from database. Ive
    been using interbase, at first it was good but after a month i find it not user friendly at all...
    Its to hard to code in php.. Can any of you guys give me a good database which is easy to use?...



Looking for hosting, server, database, im, total, noob, databases

See Also,

*SIMILAR VIDEOS*
Searching Video's for hosting, server, database, im, total, noob, databases
advertisement



Hosting A Server On Database - I'm a total noob at databases

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com