Start the mysql daemon #service mysqld start
If there is an error , try one of these:-
To start the mysql prompt, type #mysqlIf there is an error , try one of these:-
- remove /var/lib/mysql/mysql.conf
- rename /var/lib/mysql/mysql.conf as /var/lib/mysql/mysql.conf.bak
- run #killall mysql
Steps:-
- Create a Database
- Use Database
- Create table
- Alter/Drop table
- Insert Data
- Update/Delete Row
No comments:
Post a Comment