Top "Mysql-management" questions

ERROR 1396 (HY000): Operation CREATE USER failed for 'jack'@'localhost'

I seem to be unable to re-create a simple user I've deleted, even as root in MySQL. My case: user …

mysql mysql-management
How to set root password to null

How can I change the password for root user of MySQL to null -- meaning no password or '' -- …

mysql mysql-management
mysql command for showing current configuration variables

Can not find a command that displays the current configuration of mysql from within the database. I know I could …

mysql mysql-management
Is there a faster way to load mysqldumps?

Possible Duplicate: Speeding up mysql dumps and imports mysqldump is reasonably fast, but dumps of a medium-sized database (20-30 megs) …

mysql mysqldump mysql-management
A powerful management tool for MySQL with similar features to SQL Server Management studio

I am currently working with a developer who is experienced at Ms-SQL, but not much at MySQL. He has been …

mysql sql-server database admin mysql-management
Importing 1GO SQL File => ERROR 2013 (HY000) at line 23: Lost connection to MySQL server during query

Ive got to import 1go of sql data, i raised up the max_allowed_packet to 1100M to be sure. …

mysql sql mysqldump mysql-management
How to drop all table in MySQL?

I don't want to drop database, because I'm not hosting the website on my own machine, drop the database will …

mysql phpmyadmin mysql-management
Mysql show processlist lists many processes sleep and info = null?

I'm injecting a stress test into my web app that connects to a mysql server and I'm monitoring the show …

mysql mysql-management
MySQL server's thread_stack parameter - what is it? How big should it be?

Couple days ago I got following error from MySQL database: Thread stack overrun: 68744 bytes used of a 196608 byte stack, and 128000 …

configuration mysql-management mysql
MySql Replication - slave lagging behind master

I have a master/slave replication on my MySql DB. my slave DB was down for a few hours and …

mysql replication mysql-management