Normal
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.exeLooking for 'mysqlcheck.exe' as: C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqlcheck.exeRunning 'mysqlcheck' with connection arguments: "--port=3306" "--port=3306" "--host=localhost"Running 'mysqlcheck' with connection arguments: "--port=3306" "--port=3306" "--host=localhost"mptvdb.canceledschedule OKmptvdb.card OKmptvdb.cardgroup OKmptvdb.cardgroupmap OKmptvdb.channel OKmptvdb.channelgroup OKmptvdb.channellinkagemap OKmptvdb.channelmap OKmptvdb.conflict OKmptvdb.diseqcmotor OKmptvdb.favorite OKmptvdb.groupmap OKmptvdb.history OKmptvdb.keyword OKmptvdb.keywordmap OKmptvdb.pendingdeletion OKmptvdb.personaltvguidemap OKmptvdb.program OKmptvdb.radiochannelgroup OKmptvdb.radiogroupmap OKmptvdb.recording OKmptvdb.satellite OKmptvdb.schedule OKmptvdb.server OKmptvdb.setting OKmptvdb.softwareencoder OKmptvdb.timespan OKmptvdb.tuningdetail OKmptvdb.tvmoviemapping OKmptvdb.version OKmysql.columns_priv OKmysql.db OKmysql.event OKmysql.func OKmysql.general_log OKmysql.help_category OKmysql.help_keyword OKmysql.help_relation OKmysql.help_topic OKmysql.host OKmysql.innodb_index_stats OKmysql.innodb_table_stats OKmysql.ndb_binlog_index OKmysql.plugin OKmysql.proc OKmysql.procs_priv OKmysql.proxies_priv OKmysql.servers OKmysql.slave_master_info OKmysql.slave_relay_log_info OKmysql.slave_worker_info OKmysql.slow_log OKmysql.tables_priv OKmysql.time_zone OKmysql.time_zone_leap_second OKmysql.time_zone_name OKmysql.time_zone_transition OKmysql.time_zone_transition_type OKmysql.user OKRunning 'mysql_fix_privilege_tables'...OK[/CODE]Like we can see : mysql.proc is OK So we don't have to care about it So we are good
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"
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
So we are good