Skip to content

alex1543/ExLzFmySQL

Repository files navigation

ExLzFmySQL

This program allows you to check the connection to the MySQL database from Lazarus. Next, the first window of the program is presented, giving a general idea of ​​the program:

1

If the operation is successful, a message of the following type will be displayed:

2

Additional functions are available in text form:

3

If there is no database, it must be created with the command "CREATE DATABASE test;" in phpMyAdmin and create a table using the command "CREATE TABLE myArtTable (id int(11) NOT NULL auto_increment, text text NOT NULL, description text NOT NULL, keywords text NOT NULL, PRIMARY KEY (id)) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=cp1251;", which can be prompted with the CREATE and RUN buttons, as shown in the following illustration:

4

Summary. This program allows you to check the connection to the MySQL database from the Lazarus compiler. Indispensable for troubleshooting network problems. The program is ideal for learning and works in conjunction with the website practUpdate. The program has been tested under Windows 11, XAMPP v.3.3.0 (10.4.22-MariaDB) and Lazarus 2.0.10.

About

MySQL checker from Lazarus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages