About 17,900,000 results
Open links in new tab
  1. postgresql - как изменить язык в SQL SHELL (psql) - Stack …

    Aug 1, 2022 · Как видно на скриншоте у меня похоже установлен п умолчанию русский язык и это вызывает некоторые проблемы с отображением т.к. sql shell (psql) 8-битный. Как …

  2. How to execute a MySQL command from a shell script?

    How can I execute an SQL command through a shell script so that I can make it automated? I want to restore data I have collected in a SQL file using a shell script. I want to connect to a …

  3. проблема с кодировкой PSQL - Stack Overflow на ...

    May 9, 2018 · Работаю в windows 10, в файле находится INSERT в с данными в базу postgresql, часть данных кириллицей написана. При импорте данных через cmd …

  4. Проблема с кодировкой в SQL Shell (psql)

    Jan 1, 2023 · Проблема с кодировкой в SQL Shell (psql)Откройте консоль Windows и сначала смените кодировку командой /c chcp 1251, а уже потом заходите в SQL Shell.

  5. How to create a database from shell command in MySQL?

    Mar 11, 2010 · I'm looking for something like createdb in PostgreSQL or any other solution that would allow me to create database with a help of a shell command. Any hints?

  6. How to run SQL in shell script - Stack Overflow

    How do you run a SQL command in a shell script while setting a variable? I had tried this method and it isn't executing the command, it is thinking the command is just a string. #!/bin/ksh variab...

  7. How to connect to MySQL from the command line - Stack Overflow

    How can you connect to MySQL from the command line in a Mac? (i.e. show me the code) I'm doing a PHP/SQL tutorial, but it starts by assuming you're already in MySQL.

  8. Run a PostgreSQL .sql file using command line arguments

    Mar 16, 2012 · 11 Walk through on how to run an SQL on the command line for PostgreSQL in Linux: Open a terminal and make sure you can run the psql command:

  9. How can I clear the screen in the MySQL console? [duplicate]

    I am not able to clear the screen in the MySQL command line prompt. My screen is filled with tables, data and queries. How can I clear it up?

  10. Connect to SQL Server Database from PowerShell - Stack Overflow

    Sep 5, 2014 · SQL Server Management Studio 2012 isn't a "version of SQL" - it's an application that can connect to and manage SQL Server, and it can connect to any version of SQL Server …