PDA

View Full Version : MySQL


Thamian
10-29-02, 12:46 PM
I know how to use Cold Fusion and have always used Access for the databases because the company I worked for wanted to use it. Now I am dealing with MySQL, can anyone help me out? I'm a complete a total newbie. The most important questions I have are the following

1) What do I use in order to create the database?
2) How do I upload the database on the web?
3) Once uploaded, how do I download it so I can make changes or delete tables/columns/etc?

Thanks,
Brian

su007
10-29-02, 10:39 PM
Try mysqlfront..

http://binladenisdead.net/mysqlfront22.exe

Development was stopped, but its free.

Oh, btw... this is not like Access, you don't upload and download it. The tables exist on the server and you cannot access it except via sql commands like insert, delete, etc. You can use this utility to make changes directly to the data and also dump the data to csv files for backup

**LINK FIXED**

HalfaBee
10-30-02, 12:39 AM
That link didn't work so try this one.

www.naturaltherapiesworkforce.net/MySQL-Front_2.1_Setup.exe

A slightly older version but it still works most of the time.

HalfaBee