@ivolol Actually, using 'mysql' username of MySQL database is cool when you do it in safe environment. Just don't make a habit out of it - it's bad for production, not for learning.
NEVER use the 'mysql' database. It is an internal one used for configuring mysql itself. Create your own user database.
It is also not recommended to use 'root' as the user, this user should only be used for top level administering.
One easy thing to do that averts these problems is to use phpadmin, go to 'priviledges', and create a new user with a database and priviledges of the same name.
the database driver is 'mysql' or 'mysqli', but the database name shouldn't really be 'mysql'. you want to create a database for your application using phpmyadmin and use that database's name instead.
@4fingers97 Dead awaken uses flash
Tarantulus666 1 year ago
Cakephp is free? And can you make online games like dead awaken with it?
4fingers97 1 year ago
nice video. guy sounds like dane cook!
steji113 1 year ago 2
Thank you so much. Very good installation guide!
spacekillers123 1 year ago
@ivolol Actually, using 'mysql' username of MySQL database is cool when you do it in safe environment. Just don't make a habit out of it - it's bad for production, not for learning.
cgofme 1 year ago
cool vid, concise and to the point. Thanks!!!
ericcartmansh 2 years ago
Thanks. This saved me a lot of time.
embeddedprogrammer 2 years ago
NEVER use the 'mysql' database. It is an internal one used for configuring mysql itself. Create your own user database.
It is also not recommended to use 'root' as the user, this user should only be used for top level administering.
One easy thing to do that averts these problems is to use phpadmin, go to 'priviledges', and create a new user with a database and priviledges of the same name.
ivolol 2 years ago
the database driver is 'mysql' or 'mysqli', but the database name shouldn't really be 'mysql'. you want to create a database for your application using phpmyadmin and use that database's name instead.
deizel 2 years ago
I guess you're an indian "developer"? ;)
nasragiel 2 years ago