sliede Posted April 11, 2009 Report Share Posted April 11, 2009 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... Quote Link to comment Share on other sites More sharing options...
Val Posted April 11, 2009 Report Share Posted April 11, 2009 saglabā kā .sql failu un importē caur phpmyadmin http://images.google.lv/images?q=phpmyadmi...l=lv&tab=wi Quote Link to comment Share on other sites More sharing options...
sliede Posted April 11, 2009 Author Report Share Posted April 11, 2009 ko šis varētu nozīmēt ? #1044 - Access denied for user 'nigers'@'localhost' to database 'donate' Quote Link to comment Share on other sites More sharing options...
marcis Posted April 11, 2009 Report Share Posted April 11, 2009 Vārdnīcu rokā un tulko. Lietotājam "nigers" nav pieejas datubāzei "donate" Quote Link to comment Share on other sites More sharing options...
Grey_Wolf Posted April 12, 2009 Report Share Posted April 12, 2009 #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 ... ------------ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.