Houdini
May 29 2005, 03:21 AM
| | It would have to be MySQL cause it is free and you almost always refer to PHP and MySQL together, they work quite well together, and my thought is if something is free that doesn't mean it is a piece of junk, take XAMPP or Apache server or the HTML Kit editor (more than just HTML) MySQL, PHP, Linux and the list could go on.
I have used the trial versions of some software and found that after a while it was just as good to have the free stuff that is out there. Too many people spend alot of time developing programs and systems that are free just for the challange.
It is FREE that excites ME...and even if there are some shortcoming or some features that a free product lacks it is hard to beat the price. |
Reply
NightHaven
Jun 7 2005, 02:06 AM
Simple, tiny, well supported, so I got MySQL.
Reply
chriswanson
Jun 17 2005, 01:14 AM
recently ive noticed some web-based database services, like web-based intranets and stuff like that. you dont have to program at all. do you think that these kinds of (web-based) services will replace handmade databases someday?
Reply
djwacko
Jun 26 2005, 10:40 PM
Most definantly, man..
Reply
miCRoSCoPiC^eaRthLinG
Jun 27 2005, 05:39 AM
QUOTE(chriswanson @ Jun 17 2005, 08:14 AM) recently ive noticed some web-based database services, like web-based intranets and stuff like that. you dont have to program at all. do you think that these kinds of (web-based) services will replace handmade databases someday? What do you mean by handmade databases? These web-interfaces anyways use the same "hand-made" commands behind the screens to manipulate those "hand-made" databases. The interface itself makes it easier for you to manipulate by providing you with icons for various common tasks and thus eliminates the need to type out the "hand-made" commands yourself  The so-called "hand-made" databases won't ever go out of existence - coz every piece of software that you see around is completely coded with those "hand-made" commands using "hand-made" languages  So whatever inteface you might be using (which is also hand-made), the underlying instructions will always be in the "hand-made" syntax. That - my Frand is the Hand of God (sic.) P.S. Sorry about the pathetic jokes.. I just woke up feeling my IQ has taken a dip by -400.
Reply
madcrow
Jun 27 2005, 11:19 AM
Yeah, MySQL is probably the best database program on he market. It doesn't have the fancy features that some of he big commercial programs have, but for most web-based uses, that's actually a GOOD thing. I've heard some nice things about Firebird, though.
Reply
If you search the answer to this question on the web, you will find followint answer. I do not exactly remember the terms but you may find the text on the site of the people who are writing TikiPro, the TikiWiki version for PostgreSQL (instead of MySQL). The guy made a comparison: Oracle is a Hummer (you can what you want, when you want), PostgreSQL a Mercedes (a good and reliable tool) and MySQL a WV -- do not remember the english name -- (a simple car).With MySQL there is no problem to run an application. It is far better than flat files, even XML files. But you still do not have some features available in the other RDBMS. But it is not a problem when you do not need them, isn'it? Personally, I know very well Oracle but do not have the money for it. So I am using PostgreSQL on Windows. That's my choice and it is not the best choice in terms of freedom: a lot of open source packages are stick to MySQL. But I feel better: I do not have to find out which MySQL client version is compatible with the installed PHP version... I still have a MySQL DB running but do not have to do much with it. I just would like to say something very important. When you develop against MySQL, try to write your SQL without using all the MySQL specialities. I you miss this point, that will be a long process to prepare your application for an another DB. That's the danger with MySQL. Look at the Drupal CMS: they still have problems with this conversion
Reply
Silnikos
Jul 9 2005, 04:02 PM
Mysql is the best because it's the most popular language for adding, accessing, and processing data in a database.
Reply
thedevil
Aug 9 2005, 08:29 AM
I use MySql, ORACLE and MSSQL and all three outsmart each other in some attributes For me The best database is rated as below. Rating done on the basis of easy to use MySQL ORACLE MSSQL Rating done on the basis of stability and data security ORACLE MSSQL MySQL Rating done on the basis of easy to maintain MySQL MSSQL ORACLE Rating done on Response on Application Development MSSQL ORACLE MySQL Rating done on Response on Web Development on Remote Server MySQL ORACLE MSSQL When it comes on developing software... there is no compromise in security hence ORACLE is better than others. But when it comes for web development MySQL has faster response time than other... I love them both (MySQL and ORACLE). I used to use MSSQL but I replace it with ORACLE. Moreover I learnt my first Lesson of DBMS on MSSSQL... QUOTE(microscopic^earthling @ Apr 18 2005, 07:20 PM) MySQL from version 5 onwards does support Stored Procedures. (Its already out as a developer version - but not a stable release yet)... Taken from MySQL.orgThe following features are implemented in MySQL 5.0. BIT Data TypeCursors: Elementary support Data Dictionary (Information Schema) Instance Manager: Can be used to start and stop the MySQL Server, even from a remote host Precision MathStored ProceduresStrict Mode and Standard Error HandlingTriggersVARCHAR Data Type: True VARCHAR support. Maximum effective length of VARCHAR is 65,532 bytes now, and no stripping of trailing whitespace occurs. Views:
Reply
QBRADQ
Aug 13 2005, 02:48 PM
I have only use MySQL, however I researched all the free database servers I could find before making that decision. Here's the reasons why I chose MySQL, in order of importance to me: 1) Integration with PHP. The PHP MySQL interface is compiled into the Windows binary distrobution, and enabled by default. Futhermore, the interface is fully documented within the PHP documentation. 2) Excelent documentation. The MySQL documentation is available in many formats, and a wide variaty of languages. Not only that, the documentation is quite comprehensive, pointing out issues and variances between different versions. Also, it contains a full referance of the SQL syntax itself, complete with MySQL version comparison. 3) Speed and reliability. Just about every review I read of MySQL said it was the fastest and most stable free database server available. In practice, I have never had a single problem with stability. I really can't say anything about speed, as I've never used it to deal with databases any larger than a few dozen megs. 4) It's open source software. I am a supporter of the open source movement, and use open source software whenever it is a vaiable option (I would like to point out that I do not use an open source OS, I do infact run Windows NT-based OSes). That's my two cents anyhow QBRADQ
Reply
Recent Queries:--
how the best find error in database - 83.19 hr back. (1)
-
best dbms for developing websites - 167.50 hr back. (1)
-
best database for intranet - 276.94 hr back. (1)
Similar Topics
Keywords : database, databases
- Free Or Opensource Database/schema Browser?
Alternatives to TOAD or PL/SQL Developer (6)
How To Understand A Database Schema
A very nice and simple tutorial (4) 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 ....
Best Database
(13) What is the best free database if some one trying built a social networking website? And how to
operate it with dreamweaver 8?....
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....
Database Access On Remote Server W/jsp
(0) 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!....
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....
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....
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 ....
Accessing Ms Access Database From A Centralized Location?
(5) 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....
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....
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....
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....
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....
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....
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....
My Sql Database Help?
(3) Ok, i am new at web design, i dont know too much about it... I was working on a website for about
a month this is what i got, My Web , like i said, i dont know much.. i used FrontPage and did all
of that, my current host is AFMU which uses MySQL, but the way it is set up I dont know how to
acquire the URL of the database or any information i dont know what it means at all.. i just want to
do a simple login feature, i mean this is my first website and i am learning so I think it would be
a great feature to add in and learn. i can create data bases from there but do n....
Database Size?
So how big is everybody's MySQL database? (10) Well I know that MySQL databases can get rather big, so I was just wondering how big everybodies
databases were? Do you have really big ones, or are they relatively small? Also what do you store in
them? (just text, or binary data as well)....
All About Databases
Info, for you! (3) QUOTE Hi, I noticed there were a lot of questions in all of the database topics, so i went
around the internet using different sources, and have some information that will answer your
questions and help you understand databases. I hope this helps, and if you have any other questions
which arent answered below, please send a message asking. Thankyou. In computing, a database can be
defined as a structured collection of records or data that is stored in a computer so that a program
can consult it to answer queries. The records retrieved in answer to queries become i....
Examining Databases At A Whole Glance
SQL-92 specification (7) Most of us using databases or doing data minings are not aware of SQL-92 specification seemingly
these days. SQL-92 specifiaction is the SQL database query language standard. Oracle,mysql
postgresql,mssql and DB2 - most widely recognized SQL database programs - are all closely related to
SQL-92 specification for the use of query nevertheless how they implemented SQL-92 specification
features inside in the program. Implementation of SQL-92 specification features are applied in the
order of Oracle, postgresql and mysql. These databases might have specific database query....
How Many Concurrent Users For Oracle Database?
This is to analyse and get perfect result for How many concurrent use (1) Hi friends, How many concurrent users can practically access the oracle database?
they say tht the figure is hundreds of thousands users...is there any exact figure? or does the
number of concurrent users depend on any other factors as wel? I think depend on parameter
1.session 2.processes session Specific connection of a user to an Oracle instance through a user
process. A session lasts from the time the user connects until the time the user disconnects or
exits the database application. Multiple sessions can be created and exist concurrently for ....
Database Programming In Vba 6.0
(1) hi , i need some sample program in database.thanks....
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?....
Is It A Good Practice To Store Image Or Other Binary Files Directly In A Mysql Database
(4) 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....
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" /> ....
MySQL Output Database Question
(18) 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?....
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?....
Mirror My MySQL Database To Another Mysql Server
(4) 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.....
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! Topic edited to
reflect content better. ....
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....
phpBB Database Transfer
Anyone here knows how to? (10) Hello, i'm a newbie in using phpBB and I still lack knowledge in mySQL database. How do I
transfer the datas(users,configs, all of them) contained in my current forum to another one in
phpBB? I hope someone can help, a short but detailed tutorial would be good. Example is, if I want
to move to a new host and I want to transfer all the accounts on my old forum to the new one. Thanks
in advance, hope anyone here knows how to.....
Looking for database, databases
|
*SIMILAR VIDEOS*
Searching Video's for database, databases
|
advertisement
|
|