Jump to content
php.lv forumi

Recommended Posts

Posted

kā lai sataisa table caur phpMyAdmin pēc šiem parametriem vai arī ir iespējams ievietot visu failu iekšā un lai strādātu ....

 

-- phpMyAdmin SQL Dump
-- version 3.1.3
-- http://www.phpmyadmin.net
--
-- Host: lh
-- Generation Time: Mar 05, 2009 at 02:58 AM
-- Server version: 5.0.70
-- PHP Version: 5.2.8-pl2-gentoo

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `donate`
--
CREATE DATABASE `donate` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `donate`;

-- --------------------------------------------------------

--
-- Table structure for table `donors`
--
CREATE TABLE `donors` (
 `id` int(11) NOT NULL auto_increment,
 `nick` varchar(150) NOT NULL,
 `price` varchar(10) NOT NULL,
 `time` datetime NOT NULL,
 PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2;

--
-- Dumping data for table `donors`
--

INSERT INTO `donors` (`id`, `nick`, `price`, `time`) VALUES
(1, 'unknown', '15', '2009-03-05 02:43:45');

 

lūdzu pastāstat sīki ko darīt...

Posted
#1044 - Access denied for user 'nigers'@'localhost' to database 'donate'

Negeriem nebuus lemts lietot MYSQL ;)

---

Bet vispar PHPMyAdmin var gan importeet failus, gan ierakstiit pa teisno textLaukaa --> nospied SQL un atversies lauks tur var arii pa teisno kopeet ..

Piedevam phpMyadmin ir pilniigi vienalga kaads paplasinajums ir tam failam ( Un SQL arii ..)

--

paplasinajums vairak vajadziigs pasiem cilvecinjiem ...

------------

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...