unknown variable 'bind-address=ip'
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I was trying to run some mysql
command, but then when I run it, this happens
mysql: unknown variable 'bind-address=[ip]'
Stuff looks different in my.cnf
:
[mysqld]
bind-address = [ip]
port = 3306
50-server.cnf
:
[mysqld]
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
bind-address = [ip]
mysql.cnf
:
[mysql]
bind-address = [ip]
port = 3306
ps -aux | grep mysql
:
mysql 4171 0.7 3.1 730344 96612 ? Ssl 15:54 0:03 /usr/sbin/mysqld
mysql mariadb
add a comment |Â
up vote
1
down vote
favorite
I was trying to run some mysql
command, but then when I run it, this happens
mysql: unknown variable 'bind-address=[ip]'
Stuff looks different in my.cnf
:
[mysqld]
bind-address = [ip]
port = 3306
50-server.cnf
:
[mysqld]
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
bind-address = [ip]
mysql.cnf
:
[mysql]
bind-address = [ip]
port = 3306
ps -aux | grep mysql
:
mysql 4171 0.7 3.1 730344 96612 ? Ssl 15:54 0:03 /usr/sbin/mysqld
mysql mariadb
put something like: bind-address = 127.0.0.1
â jet
Feb 10 at 2:40
@jet I already put my IP in, but the command is probably reading off of something else.[ip]
is just an example, the real content has a legit IP.
â dat tutbrus
Feb 10 at 4:29
Delete that line in the file and type it by hand.
â jet
Feb 10 at 16:59
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I was trying to run some mysql
command, but then when I run it, this happens
mysql: unknown variable 'bind-address=[ip]'
Stuff looks different in my.cnf
:
[mysqld]
bind-address = [ip]
port = 3306
50-server.cnf
:
[mysqld]
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
bind-address = [ip]
mysql.cnf
:
[mysql]
bind-address = [ip]
port = 3306
ps -aux | grep mysql
:
mysql 4171 0.7 3.1 730344 96612 ? Ssl 15:54 0:03 /usr/sbin/mysqld
mysql mariadb
I was trying to run some mysql
command, but then when I run it, this happens
mysql: unknown variable 'bind-address=[ip]'
Stuff looks different in my.cnf
:
[mysqld]
bind-address = [ip]
port = 3306
50-server.cnf
:
[mysqld]
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
bind-address = [ip]
mysql.cnf
:
[mysql]
bind-address = [ip]
port = 3306
ps -aux | grep mysql
:
mysql 4171 0.7 3.1 730344 96612 ? Ssl 15:54 0:03 /usr/sbin/mysqld
mysql mariadb
mysql mariadb
asked Feb 10 at 0:03
![](https://i.stack.imgur.com/wBdBf.jpg?s=32&g=1)
![](https://i.stack.imgur.com/wBdBf.jpg?s=32&g=1)
dat tutbrus
410421
410421
put something like: bind-address = 127.0.0.1
â jet
Feb 10 at 2:40
@jet I already put my IP in, but the command is probably reading off of something else.[ip]
is just an example, the real content has a legit IP.
â dat tutbrus
Feb 10 at 4:29
Delete that line in the file and type it by hand.
â jet
Feb 10 at 16:59
add a comment |Â
put something like: bind-address = 127.0.0.1
â jet
Feb 10 at 2:40
@jet I already put my IP in, but the command is probably reading off of something else.[ip]
is just an example, the real content has a legit IP.
â dat tutbrus
Feb 10 at 4:29
Delete that line in the file and type it by hand.
â jet
Feb 10 at 16:59
put something like: bind-address = 127.0.0.1
â jet
Feb 10 at 2:40
put something like: bind-address = 127.0.0.1
â jet
Feb 10 at 2:40
@jet I already put my IP in, but the command is probably reading off of something else.
[ip]
is just an example, the real content has a legit IP.â dat tutbrus
Feb 10 at 4:29
@jet I already put my IP in, but the command is probably reading off of something else.
[ip]
is just an example, the real content has a legit IP.â dat tutbrus
Feb 10 at 4:29
Delete that line in the file and type it by hand.
â jet
Feb 10 at 16:59
Delete that line in the file and type it by hand.
â jet
Feb 10 at 16:59
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
There is no bind-address
option for mysql
in MariaDB. This option is related to the daemon part mysqld
.
So remove the bind-address
from your [mysql]
section in the mysql.cnf
file.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
There is no bind-address
option for mysql
in MariaDB. This option is related to the daemon part mysqld
.
So remove the bind-address
from your [mysql]
section in the mysql.cnf
file.
add a comment |Â
up vote
2
down vote
accepted
There is no bind-address
option for mysql
in MariaDB. This option is related to the daemon part mysqld
.
So remove the bind-address
from your [mysql]
section in the mysql.cnf
file.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
There is no bind-address
option for mysql
in MariaDB. This option is related to the daemon part mysqld
.
So remove the bind-address
from your [mysql]
section in the mysql.cnf
file.
There is no bind-address
option for mysql
in MariaDB. This option is related to the daemon part mysqld
.
So remove the bind-address
from your [mysql]
section in the mysql.cnf
file.
answered Feb 10 at 10:20
Thomas
3,29481325
3,29481325
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004714%2funknown-variable-bind-address-ip%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
put something like: bind-address = 127.0.0.1
â jet
Feb 10 at 2:40
@jet I already put my IP in, but the command is probably reading off of something else.
[ip]
is just an example, the real content has a legit IP.â dat tutbrus
Feb 10 at 4:29
Delete that line in the file and type it by hand.
â jet
Feb 10 at 16:59