There is a utility if you have PHP support called phpMyAdmin that provides quite a nice gui interface for MySQL.
-----Original Message----- From: fliptop [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 3:52 PM To: maxa Cc: perl Subject: Re: yes & no maxa wrote: > I have create web page with extension .cgi and connect it with Microsoft access database. > > 1. Can I use my project on server where is supported .cgi and mySQL but nothing about Microsoft access database? sure - provided your data is in the mysql db. > 2.how can I transform Microsoft access database .mdb to mySQL? dump it to an ascii delimited text file and use the 'load table' command in mysql to import it. > 3.what tool I have to use to create mySQL database?--- <<<something like MicrosoftAccess for .mdb>> mysql does not (afaik) have a gui - you have to use the command line. however, i could be wrong about this. try reading the mysql documentation. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]