home  launcher  guestbook
w3schools.com
cd_catalog.xml
html.html
htmlpage.html
out.html
help.txt
mysqlinit.txt
signature.txt
action.php
action1.php
actioni.php
catalog.php
catalog.save.php
emailphp.php
emailphptest.php
emailphptext.php
form.php
form1.php
formphp.php
formphp1.php
formphpi.php
getcd.php
getenv.php
getenv1.php
henrylogin.php
mysqlcreate.php
mysqlcreate1.php
mysqlcreate2.php
mysqlcreate3.php
mysqlcreate4.php
mysqlcreatei.php
mysqlcreatetable.php
mysqldel.php
mysqldel1.php
mysqldelete.php
mysqldelete1.php
mysqldeletei.php
mysqldeli.php
mysqldriver.php
mysqldriver1.php
mysqldriveri.php
mysqldriversave.php
mysqlinsert.php
mysqlinsert1.php
mysqlinserti.php
mysqlitable.php
mysqltable.php
mysqltable1.php
mysqltablei.php
oopinsert.php
out.php
outout.php
processscript.php
processscript1.php
sakila.php
shuffle.php
shufflesave.php
tempstyle.php
test1.php
test2.php
testfile.php
testfname.php
testpost.php
testreceive.php
testx.php
testy.php
style.css
Number of files = 66
online compaq devendra athlon
kingston kingston2 kingston3 kingston4
pi pi2 pi3
Page created on February 11th 2014 and updated on November 30th. 2017.
Visitor number   number of hits
home  launcher   guestbook 
Display of file mysqlinit.txt
1. C:\>mysqladmin -u root -p"'Smile'" password Smile
2. (If you manage a password of 'Smile' instead of Smile.) Yes! It happens.
3. http://www.cyberciti.biz/faq/mysql-change-root-password/
4. http://ronaldbradford.com/blog/more-basic-mysql-security-2009-05-29/
5. C:\>mysql -uroot -p
6. password: <<== DON'T enter a password just press enter
7. mysql> SET PASSWORD FOR onwardov_root@localhost = PASSWORD('Xbloodychristmas7');
8. mysql> create user onwardov_henry@localhost identified by 'Xbloodychristmas7';
9. mysql> grant all on *.* to onwardov_henry@localhost with grant option;
10. mysql> quit
11. C:\>
12. This applies to Mysql 5.1 on Windows XP and also on Ubuntu Linux 9,
13. but the problems are mostly on Windows XP.
14. On Ubuntu Linux 9 install Mysql 5.0 and not Mysql 5.1. (It doesn't work.)
15. On installation there is an error message.
16. E: /var/cache/apt/archives/mysql-server-5.0_5.1.30really5.0.75-0ubuntu10.2_i386.deb:
17. subprocess pre-installation script returned error exit status 1
18. Google for this sentance and you will discover that you need to:-
19. Delete the FLAG file thus:
20. root@ubuntu:/var/lib/mysql# rm *flag
21. On Ubuntu Linux 10 Mysql 5.1 works great.
22. There are installation problems on Windows XP since PHP5 stopped supporting Mysql.
23. (I wonder why?)
24. The PHP/ext folder should contain 4 files with similar names thus:-
25. php_msql.dll php_mssql.dll php_mysql.dll and php_mysqli.dll.
26. (Confusing isn't it.)
27. Similarly the php.ini file should name some of them as extensions:
28. extension=php.mysql.dll; etc etc
29. If the files are not mentioned in the registry (yes the registry) php will not find them in the PHP/ext folder.
30. (Difficult isn't it?)
31.