UJP - XOOPS tenをインストールする その3

Life is fun and easy!

不正IP報告数

Okan Sensor
 
メイン
ログイン
ブログ カテゴリ一覧

  • カテゴリ サイト構築 の最新配信
  • RSS
  • RDF
  • ATOM

ブログ - XOOPS tenをインストールする その3

XOOPS tenをインストールする その3

カテゴリ : 
サイト構築
ブロガー : 
ujpblog 2017/10/19 17:47
 XOOPS tenようにデータベースとユーザを作成する.
 先ずはデータベース.
pi@commet:/www/ten/class/database $ mysql -uroot -p🆑
Enter password:🆑
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 106
Server version: 5.5.57-0+deb8u1 (Raspbian)

Copyright (c) 2000, 2017, 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> CREATE DATABASE TEN;🆑
Query OK, 1 row affected (0.00 sec)

mysql>
 ユーザを作成.
mysql> GRANT ALL ON TEN.* TO tenadmin@localhost IDENTIFIED BY 'TEN12345#';🆑
ERROR 1547 (HY000): Column count of mysql.user is wrong. Expected 42,
 found 31. The table is probably corrupted
mysql>
 なんだかエラーがでた.一旦終了.
mysql> quit🆑
Bye
pi@commet:/www/ten/class/database $
 エラーは別途調べる.

トラックバック


広告スペース
Google