Ubuntu14.04でMysqlリモートアクセスを有効にする方法

ディレクトリ/ etc / [mysql](https://cloud.tencent.com/product/cdb?from=10680)でmy.cnfを見つけ、vimで編集して、my.cnfで見つけます。

# bind-address           =127.0.0.1

ローカルIPからのみアクセスできるコードにコメントを付ける

次に、rootを使用してMysqlデータベースにログインします

im@58user:~$ mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with; or \g.
Your MySQL connection id is 6
Server version:5.5.53-0ubuntu0.14.04.1(Ubuntu)Copyright(c)2000,2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h'for help. Type '\c' to clear the current input statement.

mysql>

そして、実行します

mysql> grant all on *.* to root@'%' identified by '123';
myslq> flush privileges;

最後に、作成したユーザーとパスワードを使用してmysqlにリモートでログインできます。

ユーザー認証パスワードを実行すると、次のエラーが発生する場合があります。

ERROR 1290(HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement

解決:

まず、権限テーブルを更新します。
mysql> flush privileges;
Query OK, 0 rows affected (0.01 sec)
mysql> grant all on cactidb.* to dbuser@'localhost' identified by '123';
Query OK, 0 rows affected (0.00 sec)

Recommended Posts

Ubuntu14.04でMysqlリモートアクセスを有効にする方法
UbuntuでMySQLパスワードを変更する方法
Ubuntu20.04にMySQLをインストールする方法
Ubuntu20.04にMySQLをインストールする方法
ubuntuでijkplayer-androidをコンパイルする方法
Ubuntu14.04にmysqlをインストールする方法
リモートUbuntuサーバーに接続されたMySQL
Ubuntu14.04にmysqlをインストールする方法
Ubuntu14.04にMySQLをインストールする方法
Ubuntuでの大胆なインストール手順
ubuntu16.04でTensorflowをインストールする方法
Ubuntu 18.04(linux)にMySQLをインストールする方法
Ubuntu16.04にmysqlをインストールします
Ubuntu20.04にアップグレードする方法
UbuntuにMySQLをインストールする
Ubuntu19.1へのリモート接続
Ubuntuでgccコンパイラをより速くインストールする方法
Ubuntu20.04にアップグレードする方法
Ubuntu18.04に最新のMySQLをインストールする方法
DebianおよびUbuntuでDebファイルを再パッケージ化する方法
Ubuntu18.04にMySQLWorkbenchをインストールして使用する方法
Ubuntuのnginxサーバーでhttpsを開く方法
ubuntu16.10はsshリモートアクセスをサポートします
Ubuntu 16.04LTSにアップグレードする方法
UbuntuでXFSファイルシステム用のLVMを作成する方法
Ubuntu 18.04linuxシステムにJDKとMysqlをインストールする方法
UbuntuでLinuxのウィンドウに共有ディスクをマップする方法
UbuntuにHelmをインストールする方法
CentOS8にMySQLをインストールする方法
Ubuntu20.04にMemcachedをインストールする方法
Ubuntu20.04にJavaをインストールする方法
Ubuntu20.04にVirtualBoxをインストールする方法
Ubuntu20.04にElasticsearchをインストールする方法
UbuntuにProtobuf3をインストールするための詳細なチュートリアル
Ubuntu20.04にNginxをインストールする方法
Ubuntu20.04にApacheをインストールする方法
Ubuntu20.04にGitをインストールする方法
Ubuntu20.04にVagrantをインストールする方法
Ubuntu14.04にBacula-Webをインストールする方法
Ubuntu16.04にPostgreSQLをインストールする方法
Ubuntu20.04にGitをインストールする方法
Ubuntu18.04にAnaconda3をインストールする方法
Ubuntu18.04にMemcachedをインストールする方法
Ubuntu16.04にJenkinsをインストールする方法
Ubuntu20.04にGoをインストールする方法
Ubuntu14.04にMailpileをインストールする方法
Ubuntu16.04にPrestaShopをインストールする方法
Ubuntu14.04でPHP7にアップグレードする方法
Ubuntu20.04にSkypeをインストールする方法
Ubuntu20.04にJenkinsをインストールする方法
Ubuntu18.04にPython3.8をインストールする方法
Ubuntu18.04にKVMをインストールする方法
Ubuntu 18.04にMySQLをインストールします(グラフィックチュートリアル)
Ubuntu20.04にKVMをインストールする方法
Ubuntu20.04にAnacondaをインストールする方法
Ubuntu16.04にPrometheusをインストールする方法
Ubuntu18.04にJenkinsをインストールする方法
Ubuntu14.04にDjangoをデプロイする方法
Ubuntu20.04にApacheをインストールする方法
Ubuntu20.04にRをインストールする方法
Ubuntu16.04にMoodleをインストールする方法