ORA - 1653 Unable to Save Records in a table OR Unable to Extend Tablespace

Unable to Save Records in a table OR Unable to Extend Tablespace

Solution:

Check Oracle's Alert.log file for the problem

Reason may be tablespace for that table may be full

So you need to extend the tablespace OR

Create another datafile for that tablespace

How to fix: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)

Open your terminal and type mysql -u root -p Enter your password. Hopefully your MySQL is logged in now.