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

MySQL Workbench does not install in Fedora (1 reply)

$
0
0
Hello,
I'm trying to install MySQL Workbench in Fedora 21, but seems there are lacking a lot of libraries.
What should I do?

Reverse Engineering a large SQL script (2 replies)

$
0
0
So I have a huge database that has 1508 tables and is 10GB in size. I ran a MySQLDump to create a backup. I have checked this backup and it has 1506 create table statements in it.

I then open up MySQL Workbench 6.0 and create new model. I press "file" > "Import" > "Reverse Engineer...". I browse to my .sql file that I got from MySQLDump and let it run. At the end of the import I only have 1024 tables of the 1508 that should be there.

If I take it to the next step and connect the schema to a local host it only brings 48 of the tables.

Why am I loosing tables as I deploy locally?

Workbench Migration Problem (2 replies)

$
0
0
im trying to migrate a MS SQL server to a Linux MySQL server usnig the workbench using the FreeTDS driver. I am currently getting this error

SystemError: ProgrammingError("('42000', "[42000] [FreeTDS][SQL Server]Unclosed quotation mark after the character string 'C'. (105) (SQLExecDirectW)")"): error calling Python module function DbMssqlRE.getSchemaNam

been trying to solve this for a day or two but i am in no means a database guy so any help would be much appreciated.

Thanks.

Issues with Workbench for Mac (no replies)

$
0
0
Hi,

I have Mac Yosemite 10.10 and have tried downloading different versions of Workbench 6. I can download the DMG file but then my Mac has trouble "mounting the disk image" and won't open the file. I think I'm also supposed to have the following software as well:

Microsoft .NET Framework 4 Client Profile
Visual C++ Redistributable for Visual Studio 2013

...but these aren't Mac compatible and I don't see any alternatives for Mac listed anywhere on this web site. Someone in another forum suggested looking at the Mac installation manual and there is nothing there about prerequisite software. I have downloaded DMG files before so I know how they're supposed to work--you just drag the image into the applications folder. Not getting that opportunity here.

I'm really not sure what the problem is here, as I'm not very computer literate (this is for a library & information science class), so any help would be greatly appreciated. I do have a slow internet connection right now, so that could be a factor--I have no idea.

Thank you.

-Molly

How to connect to local database (no replies)

$
0
0
Hi,

As you can see I am a complete beginner when it comes to client-server dbms and I am completley stuck even before I have started.

I have installed MySQL and Workbench. Preferences on my Mac (Yosemite) shows that the server has started. In Workbench the only database I can see is called "test". I want to connect to my own database which I have just converted from Paradox into mySQL. This database resides on the same iMac as mySQL (eventually I will move it to a hosting server), but I do not know how to connect to it. I guess in Workbench I choose a new connection under "MySQL Connections". But what do I fill in under Hostname when I am using a local database and how does the database engine know where to locate it (no path name is asked for)?

How to access mysql server administrator (1 reply)

$
0
0
I watched several videos that show mysql server adminstrator or at least a tap for server administration in mysql workbench. I use workbench 6.3.4 and do not see this option. I checked documentation and shows it discontinued.

Any sugesstions on how to use the functionality in the newer releases? or where to download an older release with the features?

Thanks in advance.

sys column truncated (1 reply)

$
0
0
The query field it truncated when I try view queries doing full table scans.
I am looking for queries doing full table scans using the sys query below.
I am running the latest version of workbench and have max. field value length to display (in bytes) set to: 2147483647

select *
from sys.`x$statements_with_full_table_scans`

However, some of the more complex queries are truncated with ...

Any suggestions ?

Error 1064 - MySQL Workbench 6.3 Community (2 replies)

$
0
0
Hi all I am getting an Error 1064 on a statement. Not sure why I am getting it since I am using Workbench. I am using Server version: 5.6.24 MySQL Community Server (GPL). I have noticed that other people have the same issue, if this Workbench is generating the code, why are there syntax errors? Is there a permanent fix for this?

Here is my code

CREATE TABLE `app_cubs`.`ticket-status` (
  `category_id`  NULL COMMENT '',
  `event_date` DATETIME NULL COMMENT '',
  `event_name` VARCHAR(45) NULL COMMENT '',
  `request_num` INT NULL COMMENT '',
  `status` VARCHAR(45) NULL COMMENT '',
  `purpose` VARCHAR(45) NULL COMMENT '',
  `comp_ticket_request` VARCHAR(45) NULL COMMENT '',
  `paid_ticket_request` VARCHAR(45) NULL COMMENT '',
  `comp_ticket_approved` VARCHAR(45) NULL COMMENT '',
  `paid_ticket_approved` VARCHAR(45) NULL COMMENT '',
  `comp_ticket_fulfilled` VARCHAR(45) NULL COMMENT '',
  `paid_ticket_fulfilled` VARCHAR(45) NULL COMMENT '',
  PRIMARY KEY (`category_id`)  COMMENT '');

installing teradata jdbc (4 replies)

$
0
0
I just downloaded and install mysql with the workbench and am now trying to install the teradata jdbc driver. I downloaded the jdbc driver from teradata but how do I install I get it to show up in mysql workbench? Tried to follow this guide

http://www.sql-workbench.net/manual/jdbc-setup.html

but I don't even see a "manage drivers" under the file menu.

Viewing full error messages in complex queries? (1 reply)

$
0
0
Hi. I'm new to Workbench but not MySQL.

Is there an easy way to see the text of the error message returned by the MySQL server when working on a complicated query in MySQL Workbench?

For instance, frequently a query will return an error and MySQL Workbench will display a X to the left of the line of the query,
but it won't show me the full error message.
The error appears in the "Action Output" panel at the bottom, but there it is truncated:



It seems I have to mouseover the last line of Action Output and
*wait* for the tooltip to pop up to see the full error message:




This is fairly annoying. Is there a better solution?

A way to make Workbench show the full error in a visible fashion
without having to navigate a UI that requires careful mouse
positioning dexterity or waiting for a tooltip?

Thanks!

P.S.: I hope the screenshots come though!

Moderated post with screenshots? (1 reply)

$
0
0
Hi. On Friday I posted in the MySQL Workbench forum a post with two screenshots illustrating my problem, and the post was held for moderation, and doesn't seem to have yet been approved (nor did I get a rejection).

Is there an appropriate place to inquire about the moderation policy / delay, or should I assume it is being handled, or give up and try to tell my story without explanatory graphics?

Thanks! I hope this is an appropriate use of the Newbie forum, I couldn't find a place that seemed demonstrably better.

Thank you.

help starting up (no replies)

$
0
0
Hi I could use some help, ive installed mysql and the workbench interface.

I have used the workbench logging on as root with p/w saved in the 'vault'

I have created a database, and attempted to create a table by importing data from a CSV file, 4 x fields named in row one

Timeastamp a Unix timestamp,
identified as int by the import wizard (int/and text)
DateTime text
eye friendly date time in the format YYYY\MM\DD HH:MM:SS (text)
Temperature NN.N degrees Centigrade (double)

the import wizard reports 1260 records imported, but the table when queried is empty??

Am i missing some commit operation??

Please help as this is quite frustrating?

I have tried typing the unix datastamp field as an int datetime and text,

thanks in advance..

Connection issue with wbcopytables (no replies)

$
0
0
I'm connecting to a MySQL Cloud Database on Rackspace Cloud platform. I can connect to the database with MySQL Workbench 6.3 using either a host name provided by Rackspace or the IP address that the host name resolves to. However, when I use the hostname in the connection string for wbcopytables it tries to resolve the hostname to an IP address and gets it wrong. This is the error:

With this Connection String:
--target="myuser@4470ea3848ebbcf8b2c7abf67b8e4bea5f1ffde1.rackspaceclouddb.com:3306"

Failed opening connection to MySQL: Access denied for user 'myuser'@'10.209.66.132' (using password: YES)

this is the Connection string resolved to an IP Address:
--target="myuser@10.188.18.61:3306"
with the same error:
Failed opening connection to MySQL: Access denied for user 'myuser'@'10.209.66.132' (using password: YES)

I understand that Rackspace is doing something funky with their access to this MySQL Cloud database but is there some way to get wbcopytables to just use the IP address or Host I give it in the connection string? Both of those connection string work from the MySQL Workbench but not from wbcopytables.

Thanks for your help!

MySQL Workbench freezes (no replies)

$
0
0
hi, im using mysql server and mysql workbench on ubuntu 15.04. I have a problem. MySQL Workbench freezes when writing code.I have tried Ubuntu 14.10 and Linux Mint version 17.2 but the problem continues.Please help me...

Best practice modelling with data (no replies)

$
0
0
Hi,

Ive just started out with SWB and I have a question about how you as serious users use it in a best practice way.

Currently, Ive built a candidate ERD and Ive started populating it with data to test out relationships and queries. As something isnt quite right, I modify the tables or keys to be more reflective of what I need. Each time I modify the schema though, I have to reload all the data in from scratch which is torture.

Even if I selectively drop individuals tables and dont drop the whole schema because some of the FKs have changed I get errors and often have to rebuild entirely. This doesnt seem particularly effective.

Is there a better way of building and testing the data model with real data?

Thanks very much in advance.

Will

Oversized database (1 reply)

$
0
0
Hello There,
Three of my Joomla 3 websites are off line because their databases became oversized, I don’t know why.
I installed MySQL Workbench to edit these databases, thinking that I can delete unnecessary tables.That way to reduce their size.
Where should I place the databases on Workbench to be able to connect to them?
I would appreciate very much your help.
Regards,
Albert

migration Oracle to MySQL (1 reply)

$
0
0
How to migrate from Oracle to MySQL wiyh the Workbench ?

Thank's

Missing libwbbase.so library error when I try to execute Workbench migration script (1 reply)

$
0
0
Hi,

I used to be able to migrate data from SQL Server to MySQL using MySQL Workbench.
It worked very well, and I started to use the data migration bash script
produced by Workbench.

However, when few days ago I tried to run it it produced an error:

/usr/libexec/mysql-workbench/wbcopytables-bin: error while loading shared libraries: libwbbase.so.6.3.3: cannot open shared object file: No such file or directory

I did not have this problem before.

I tried to find this library for my CentOS 6.6, but I could not.
Why it happened now?
What should I do in order to fix it?

I am running WB 6.3.3 on CentOS 6.6 with MySQL 5.6.23

Best regards,

Jacob Nikom

Cannot connect to source SQL Server (1 reply)

$
0
0
I need to migrate a SQL Server to MYSQL, I tried to use MYSQLworkbench, but when I select source I cannot connect to SQL Server database. Any tips or help? Thanks!

Migrate Oracle Table to MySQL (4 replies)

$
0
0
I installed MYSQL Server 5.0 and connected it to an Oracle database. used the Migration Toolkit to copy a table over to the MYSQL DB under a username and can't find where the table is located. can anyone steer me in the direction where to look for the table that successfully copied over.

thanks for any help.
Viewing all 3737 articles
Browse latest View live


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