Generally we always create MySQl database using tool like heidisql, mysql yog, phpadmind and so on. But in this tutorial I will show how to create database and table using delphi by runtime. Many ways to create MySQL database with runtime for example :
- Import sql text by shellexecute to call mysql.exe or call batch file
- Using Tzconnection
- Using ZSQLProcessor
- Using TZQuery
- or may be using ado component witch connected with ODBC
In this section I will give example how to create MySQL database using Tzconnection
Next… on


