grumpygerbil
Oct 11 2005, 10:21 PM
| | I am looking for a program to create SQL databases through a GUI to simplify it, the only things i can seem to find are command prompt things and i can't work with them. I like MS access and would like something similar to that if possible. I am working with windows at the moment can anyone recommend a program i can use (preferably free)
Many thanks |
Comment/Reply (w/o sign-up)
Houdini
Oct 12 2005, 12:32 AM
Well it worn't work with MS Access but phpMyAdmin works really well with MySQL which is a open source (free) program but you need to also have PHP (also free) as well installed on your webserver or local server and I just downloaded the new MySQL database tool but haven't used it yet. If you get an account with Astahost you will have all that and easily manipulate your databases.
Comment/Reply (w/o sign-up)
kaputnik
Oct 12 2005, 03:15 PM
Well if you're interested in using PhpMyAdmin on a Windows platform then you ought to get yourself "PHPTriad". PHPTriad has Apache webserver (which runs on Windows), MySQL and PhpMyAdmin all bundled into one single installation. When I first started out with PHP and testing my very basic skills on it, PHP Triad proved to be of huge assistance. I still use it to test any PHP based program before uploading to a website. For Windows though, I'm yet to come across a 'ready to go' GUI based DB manupulation software other than Access. Should you want to download it PHPTriad is available here
Comment/Reply (w/o sign-up)
evought
Oct 12 2005, 05:21 PM
QUOTE(grumpygerbil @ Oct 11 2005, 05:21 PM) I am looking for a program to create SQL databases through a GUI to simplify it, the only things i can seem to find are command prompt things and i can't work with them. I like MS access and would like something similar to that if possible. I am working with windows at the moment can anyone recommend a program i can use (preferably free) Many thanks OpenOffice and StarOffice have a database component. I have not used the database component myself, mainly the word processor and spreadsheet, but it is there and other people have found it useful. It has its own built-in mini-database system and can also access other products via SQL. PgAccess is a TCL/Tk based system for administering Postgress database systems. It has support for creating tables, making queries, and the other basic functions you will need. I remeber it being a little stark and a bit tough to set up when I last used it, but it was over two years ago and it did the job. I have also used the database component of the Applix word processor suite but it does not look like it is sold anymore. Hope this helps. P.S.: As a free bit of advice (its worth what you pay for it), start getting your feet wet with the command-line tools a little at a time. In particular, use the GUI tools as learning aids. Look at the queries and commands they build and start figuring out how they work. The command-line tools are always the most flexible and reliable. When things go wrong, they are the most likely to continue working. They also let you automate tasks by executing saved scripts. GUI tools are great for visualizing your data and seeing the structure, but the command-line tools have their place as well.
Comment/Reply (w/o sign-up)
Quatrux
Oct 12 2005, 06:29 PM
if you are talking about localhost on your computer, you can use mysql administrator if working with mysql.
Comment/Reply (w/o sign-up)
Houdini
Oct 12 2005, 09:36 PM
I tried the Triad about two or three years ago and then found XAMPP which ifs far superior and easy to install locally if you haven't used it before you will get rid of anything else and use it only. It comes with the latest version of Apache HTTPD, MySQL, PHP, Perl, FileZilla FTP Server, phpMyAdmin, OpenSSL, Freetype, Webalizer, mod_perl, Turck MMCache, mcrypt, SQLite, JpGraph, Mercury Mail Transport System, PHPBlender PHP Compiler. It is a large program but very well worth the download.
Comment/Reply (w/o sign-up)
dEMMO
Dec 3 2005, 03:26 AM
ummm.. the only thing i can suggest for creation of databases is; MS Acess? But not sure if you will be able 2 upload it?
Comment/Reply (w/o sign-up)
miCRoSCoPiC^eaRthLinG
Dec 3 2005, 12:20 PM
See even if you don't use mysql and prefer to use ms-access, you can create a system DSN (Data Source Name) and link it to this access file. Next you can easily connect to this DSN using one of the standard SQL Manipulation packages - like SQLYog ( http://www.webyog.com ) and work on it as if you were working on a proper RDBMS Server.. On Windows XP you can easily create a DSN, by Start > Control Panel > Administrative Tools > Data Sources (ODBC). Next you click on ADD and select the proper database driver (mdb in case of access) - and specify a name for that DSN.. Just go through the help files in case you get stuck there.. or better yet, post back here. Regards, m^e
Comment/Reply (w/o sign-up)
hatim
Dec 3 2005, 01:43 PM
for phpMyAdmin you need php and apache setup ...if you dont need taht and just want a plain GUI based thing ...go for MySQLAdministrator. Its available for both linux and windows. I use it some times when my phpMyAdmin is not working ...ie i am updating apache or have to shut it down for other reasons... IMO it has more usability than phpMyAdmin and is targetterd for administrators.
Comment/Reply (w/o sign-up)
miCRoSCoPiC^eaRthLinG
Dec 3 2005, 01:54 PM
I never liked phpMyAdmin in the first place - I found it quite slow and very limiting in many ways. For my regular work, I've to deal with databases which generate on an average of over 200,000 records a day.. phpMyAdmin is entirely unsuitable to handle such jobs.. As for desktop based GUI tools - I'd suggest you to try out SQLYog - it's a terrific product that beats MySQL Administrator hands down... You can grab a copy of their Lite and fully functional freeware at http://www.webyog.com .. Infact that's what I use to manipulate my databases on Astahost ... rather than log in to cPanel and use phpMyAdmin.. They're a MySQL AB Gold Certified Partner Company and I'd say hats off to their product.. Here's a short comparison and advantages of using this client, straight from their site: QUOTE Does the responsiveness of your web-based MySQL admin tool decrease your efficiency? Or does it make you sleep-deprived!? If yes, read on. One of the major reasons for the pervasiveness of your web-based MySQL admin tool is that your ISP/Web Hosting Partner is paranoid about security! Most ISPs block the MySQL port or prevent remote connections to MySQL. The only option then left with you is to manage MySQL with a server based application. You are forced to live with the annoying page-refreshes because your ISP wants to play safe! SQLyog changes the rules of the game. Just by uploading a single PHP page to your web server, you can use all the cool features of SQLyog. The PHP page exposes the MySQL API as a set of web-services that can be consumed by SQLyog. This is exactly the architecture that MS recommends for all new applications and calls them "smart clients". SQLyog allows you do some of the cool things that your web-based admin app can never (ever!) provide. Some of these are: * Ability to directly upload any ODBC DB ( Access, MS SQL, ORACLE ) directly to your MySQL without going through the cumbersome process of CSV/SQL export/import. An upload session can be saved as a job which can be scheduled. * Provide context-sensitive menus. * Prevents you from losing your work when you click on the close button of your browser! * 100% keyboard friendly for turbo speed MySQL management. * Synchronize the schema between your development server and the production server. * Synchronize the data between your development server and the production server. * Take scheduled backups with email alerts. * and much more! Source: http://www.webyog.com/sqlyog/sqlyogvsphpmyadmin.htmlForgot to add - this is what MySQL AB says about this product: QUOTE "Webyog delivers easy-to-use productivity tools that are accelerating the adoption of MySQL with a broad range of users,”
Bertrand Matthelié, director of Alliances at MySQL AB.
“Webyog's flagship product, SQLyog, offers powerful features like HTTP/SSH tunneling, Scheduled ODBC imports, Data Sync, high speed Scheduled Backups, Structure Sync and Notification Services, and it can be an valuable part of any MySQL user’s tool chest."
Give it a try guys ... I recommend this one STRONGLY  Unless you give it a shot, you wouldn't know what you're MISSING out on
Comment/Reply (w/o sign-up)
miCRoSCoPiC^eaRthLinG
Dec 5 2006, 03:33 PM
Just as an interesting footnote... the MySQL GUI program that I've been an avid fan of - the one which I've sung praises for, profoundly in my earlier posts in this thread has gone Open Source recently (Community Edition only)..  Get your hands on the all new SQLYog 5.2 Comunity Edition along with source-code ( http://www.webyog.com/en/ ) This one's a MUST TRY.
Comment/Reply (w/o sign-up)
Victor Maranhão
Oct 25 2006, 09:54 AM
Hi if are you working with MSSQL the easy ways to create tables are: Use "SQL Server Management Studio" from Microsoft Create tables in MSAccess then upgrade to MSSQL Create tables with MSAccess directly in MSSQL
Comment/Reply (w/o sign-up)
unimatrix
Oct 22 2006, 01:48 AM
Consider the phptriad option and then get phpForm Generator. I've found that to be a quick easy way of creating a custom database with online forms without having to code everything yourself. I am developing a CRM system to track some of our customers from a specfic promotion, instead of using our existing system, and used PhpFormGenerator which is free and opensource. Closest you'll find in the opensource world to Access. Again this is for a quick and dirty project. (Speed and function needed as opposed to looks)
Comment/Reply (w/o sign-up)
Nelson
Oct 21 2006, 05:28 PM
QUOTE(Quatrux @ Oct 12 2005, 11:59 PM)  if you are talking about localhost on your computer, you can use mysql administrator if working with mysql.
Yeah! First Install MySql and then start winmysqladmin from Strat Menu or go to c:\mysql\bin\winmysqladmin.exe. Its quite a good GUI for creating database and tables. It'll save you the hassle of installing Apache with php enabled.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : database, program, gui
- 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 (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 ....
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?....
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
(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!....
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?
(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....
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....
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)....
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....
Oracle "lite" Alternative?
In need of a program (9) for college, we run oracle on a win2k3 server that's run on a virtual system like VMware and/or
Virtual PC. VMware has it bells and whistles, and makes a nifty gadget, but eats my laptop's
resources like there's no tomorrow. So I got rid of the VMware image and VMware itself, and
wanted to switch to VPC. Another problem I have, is that I barely have any diskspace left to work
with, and those images are at least 4 GB. So I wondered if anyone knew a program that would act as
Oracle, but solely for the purpose of testing databases. I have two .db files that I....
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
(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....
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?....
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....
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
(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.....
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....
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....
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?....
How To Program A Counter?
counter for clicks on picture (7) hi @ all! i have a website with many partypics.. and now i want to have a counter! if anybody clicks
on a pic, the counter which is placed under everypic should notice this! so for every pic i want a
counter, which shows how often it was clicked and shown! with which scrpting language should i
make it? which is the best for this quest? thx for help! greetz darul0r....
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, program, gui
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for database, program, gui
|
advertisement
|
|