![]() |
2008-03-21
, 14:30
|
|
Posts: 566 |
Thanked: 145 times |
Joined on Feb 2008
@ Tallahassee, FL
|
#2
|
![]() |
2008-03-21
, 15:32
|
Posts: 111 |
Thanked: 31 times |
Joined on May 2007
|
#3
|
![]() |
2008-03-21
, 17:54
|
Posts: 37 |
Thanked: 0 times |
Joined on Mar 2008
@ MA
|
#4
|
1. no, you'd run the MySQL server from the command line (or have it start up automatically)
2. it's a database. it allows the computerized storage and retrieval of information.
3. i don't know what "glom" is, so i cannot compare/contrast the two
4. yes, you'll need an account to log in. both server and client can reside on the same machine, or on different machines.
It sounds like you were looking for some sort of application to do your 'business tasks' with -- think of a database as an 'engine' in a car: with just an engine, you cannot drive anywhere - you need the rest of the car (the application). Then, you may need tools (knowledge of programming, SQL, etc.) to either build the car (application) or to keep it tuned up.
A database, by itself, will not do anything except take up some space on your computer. It sounds like you probably want some sort of business application that uses MySQL (or any of several alternative) databases for storage/retrieval... and specifying, designing, building, debugging (and so on) of a database application is well beyond the scope of this forum.
![]() |
2008-03-21
, 17:56
|
Posts: 37 |
Thanked: 0 times |
Joined on Mar 2008
@ MA
|
#5
|
Hi there.
I wonder if what you are looking for may be this:
https://garage.maemo.org/projects/sqlite3sg
It is a simple GUI to access sqlite3 database.
![]() |
2008-03-21
, 17:58
|
|
Posts: 566 |
Thanked: 145 times |
Joined on Feb 2008
@ Tallahassee, FL
|
#6
|
![]() |
2008-03-21
, 18:03
|
Posts: 37 |
Thanked: 0 times |
Joined on Mar 2008
@ MA
|
#7
|
Hi there.
I wonder if what you are looking for may be this:
https://garage.maemo.org/projects/sqlite3sg
It is a simple GUI to access sqlite3 database.
![]() |
2008-03-21
, 18:16
|
Posts: 37 |
Thanked: 0 times |
Joined on Mar 2008
@ MA
|
#8
|
Ricky --
No, you wouldn't need to pay to get an account. Once the database software is installed, you can create databases, namespaces, tables, and user accounts to your heart's desire. I would heartily recommend the O'Reilly books on MySQL if you're not familiar with SQL syntax.
![]() |
2008-03-21
, 18:20
|
|
Posts: 566 |
Thanked: 145 times |
Joined on Feb 2008
@ Tallahassee, FL
|
#9
|
![]() |
2008-03-21
, 18:33
|
Posts: 37 |
Thanked: 0 times |
Joined on Mar 2008
@ MA
|
#10
|
Here are a few of my questions regarding mySQL:
1. Shouldn't it be listed in the program list?...I cannot find it there.
2. Could someone breifly explain how mySQL works?
3. Am I wrong in thinking this could be used as an alternative to glom?
4. Do I need an account setup on an mySQL server or can I use it locally? If that makes any sense.
Any help would be appreciated.