| Advertentie | |
|
|
|
|
|
|
Verwijderd
|
http://localhost/phpMyAdmin
Daar ergens op create table rossen, copy+paste doen... naja, rest wijst zich vanzelf |
|
|
|||
|
Citaat:
![]() Citaat:
__________________
sjah
|
|||
|
|
||
|
Citaat:
dank!!!
__________________
sjah
|
||
|
|
|
Verwijderd
|
'mysql' client?
![]() *is trouwens ook bezig met forumpje* ![]() Code:
tsdweb:/home/marc/public_html# mysql -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 353 to server version: 3.23.49-log Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use tsdboard; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> describe member; +------------+---------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +------------+---------------+------+-----+---------+----------------+ | id | int(11) | | PRI | NULL | auto_increment | | nickname | varchar(32) | | | | | | password | varchar(255) | | | | | | status | varchar(16) | YES | | NULL | | | aangemeld | timestamp(14) | YES | | NULL | | | posts | int(11) | YES | | 0 | | | gebdatum | varchar(16) | YES | | NULL | | | geslacht | varchar(8) | YES | | NULL | | | email | varchar(64) | YES | | NULL | | | icq | varchar(32) | YES | | NULL | | | homepage | varchar(64) | YES | | NULL | | | woonplaats | varchar(64) | YES | | NULL | | | aboutme | text | YES | | NULL | | | signature | varchar(128) | YES | | NULL | | +------------+---------------+------+-----+---------+----------------+ 14 rows in set (0.00 sec) mysql>
|
|
|
||
|
Citaat:
MD5 is veiliger. Voor MD5 heb je maar 32 bytes nodig, en het is altijd een vast aantal. |
||
|
|
||
Verwijderd
|
Citaat:
![]() Dat is dus gewoon de md5() functie ik zal hem implementeren
|
|
![]() |
|
|