hi need some help regarding xampp
please help me out how to execute mysql in this
how to create a new table and do some modifications in this xampp tool
Last edited by WingedPanther; 12-31-2008 at 06:49 AM. Reason: Double post
you can open the mysql console in the xampp directory, when you open it enter your password and select(or create) a database
to select a database do this "\u <database name>"
to create a database do this "create database <database name>;" and select the created database
after that create a table by the regular sql statements which may look like:
i wish that ive helped youCode:CREATE TABLE `users` ( `id` INT NOT NULL auto_increment , `name` VARCHAR( 20 ) NOT NULL , `password` VARCHAR( 20 ) NOT NULL , `email` VARCHAR( 20 ) NOT NULL , PRIMARY KEY ( `id` ) );
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
www.amrosama.com | the unholy methods of javascriptCode:eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
Yes Amarosama..that's nice For me.. nice one.. thanks...
_______________________
gadgets
women for tedisco
Try:
localhost/mysite/index.php
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks