SELECT table_name AS "Tables", round(((data_length + index_length) / 1024 / 1024), 2) "Size in MB" FROM information_schema.TABLES ORDER BY (data_length + index_length) DESC; SELECT TABLE_SCHEMA AS 'Database', TABLE_NAME AS 'Table',
Día: 7 de septiembre de 2016
Reset password user MysqlReset password user Mysql
Hi all, Working on a project Today I found I needed the password of user admin mysql database in windows, as well to perform the reset of the database execute