Search code examples
mysqlphpmyadminwampserver

decimal point mysql 5.7.14 with wampp server not working


decimal point mysql 5.7.14 with wampp server not working.

this is try to set decimal point

setdecimaloint

after saving this table structure show grams_of_gold not set

it will need to show like this

enter image description here

someone help ..


Solution

  • use following instead of phpmyadmin

    ALTER TABLE YourTableNameHere MODIFY COLUMN YourColumnNameHere decimal(4,2)