Skip to content

@@port is hard-coded to 3306 #5898

Open
dolthub/go-mysql-server
#3005
@PavelSafronov

Description

@PavelSafronov

Repro:

  1. dolt sql-server --host=0.0.0.0 --port=3307
  2. dolt sql-client -P 3307 -u root -q "select @@port;" --use-db=db

Step 2 output:

+----------------+
| @@SESSION.port |
+----------------+
| 3306           |
+----------------+

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcorrectnessWe don't return the same result as MySQLgood first issueGood for newcomerssqlIssue with SQLsql serverIssues related to the built in SQL server

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions