+ 9
Why database name always written in lower case format?
Why database name always written in lower case format? Every time I input database in uppercase format, it always convert/change to lowercase automatically
6 Antworten
+ 8
If you are talking about MySql.
you can check your MySql config variable called lower_case_table_names.
It depends on this variable.
if 0, names are case sensitive.
if 1, names are case insensitive, and always converted to lower case.
Use this query to check:
variable_names='lower_case__table_names'
+ 4
it doesn't matter you can write it in caps it will auto converted
+ 2
if it is MySql then yes
else no.
+ 1
plz guyz put me tru i wnt to knw abt html
+ 1
0 means off and 1 means on. 0 is in always upper case and 1 is always in lower case
0
Why deleted text is written in coding...i mean if the text is deleted why we write it ?