This is a discussion on Help Me within the MySQL forums, part of the Database Server Software category; --> Hello All, I am new member of this Group but i am nothing in MYSQL. i am a VB/VBA ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello All, 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? 2. is mysql create MDB file like MSAccess (anywhere in HDD) Kindly help me to learn MYSQL from the first step because i have no idea to start MYSQL Please help me. Thanks in Advance Dev |
| ||||
| 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 |