質問編集履歴

1

解決したので,質問を割愛しました

2017/08/21 16:33

投稿

cattac
cattac

スコア12

test CHANGED
File without changes
test CHANGED
@@ -32,53 +32,13 @@
32
32
 
33
33
  を参考にして,リセットを試みました。時刻設定が変らしいとのメッセージがでました
34
34
 
35
- エラーメッセージ
36
-
37
- Beginning configuration step: Initializing Database [if necessary]
38
-
39
- Deleting Data folder shipped
40
-
41
- Attempting to run MySQL Server with --Initialize-insecure
42
-
43
- Running process: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\Program Files\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
44
-
45
- Waiting for the server stops: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\Program Files\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
46
-
47
- 2017-08-20T14:57:20.206163Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
48
-
49
- 2017-08-20T14:57:20.206163Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
50
-
51
- 2017-08-20T14:57:22.545991Z 0 [Warning] InnoDB: New log files created, LSN=45790
52
-
53
- 2017-08-20T14:57:23.008306Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
54
-
55
- 2017-08-20T14:57:23.195026Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: df6bfc20-85b7-11e7-b9b9-b083fe6dbbcf.
56
-
57
- 2017-08-20T14:57:23.231874Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
58
-
59
- 2017-08-20T14:57:23.231874Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
60
-
61
- Finished initialize database
62
-
63
- Ended configuration step: Initializing Database [if necessary]
64
-
65
-
66
-
67
- Beginning configuration step: Starting Server
68
-
69
- Starting MySQL as a service
70
-
71
-
35
+ エラーメッセージ--------略
72
36
 
73
37
  ###補足情報(言語/FW/ツール等のバージョンなど)
74
38
 
75
39
  環境は
76
40
 
77
- WIN10 64bit
78
-
79
- python3.4
80
-
81
- mysql 5.7 です。
41
+ WIN10 64bit,python3.4,mysql 5.7 です。
82
42
 
83
43
 
84
44
 
@@ -86,8 +46,4 @@
86
46
 
87
47
  数ヶ月前は,直接 mysqlからデータをcsvで取り出せておりました。
88
48
 
89
- そもそも,今回はpythonで "import mysql.connector"というスクリプトを実行したかったのですが,mySQLの権限がないとのエラーがでて,修正している内にわからなくてしまいました。
49
+ そもそも,今回はpythonで "import mysql.connector"というスクリプトを実行したかったのですが,mySQLの権限がないとのエラーがでて,修正している内にわからなくてしまいました。以上です,おそらく,pathやら初歩的な問題だと思いますが,なにかアドバイスいただける点がありましたらよろしくご指導の程お願い申し上げます。
90
-
91
- 以上です,
92
-
93
- おそらく,pathやら初歩的な問題だと思いますが,なにかアドバイスいただける点がありましたらよろしくご指導の程お願い申し上げます。