составное имя; путевое имя (имя файла или каталога с указанием пути доступа к нему) absolute pathname Имя pathname: absolute ~ вчт. полный путь доступа full ~ вчт. полное составное имя partial ~ вчт. относительный путь pathname: absolute ~ вчт. полный путь доступа relative ~ вчт. относительный путь
Add the pathname of the directory where libmysqlclient.so is located to the LD_RUN_PATH environment variable. Some systems use LD_LIBRARY_PATH instead. Добавьте каталог, в котором находится `libmysqlclient.so', в переменную окружения LD_RUN_PATH.
Add the pathname of the directory where libmysqlclient.so is located to the LD_RUN_PATH environment variable before running your client. Перед запуском своего клиента добавить путь к каталогу, в котором находится `libmysqclient.so', к переменной окружения LD_RUN_PATH.
MySQL uses the value of the TMPDIR environment variable as the pathname of the directory in which to store temporary files. Переменная окружения TMPDIR содержит полное имя каталога, в котором в MySQL хранит временные файлы.
To handle this, set the MYSQLD_BOOTSTRAP environment variable to the full pathname of a server that has all options enabled. mysql_install_db will use that server. mysql_install_db supports the following options: --basedir=path The path to the MySQL installation directory. delayed_insert_limit После вставки строк delayed_insert_limit обработчик INSERT DELAYED проверит, остались ли незавершенные операторы SELECT.