Reply to thread

Hi,


I have spend all the morning to try to add '--skip-grant-tables', it's tricky because we need to start mysqld.exe (not the service) -> start mysql upgrade etc. -> kill mysqld.exe -> start the service etc.


But in final lol, '--skip-grant-tables' didn't work and in fact the restore/upgrade works :)


[CODE]Looking for 'mysql.exe' as: C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql.exe

Looking for 'mysqlcheck.exe' as: C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqlcheck.exe

Running 'mysqlcheck' with connection arguments: "--port=3306" "--port=3306" "--host=localhost"

Running 'mysqlcheck' with connection arguments: "--port=3306" "--port=3306" "--host=localhost"

mptvdb.canceledschedule                            OK

mptvdb.card                                        OK

mptvdb.cardgroup                                   OK

mptvdb.cardgroupmap                                OK

mptvdb.channel                                     OK

mptvdb.channelgroup                                OK

mptvdb.channellinkagemap                           OK

mptvdb.channelmap                                  OK

mptvdb.conflict                                    OK

mptvdb.diseqcmotor                                 OK

mptvdb.favorite                                    OK

mptvdb.groupmap                                    OK

mptvdb.history                                     OK

mptvdb.keyword                                     OK

mptvdb.keywordmap                                  OK

mptvdb.pendingdeletion                             OK

mptvdb.personaltvguidemap                          OK

mptvdb.program                                     OK

mptvdb.radiochannelgroup                           OK

mptvdb.radiogroupmap                               OK

mptvdb.recording                                   OK

mptvdb.satellite                                   OK

mptvdb.schedule                                    OK

mptvdb.server                                      OK

mptvdb.setting                                     OK

mptvdb.softwareencoder                             OK

mptvdb.timespan                                    OK

mptvdb.tuningdetail                                OK

mptvdb.tvmoviemapping                              OK

mptvdb.version                                     OK

mysql.columns_priv                                 OK

mysql.db                                           OK

mysql.event                                        OK

mysql.func                                         OK

mysql.general_log                                  OK

mysql.help_category                                OK

mysql.help_keyword                                 OK

mysql.help_relation                                OK

mysql.help_topic                                   OK

mysql.host                                         OK

mysql.innodb_index_stats                           OK

mysql.innodb_table_stats                           OK

mysql.ndb_binlog_index                             OK

mysql.plugin                                       OK

mysql.proc                                         OK

mysql.procs_priv                                   OK

mysql.proxies_priv                                 OK

mysql.servers                                      OK

mysql.slave_master_info                            OK

mysql.slave_relay_log_info                         OK

mysql.slave_worker_info                            OK

mysql.slow_log                                     OK

mysql.tables_priv                                  OK

mysql.time_zone                                    OK

mysql.time_zone_leap_second                        OK

mysql.time_zone_name                               OK

mysql.time_zone_transition                         OK

mysql.time_zone_transition_type                    OK

mysql.user                                         OK

Running 'mysql_fix_privilege_tables'...

OK

[/CODE]


Like we can see : mysql.proc is OK :)

So we don't have to care about it :p


So we are good :)


Top Bottom