Jump to content

dianacrown88

New Members
  • Posts

    3
  • Joined

  • Last visited

dianacrown88's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. To check if a number is not a divisible of another number, we can use the modulo operator % but the remainder of first number by second number is not equal to 0.
  2. serverTimeZone definition was introduced in mysql jdbc connectors versions 5.1 ahead. until version 8 it could be ignored with useLegacyDatetimeCode=true , which in conjunction with useJDBCCompliantTimezoneShift=true would make the application get the database time zone on every connection. In this mode GMT time zones such as 'British Summer Time' would be converted to the internal java/JDBC format.
  3. The install will have put a vanilla version of the mysql database onto your system. Thats the database MySQL uses to record databases/user/tables etc. So its a bit like replacing the registry in windows. Files may still be there but MySQL has no knowledge of them.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.