Generally its really bad practise to store any authentication passwords in plain text. Consider using encryption if planning to store in MySql / Maria db backend. Both PHP and MySql have functions to both store and retrieve hashed data - dont be tempted to just stick them in clear in a table.