Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 15 posts - 4,966 through 4,980 (of 7,398 total)
  • Author
    Posts
  • in reply to: Re-organize The Sja Output Log File #22433
    peterlaursen
    Participant

    1) you should use a non-proportional font (like Courier) – it looks like Arial …

    .. a series of SPACEs do not take much SPACE for instance …

    That will do the trick if column names are not too long.

    in reply to: Progress Indicator Very Much Wanted #21304
    peterlaursen
    Participant

    yup ..

    we have decided that we will spend the necessary time with this before releasing 5.2 FINAL. We estimate it to delay the FINAL thing 1-2 days.

    A 'progress bar' (understood as numbers, percentages etc.) is not possible for technical reasons, but there will be SIGN OF ACTIVITY like 'fetching checksums' .. 'updating rows' etc.

    in reply to: Http Tunneling Problem #22427
    peterlaursen
    Participant

    If we shall be able to help you we must have

    1) the PHP version or better the complete php_info() response

    2) or even better temporary access to the server. Create a ticket with details.

    Maybe your ISP can help to explain this too.

    in reply to: Null / Not Null In Structure Sync #22431
    peterlaursen
    Participant

    Looks like an issue with MySQL.

    http://bugs.mysql.com/bug.php?id=22377

    .. let us see what they say!

    in reply to: Migration Tool – Column Mappings #21261
    peterlaursen
    Participant

    we need to research into that!

    Please answer: did you enter a query or use the GUI in the first place?

    in reply to: Migration Tool – Column Mappings #21259
    peterlaursen
    Participant
    Quote:
    Upon investigation into the job xml file, it appears that the column from neither source nor target is listed at all.

    Now do I understand you correctly like this:

    1) You did an import some time ago, and saved the jobfile

    2) You have since then added a column to the3) You cannot after that add the new column and its mapping options using your existing jobfile?

    If that is it it would also be interesting to find out what happend if you had deleted a column from…. or changed indexes and similar things!

    in reply to: Migration Tool – Column Mappings #21257
    peterlaursen
    Participant

    Does a column exist in advance in MySQL with that name?

    If so and 'import into existing table' is selected your (new) mapping has no effect of course!

    It is absolutely not just because you are reading from a XML-file.

    You can easily verify yourself!

    Please answer precisely: What does it mean that you 'can't edit mappings'.

    Does not the dropdown respond or does your choice just not take effect?

    It is always more precise to describe what happens compared to what does not happen <_<

    in reply to: 5.2 Beta2 Regression #22370
    peterlaursen
    Participant

    confirmed fixed with non-public beta3

    in reply to: New Engine Management #22367
    peterlaursen
    Participant

    no change between beta2 and non-public beta3.

    in reply to: Sql-import Fails With Http-tunnel #22382
    peterlaursen
    Participant

    Confirmed fixed in (non-public) beta3.

    However there is another issue.

    With HTTP-tunnel this has no effect:

    Code:
    SET NAMES utf8;
    SET SQL_MODE='';
    SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO';

    /*Table structure for table `TableName1` */
    DROP TABLE IF EXISTS `TableName1`;
    CREATE TABLE `TableName1` ……

    /*Data for the table `TableName1` */
    insert into ….

    SET SQL_MODE=@OLD_SQL_MODE;

    to execute SET NAMES and SET SQL_MODE like this you need to use mysql_pconnect() and not mysql_connect() in the Tunneller as with mysql_connect() the connection gets reset with the 'hardcoded' values from the tunneler for each statement.

    Actually SQLyog tells 'import unsuccessfull' with the error message

    “Error Code: 1231 – Variable 'sql_mode' can't be set to the value of 'NULL' “

    in reply to: Http Tunneling Problem #22426
    peterlaursen
    Participant

    No other idea than that this must be a webserver/PHP configuration issue.

    Can you execute any other PHP script accessing MySQL ?

    I think I can give you a short sameple if you cannot create or have one yourself.

    in reply to: [feature Request] Connection Specific Colors #22414
    peterlaursen
    Participant

    “#1) Tabbed SQL Windows with corresponding resultsets”

    You DO have TABBED SQL-windows but not TABBED connection-windows.

    (implemented in 5.0 – 4.2 was never released)

    You can have more Query TABS in the same connection.

    in reply to: [feature Request] Connection Specific Colors #22412
    peterlaursen
    Participant

    the requst for a TABBED interface is not new.

    Even I suggested this about ½ year ago.

    We will absolutely look into this once we get passed the UNICODE release.

    We give priorites to FEATURES for the rest of this year.

    in reply to: Ians Features List Requests #22423
    peterlaursen
    Participant

    If you loook int the beta category of this Forums you will see that the issue with the Backup wizard is allready reported.

    It is fixed in development tree. Next beta likely in a few hours.

    in reply to: Http Tunneling Problem #22424
    peterlaursen
    Participant

    Can you connect to the tunnelling file with a browser?

Viewing 15 posts - 4,966 through 4,980 (of 7,398 total)