Thread: Help Me
View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 11:27 AM
Martijn Tonies
 
Posts: n/a
Default Re: Help Me

Hi,

> I am new member of this Group but i am nothing in MYSQL.
> i am a VB/VBA Programmer and use MS Access as backend but now i want
> to learn MYSQL but i have some questions about this
> 1. is mysql run in GUI plateform?


The MySQL server process is a (server side) process that just
"runs". You can connect to it with a MySQL client application
(direct, via ODBC, PHP etc) and use it. You can even view
tables etc by using MS Access.

> 2. is mysql create MDB file like MSAccess (anywhere in HDD)


No, MDB files are MS Access files, MySQL has nothing to do with that.

> Kindly help me to learn MYSQL from the first step because i have no
> idea to start MYSQL


I suggest you start reading the Documentation that comes with MySQL
or get yourself a MySQL beginners book.


--
Martijn Tonies
Database Workbench - development tool for MySQL, and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com


Reply With Quote