This article lists some tools for creating MySQL. This is an important list that helped shape MySQl into what it is today.
They help provide an excellent compiler(gcc), an excellent compiler debugger(gdb) and the libc library (from which strto.c was borrowed to make some code run in Linux).
They help provide a very good editor/ environment.
They are the authors of valgrind, an excellent memory checking tool that can help find many otherwise difficult to find bugs in MySQL.
who helped develop DDD (Data Display Debugger), 's excellent graphical front-end to gdb).
The above is the detailed content of Tools for creating MySQL. For more information, please follow other related articles on the PHP Chinese website!