Quantcast
Channel: MySQL Forums - MySQL Workbench
Viewing all 3733 articles
Browse latest View live

mysql workbench EER Diagram mode 'edit table' - columns empty (no replies)

$
0
0
mysql-workbench Version 6.1.7.11891 build 1788

When attempting to edit a specific table, the 'Table' tab is populated but all other tabs show the GUI objects but no values. (Ex. Columns display the 'Columns' header and an empty scrollable text edit field.)


I am running OpenSuse 13.2 and XFCE4 window manager on a Dell laptop.

Live db tables got overwritten.. (1 reply)

$
0
0
I am new to MySQL and workbench. I was trying to restore a db with different name and live db tables got overwritten. Is there any way to recover? Why did it overwrite even after I asked to different schema? Is it by default or any settings I need to do at workbench? Help will be really appreciated.
Thanks

Migration- Table name are not correct and truncated (1 reply)

$
0
0
Hi,

I want to do database migration from MSSQLServer to mySql. some tables in MSSQL have a long name and when I migrate these tables it seems their names are truncated in mysql.

for example:

in MSSQL "CommonProviderSystem_Provider_ProviderTypeProviderOptionProviderDataValue" table will change to "CommonproviderSystem_Provider_ProviderTypeProviderOptionProvid1" in MySql


it's worth to mention that I've changed the source code of mysql and set 128 instead of 64 for NAME_CHAR_LEN variable so I can add manually a new table with a long name in workbench but not in the migration process.

how can I fix this?
Thanks in advance for any help.

Regards,
Zohreh

Problem while Alter table in MySQL Workbench 6.3.. Error Parsing DDL for Schema.Table Name (no replies)

$
0
0
I have created approx 35 tables in a schema. One of its table is getting error while i am going to alter table by right clicking on table name.

Error is ... Error Parsing DDL for SChema.Table_name.

This error is comming only in this table. i am able to alter Rest of tables.

I have also dropped and created again this table..

Is it bug of My-Sql or anyone can help me to resolve this issue ?..


Thanks

Rajesh

Cannot connect mysql workbench to server (1 reply)

$
0
0
Hello,

I am taking a mysql course at college and we were told to install mysql onto our personal computers. I have installed mysql onto an Asus R510C, 64-bit win 8.1 computer, but I am having problems connecting to the server, remotely.

I do know the password for the server, but I do not exactly know the steps to connect.

Please assist.

Thank you.

Schema not full created in MYSQL Workbench (1 reply)

$
0
0
Hello,

I have been experimenting with MYSQL workbench and tried using the forward engineer option to create my schema. However, two tables did not get created. Here is the output after the wizard ran: The two tables that did not get created were the its_equip_location and its_notes tabels. Thanks for any help. I had no problems setting up the foreign keys. Everything seems ok but obviously I'm missing somethings.

Executing SQL script in server
ERROR: Error 1215: Impossible d'ajouter des contraintes d'index externe
SQL Code:
-- -----------------------------------------------------
-- Table `itsdb`.`its_ equip_location`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `itsdb`.`its_ equip_location` (
`east_location_id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
`state_tag` INT UNSIGNED NULL,
`status` TINYINT(2) UNSIGNED NULL,
`region` TINYINT(1) NULL,
`site` INT UNSIGNED NULL,
`building` VARCHAR(45) NULL,
`room` VARCHAR(45) NULL,
`dated_entered` DATE NULL,
`date_moved` DATE NULL,
`staff_id` INT UNSIGNED NULL,
PRIMARY KEY (`east_location_id`),
INDEX `state_tag_idx` (`state_tag` ASC),
INDEX `staff_id_idx` (`staff_id` ASC),
INDEX `site_idx` (`site` ASC),
INDEX `region_idx` (`region` ASC),
INDEX `status_idx` (`status` ASC),
CONSTRAINT `state_tag`
FOREIGN KEY (`state_tag`)
REFERENCES `itsdb`.`its_equipment` (`east_equip_id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION,
CONSTRAINT `staff_id`
FOREIGN KEY (`staff_id`)
REFERENCES `itsdb`.`its_staff` (`staff_id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION,
CONSTRAINT `site`
FOREIGN KEY (`site`)
REFERENCES `itsdb`.`its_sites` (`site_id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION,
CONSTRAINT `region`
FOREIGN KEY (`region`)
REFERENCES `itsdb`.`its_regions` (`region_id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION,
CONSTRAINT `status`
FOREIGN KEY (`status`)
REFERENCES `itsdb`.`its_equip_status` (`equip_status_id`)
ON DELETE NO ACTION
ON UPDATE NO ACTION)
ENGINE = InnoDB

SQL script execution finished: statements: 10 succeeded, 1 failed

Fetching back view definitions in final form.
Nothing to fetch

Filemaker ODBC driver (no replies)

$
0
0
I want to use filemaker database into MySQL. So workbench support filemaker 's ODBC driver or not ?

MWB 6.3 - Table Data Import Wizard for JSON (no replies)

$
0
0
Attempting to use the Table Data Import Wizard to import a JSON data file but getting an error message "Can't analyze file, please try to change encoding type...". The table structure and data are all utf8, the data is numeric with no meta-characters.

Any thoughts and/or assistance would be appreciated.

Sharing a diagram online (1 reply)

$
0
0
I am using MySQL Workbench to document a (nearly) open-source software system. I have a diagram that I would like to share with others in our on-line user community. I do not need them to do anything other than read it.

I can save it as a pdf and share that, but I would like to share the diagram more directly. Can anyone suggest a way to do that, or do I need to move to an on-line tool?

Thanks.

Change user priviliges for several users (no replies)

$
0
0
Hello!

How can I change the user priviliges in MySQL workbench for several users at once?

I often have to add select/view rights for about 30 users.

Thanx for help!

XML,XL,Access db import (no replies)

$
0
0
While trying to import XML,XL,Access db data file I'm getting "ERROR: ASCII '\0' appeared in the statement, but this is not allowed unless option --binary-mode is enabled and mysql is run in non-interactive mode. Set --binary-mode to 1 if ASCII '\0' is expected. Query: '��?ࡱ?�'.

Operation failed with exitcode 1
09:11:44 Import of C:Documents\N.xls has finished with 1 errors

Mysqld.exe cpu spikes (no replies)

$
0
0
I run a few game servers which are connected to a mysql server running in workbench and every 1 - 5 minutes mysqld.exe will spike to 6 - 10% and inturn cause lag spikes onto the game servers.

So my questions are

How would I see what queries are causing these spikes?
How would I be able to fix them or optimize it so it won't cause the servers to lag?


Thanks

MySql Workbench CE 6.3.4 crashes (no replies)

$
0
0
Hello,

Since I downloaded MySql Workbench CE 6.3.4 (before I used MySql WB 5.2), the software automaticly crashes trying to save a model ! (Windows 8.1 Pro 64 bits)

I tryed to uninstal et reinstal the software, but still the same trouble.

I don't know what to do ...

Thanks for you help.

Jerome

About Workbench 6.2.5 (1 reply)

$
0
0
Mysql Workbench 6.2.5 is not working in windows 8 and windows10 Technical preview
The error shown "HtmlRenderer.Utils.FontUtils" exception thrown...

Refresh Data doesn't update result grid (1 reply)

$
0
0
In addition to refreshing data it is necessary to click on one of the column headers to change the sort order of table. Only by changing sort order after refreshing data will all the new rows be displayed.

Mysql workbench: ver 6.3.3.0 build 592 64 bit
Fedora 21 x86_64.

This seems like a bug, If it is a bug I guess it could be a problem with whatever library provides the gui events.

Any ideas or should I report it as a bug?

Thanks,

Ernie D

Workbench sync omits trigger changes (1 reply)

$
0
0
Hi Everyone!

I'm using database model to sync DB structure changes from dev environment to staging and production and many times it happens that although the model/ table contains the updated trigger, the sync doesn't detect the change and the update is not transferred to other databases.

Is this a bug or what can you recommend?

I'm using the latest 6.3.4.0 build 828 64bits version of Workbench on Windows 7.
The older versions had the same issue, unfortunately.

Can't Connect Local Server. No 'my.cnf' exist (1 reply)

$
0
0
Hi.
I installed workbench 6.3.4 on Ubuntu 14.04. The workbench starts but cannot connect to server (I tried 127.0.0.1 and local socket, but none of them works). When I click through 'configure server management' it says it cannot locate 'my.cnf' file. I searched all directories I can access, but there is no such file.
Is this normal on Ubuntu? Some said I can create my own my.cnf file, but I found no handy example neither. Please help.

select statment only return one coloumn (1 reply)

$
0
0
Hey all
I am not femiliar with MySQL workbence previously worked with Oracle.
I have a problem when I try to return to rows from a table.
for example
table customers with rows name,id,phone
1. select * from customers - worked ok

2. select name,id from customer where name = NINJA
the result is only name, not displayed the coloumn ID

Moreover ID is the headline instead of name.

result:
ID
Ninja

how can I aolvw this issue?
regards

Import default target schema not populated (1 reply)

$
0
0
Hi,

I use the latest version of MYSQLWorkbench on a Mac to connect to a MySQL server. Until recently I was able to import a .sql into one of the databases on the remote server, but in the last few weeks the Default Target Schema is not auto-populated anymore, although the schemas do show up on the left side of the screen, under Schemas.
I found a workaround by adding "use [schema_name]" at the top of the .sql file, but the it would be easier to just select the schema from the drop-down, like before.
Any advice would be appreciated.


Thank you

Alina Rimbu

Schemas lost after workbench update! (1 reply)

$
0
0
MYSQL workbench was updating itself tonight when it got stuck on the password screen and collapsed.

The thing is that everything on MYSQL seems to have been deleted!!! Everything got reset to initial settings and even the root password was unset.

The problem was not limited to the Workbench and as all our databases are not show even from the command line.

What could have caused this to happen, and is there a way to recover the databases? The data folder on the MYSQL folder is not empty and there are some large files.

We are using a windows environment. Thank you for any help regarding this topic.
Viewing all 3733 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>