mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
15a291e4e0
* fix paths to work when installed and not only from the source dir
* don't use a cnf file (no need to restart the server for this)
* set MYSQL_HOST to a valid hostname when testing an invalid MARIADB_HOST
* use invalid ip to have clients fail quickly and not waste time
on resolving the invalid hostname
followup for eedbb901e5
7 lines
111 B
Text
7 lines
111 B
Text
USE test;
|
|
CREATE TABLE pet (name VARCHAR(20));
|
|
localhost
|
|
****************
|
|
255.255.255.255
|
|
Done
|
|
DROP TABLE pet;
|