is this the same as Using Virtual Box and Ubuntu please install a running LAMP stack server serving up a working instance of WordPress.
@mikemac57517 жыл бұрын
When you are configuring after command vi !s and inserting your new database name, password etc.... save the setting enter :w (to write) and then enter :wq! (to quit the screen) He goes a bit fast at this part and it can stump you.
@rKushtrim7 жыл бұрын
I followed the procedure letter by letter on my Linux Mint 18.2 but when I go on localhost its all blank. What did I miss? Thank you in advance.
@Siamon1007 жыл бұрын
me 2
@tybuzz677 жыл бұрын
I get an error on the line: mysql> create user wordpressuser@localhost identified by'wppass'; ERROR 1819 (HY000): Your password does not satisfy the current policy requirements What does it mean?
@varunraghavendra93267 жыл бұрын
SpideySpeaks I'm getting the same error, can you help please?
@tayfun75527 жыл бұрын
Try to replace „wppass“ with „Wppass01!“
@euclid94926 жыл бұрын
im getting this error at the end when opening up localhost: Error establishing a database connection
@vanMerode16 жыл бұрын
me2 found the solution?
@leoli49416 жыл бұрын
@@vanMerode1 Same here did you figure it out?
@vanMerode16 жыл бұрын
@@leoli4941 nope the only thing I did is try it again and then it worked
@leoli49416 жыл бұрын
@@vanMerode1 Hmmm, mine did not work. Did you just refreshed the browser?
@kirankumardash25979 жыл бұрын
thanks for he video bro...great help for the newbees
@sofiausman51079 жыл бұрын
sudo c^C : Command not found! What to do?
@rKushtrim7 жыл бұрын
type the letter c and then ctrl+c
@merltov70237 жыл бұрын
Hard to command in mysql
@nayemabs3727 жыл бұрын
great tutorial.. thank you!
@eppachan4 жыл бұрын
Thanks..that worked for me
@abhilashbn3236 жыл бұрын
Excellent!!! Thank you very much!
@AnotherAgnostic5 жыл бұрын
Very helpful.
@sophany557 жыл бұрын
Thank so much
@farionovvadym9 жыл бұрын
How to exit from vi !$??
@techguy34247 жыл бұрын
:q will exit if you haven't made any changes :q! exits if you made changes but don't want to save them :wq saves and exits. As a note you should hit esc before striking the : key. I know this is an old comment but it may help someone else.