Tagged Questions
The mysqladministrator tag has no wiki summary.
5
votes
3answers
483 views
Drop screwed up table in Mysql db
I've managed to corrupt (or something) the 'sessions' table in a mysql db i have (which is called "e_learning_resource_prelive"). This wouldn't be a problem normally as i could just go back to a ...
1
vote
3answers
147 views
MySql for Windows, MySql Administrator: Scheduled backup not working
My question is a bit specific, but I hope someone has experience with the issue.
I'm running a Windows 2008 server with MySql for Windows installed it. It's MySql 5.2 and that package contains "MySql ...
1
vote
1answer
67 views
Ubuntu mySQL server administrator GUI - how can I view actual database tables data in the gui?
I can see the various dataabases ('catalogs'). I was hoping for the ability to also see a visual view of the data, similar to what I can get in pgadmin for postgres.
I know I can use the command ...
0
votes
0answers
108 views
MySQL Query Browser Show Procedure status
Whenever I execute a query on schema/ table using MySQL Query Browser it starts executing Show procedure status for long time in the running process list.
Is there a way I can disable show procedure ...
0
votes
0answers
113 views
Character encoding issue when I restore a database dump
I have done a back up of a MySql schema on Ubuntu Linux 10.10 using MySql Administrator front-end. I have restored the same dump using both MySql Administrator and command line interface without any ...
0
votes
1answer
59 views
How do I change/set mysqladmin pw from command-line in Win 7?
I tried to do:
mysqladmin -u root password <password>
But I got the following error:
mysqladmin: connect to server at 'localhost' failed.
error: 'Access denied for user 'root'@'localhost' ...
0
votes
1answer
36 views
Mysql Administration
can anyone tell me how to learn Mysql administration....i've already done basic commands line DML,DDl etc... I just want to learn the administration part of Mysql .I've googled a lot for this but only ...
0
votes
1answer
77 views
mysql - strange schema behavior in MySQL Admin
I am running several schemas on a single mysql server. One of the schemas has an underscore in its name ("some_name"), and the rest don't. I noticed that in the Admin GUI I am seeing 2 schemas that ...
0
votes
1answer
43 views
MySQL Server Settings
I have a mysql server that gets a lot of users logging in at once. I know in windows you can change the settings so the amount of people logging into the server will be okay on your traffic, but how ...
0
votes
2answers
326 views
How to get the exact same output from mysqldump as mysqladmin/backup
On a very important Windows server we use a scheduled task set up by the mysqladmin utility to back up our critical data.
I'd like to use the simpler mysqldump command, but I want to ensure that the ...
-1
votes
1answer
29 views
Data length of table not being reduced
We have a large InnoDB table which is gigabytes in size. We're now clearing it up. Rows are being removed however from MySQLAdministrator, the data length of the table has not reduced at all. Why is ...