Skip to content

Commit

Permalink
fix: wrong field in odbc conf for db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
gibix committed Oct 18, 2024
1 parent 0887a75 commit b453e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Next, we'll tell ODBC **which** MySQL database to use. To do this, we'll edit t
[asterisk]
Driver = MySQL
Description = MySQL connection to ‘asterisk’ database
Server = localhost
Servername = localhost
Port = 3306
Database = asterisk
UserName = root
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Add the following to /etc/odbc.ini
Description = MySQL connection to 'asterisk' database
Driver = MariaDB
Database = asterisk
Server = localhost
Servername = localhost
Port = 3306
Socket = /var/lib/mysql/mysql.sock
Expand Down

0 comments on commit b453e51

Please sign in to comment.